/*----------------------------------------
共通
----------------------------------------*/
*{
	margin:0;
	padding:0;
	word-break: break-all;
	vertical-align:middle;
	font-size:1em;
	box-sizing:border-box;
}
td,th,p{
	color:inherit;
}
sub{font-size:0.6em;}
a, button{text-decoration:none;cursor: pointer;transition: .5s}
a:link {color:inherit;}
/*a:visited { color:inherit; text-decoration:none }*/
a.disabled{pointer-events: none;}
a:hover, button:hover { opacity:.7;}
ul {
	list-style: none;
}
img{
	max-width: 100%;
	height:auto;
	border:none;
	vertical-align: middle;
}
html {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:500;
	color:#484646;
}
body{
	position: relative;
	min-width:1080px;
	overflow-x: hidden;
	background:#ffffff;
}
#top {
	position: relative;
}
.relative {
	position: relative;
}
@media screen and (max-width:1080px) {
	/*head_wrap*/
.head_wrap {
	display: flex;
	justify-content: space-between;
	padding: 3vw 0 2vw;
	align-items: start;
	white-space: nowrap;
	background:#FFF200;
}
.head_wrap__list {
	display: flex;
	justify-content: space-between;
}
.head_menu {
	display: flex;
	justify-content: space-between;
	margin-right: 25px;
}
.head_menu li {
	font-size: 14px;
	font-weight: bold;
	flex-grow: 1;
	margin: 10px 13px;
}
.head_bt_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_tel p {
	position: relative;
	font-family: "Barlow", serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	font-size: 22px;
	padding: 12px 27px;
	margin: 0 20px;
	background: #FFDD00;
	border-radius: 2em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.head_tel p::before {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/phone.svg") no-repeat;
	background-size: contain;
	width: 15.23px;
	height: 15.61px;
	margin-right: 10px;
}
.head_tel p span {
	font-size: .5em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
}
	.head_entry {
		line-height: 1em;
	}
.head_entry a {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	padding: 10px 27px 11px 27px;
	background: #118CE9;
	border-radius: 2em;
	color: white;
	line-height: 1em;
}

/*scroll_header*/
#scroll_header {
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	padding: 0 6%;
	margin: auto;
	background: #FFDD00;
	min-width: 1080px;
	z-index: 999;
}
.scroll_header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scroll_header__menu {
	display: flex;
	justify-content: space-between;
}
.scroll_header__menu li {
	font-size: 13px;
	margin: 0 10px;
	font-weight: bold;
}
.scroll_header_tel p {
	position: relative;
	font-family: "Barlow", serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	font-size: 22px;
	padding: 12px 27px;
	margin: 0 20px;
	background: #FFDD00;
	border-radius: 2em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.scroll_header_tel p::before {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/phone.svg") no-repeat;
	background-size: contain;
	width: 15.23px;
	height: 15.61px;
	margin-right: 10px;
}
.scroll_header_tel p span {
	font-size: .5em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
}
.scroll_header_entry a {
	display: block;
	font-size: 20px;
	background: #118CE9;
	padding: 22px 25px 22px;
	font-family: "Barlow Semi Condensed", serif;
	color: white;
	font-weight: 600;
}
#scroll_side {
	display: none;
	position: fixed;
	top: 57%;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
}

/*mv*/
.mv {
	width: 100%;
	background: #FFF200;
}
.mv_wrap {
	width: 100%;
	margin: auto;
	padding-top: 15px;
}
.mv_tx {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
	white-space: nowrap;
}
.mv_tx h2 {
	font-size: 28px;
	margin-left: 22px;
}
.mv_tx span {
	width: 23%;
	height: 1px;
	background: #484646;
}
.mv_tx p {
	font-size: 18px;
    margin-right: 18px;
	font-weight: bold;
}
.mv_slider {
	padding-top: 35px;
	background: linear-gradient(180deg, #FFF200 0%, #FFF200 70%, #ffffff 70%, #ffffff 100%);
}
.slider_width {
	width: 1080px;
	margin: auto;
}
.slider img {
/*
	width: 380px;
	padding: 0 20px;
*/
	max-width: 85%;
}
.slick-list {
	overflow: visible !important;
}
/*tl_wrap01*/
.tl_wrap01 {
	margin: 128px auto 170px;
}
.tl01 {
	text-align: left;
	margin-left: 0;
}
.tl01 .tl01_h2_01 {
	font-size: 120px;
	font-family: "Barlow Semi Condensed", serif;
    font-weight: 600;
    font-style: normal;
	line-height: 1em;
}
.tl01 .tl01_h2_02 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1em;
}
.bg_crew {
	position: relative;
}
.bg_crew::after {
	content: "";
    background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title02.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -160px;
    right: -14%;
    width: 831px;
    height: 308px;
z-index: -1;
}
.crew_bt {
	width:1080px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	min-width: 1080px;
}
.crew_bt li {
	width:24%;
}

/*.voice_wrap_r*/
.voice_wrap_r {
	position: relative;
	width: 100%;
	margin-left: 0;
	background: #F7F7F7;
	border-radius: 75px 0 0 75px;
	margin-top: 160px;
}
.voice_wrap_r__main {
	position: absolute;
	top:-80px;
	left:565px;
	width: 668px;
}
.voice_wrap_r__in {
	padding: 95px 50px 130px 50px;
}
.voice_wrap_r__in .voice_wrap_tl {
	margin-right: 54%;
	padding-right: 30px;
}
/*.voice_wrap_l*/
.voice_wrap_l {
	position: relative;
	width: 100%;
/*				margin-right: 80px;*/
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
	margin-top: 160px;
}
.voice_wrap_l__main {
	position: absolute;
	top: -78px;
	right: 565px;
	width: 668px;
}
.voice_wrap_l__in {
	padding: 95px 50px 134px 50px;
}
.voice_wrap_l__in .voice_wrap_tl {
	margin-left: 54%;
	padding-right: 30px;
}
.voice_wrap_tl {
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 50px;
}
.voice_wrap_tl p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 7px;
	display: inline-block;
}
.voice_wrap_tl h3 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	line-height: 1.4em;
}
.voice_list_r {
	margin-top: 25px;
}
.voice_list_l {
	margin-left: 54%;
	margin-top: 25px;
}
.voice_list_r p, .voice_list_l p {
	font-size: 24px;
	font-weight: bold;
}
.voice_list_r p span, .voice_list_l p span {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 64px;
	letter-spacing: 0.05em;
	margin-right: 5px;
	vertical-align: baseline;
	display: inline-block;
        transform: translateY(3px);
}
.voice_list_r ul, .voice_list_l ul {
	margin-top: 24px;
}
.voice_list_r ul li, .voice_list_l ul li {
	font-size: 16px;
	line-height: 2em;
}
.voice_wrap_2col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
}
.voice_wrap_2col__img {
/*				width: 478px;*/
	width: 46%;
}
.voice_wrap_2col__tx {
/*				width: 508px;*/
	width: 49%;
	text-align: left;
}
.voice_wrap_2col__tx h4 {
	font-size: 28px;
	line-height: 1em;
}
.voice_wrap_2col__tx p {
	font-size: 16px;
	margin-top: 45px;
	line-height: 1.8em;
}

/*tl_wrap02*/
.mt0 {
	margin-top: 0 !important;
}
.tl_wrap02 {
margin: 157px auto 90px;
}
.bg_about {
position: relative;
}
.bg_about::after {
content: "";
background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title03.png) no-repeat;
background-size: contain;
position: absolute;
bottom: -119px;
right: -6%;
width: 831px;
height: 262px;
z-index: -1;
}
/*.about_wrap*/
.about_wrap {
position: relative;
width: 100%;
margin-left: 0;
background: #F7F7F7;
border-radius: 75px 0 0 75px;
}
.about_wrap__in {
padding: 95px 50px 80px 50px;
}
.about_wrap_2col {
width: 100%;
display: flex;
justify-content: space-between;
text-align: left;
margin-top: 90px;
}
.about_wrap_2col__tr {
width: 30%;
}
.about_wrap_2col__tr p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 10px;
	line-height: 1em;
	display: inline-block;
}
.about_wrap_2col__tx {
	width: 70%;
}
.about_wrap_2col__tx h3 {
	font-size: 28px;
	line-height: 1em;
}
.about_wrap_2col__tx p {
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 45px;
}
/*about_num_wrap*/
.about_num_wrap {
	margin: 55px 0;
}
.about_num_list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.about_num_list li {
	width: 30.5%;
	background: white;
	border-radius: 25px;
	padding: 55px 30px;
}
.about_num_list li h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.about_num_list li div {
	font-size: 80px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.about_num_list li div span {
	font-size: 32px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
	vertical-align: baseline;
}
.about_num_list li p {
	font-size: 16px;
	margin-top: 25px;
}
.hidden {
	visibility: hidden;
}

/*bg_work*/
.bg_work {
	position: relative;
}
.bg_work::after {
	content: "";
	background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title04.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -119px;
	right: 0%;
	width: 831px;
	height: 269px;
	z-index: -1;
}
/*.work_wrap*/
.work_wrap {
	position: relative;
	width: 100%;
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
}
.work_wrap__in {
	padding: 95px 50px 80px 50px;
}
.work_wrap_2col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 50px;
}
.work_wrap_2col__tr {
	width: 30%;
}
.work_wrap_2col__tr p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 10px;
	line-height: 1em;
	display: inline-block;
}
.work_wrap_2col__tx {
	width: 70%;
}
.work_wrap_2col__tx h3 {
	font-size: 28px;
	line-height: 1em;
}
.work_wrap__dep {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 60px;
	background: white;
	border-radius: 25px;
	margin-bottom: 25px;
}
.work_wrap__dep .dep_img {
	width: 30%;
}
.work_wrap__dep .dep_tx {
	width: 65%;
	font-size: 16px;
	line-height: 1.8em;
}

/*bg_manager*/
.bg_manager {
	position: relative;
}
.bg_manager::after {
	content: "";
	background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title05.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -120px;
	right: -8%;
	width: 843px;
	height: 304px;
	z-index: -1;
}
.manager_bt {
	width:1150px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	min-width: 1080px;
}
.manager_bt li {
	width:24%;
}
/*voice_wrap_2col_type02*/
.voice_wrap_2col_type02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
}
.voice_wrap_2col_type02__title {
	width: 33%;
}
.voice_wrap_2col_type02__title h4 {
	font-size: 28px;
	line-height: 1.5em;
}
.voice_wrap_2col_type02__tx {
	width: 60%;
	text-align: left;
}
.voice_wrap_2col_type02__tx p {
	font-size: 16px;
	line-height: 1.8em;
}

/*bg_information*/
.tl_wrap03 {
	margin: 157px auto 90px;
	position: relative;
	z-index: 10;
}
.bg_information {
	position: relative;
}
.bg_information::after {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title06_01.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -119px;
	right: -13%;
	width: 831px;
	height: 237px;
	z-index: -1;
}
/*.info_wrap*/
.info_wrap {
	position: relative;
	width: 100%;
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
}
.info_wrap__in {
	padding: 95px 50px 80px 50px;
}
.tab_wrap {
	display: flex;
	justify-content: space-between;
}
.tab_container {
	width: 31%;
	display: flex;
	flex-direction: column;
}
.tab_container .tab_tr {
	font-size: 24px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 30px;
}
.tab {
	cursor: pointer;
	transition: .5s ease all;
}
.tab:hover {
	opacity: .7;
}
.tab h3 span {
	font-size: 14px;
	display: inline-block;
	padding: 5px 15px 7px;
	border: 1px solid #999999;
	border-radius: 5em;
	margin-bottom: 20px;
}
.tab.active h3 span {
	border: 1px solid #FFF200;
	background: #FFF200;
}
.target_wrap {
	width: 70%;
	margin-top: 30px;
}
.target {
	display: none;
}
.target.show {
	display: block;
}
.target_list {
	
}
.target_list li {
	border-bottom: 1px solid #e5e1e1;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.target_list li h4 {
	font-size: 16px;
	font-weight: 700;
	width: 25%;
	margin-top: 3px;
}
.target_list li p {
	font-size: 16px;
	width: 75%;
	line-height: 1.8em;
}

/*footer*/
.entry_icon {
	width: 924px;
	margin: 0 auto 100px;
}
footer {
	background: #FFF200;
	padding: 65px 80px 65px;
}
.footer_wrap01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.footer_wrap01__left p {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.footer_wrap01__left ul li {
	font-size: 14px;
	font-weight: bold;
}
.footer_wrap01__right ul {
	display: flex;
	justify-content: flex-end;
}
.footer_wrap01__right ul li {
	margin: 0 15px;
	font-weight: bold;
        font-size: 16px;
}
.footer_wrap02 {
	display: flex;
	justify-content: space-between;
}
.footer_wrap02__left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer_wrap02__left a {
	width: 140px;
}
.footer_wrap02__left p {
	font-size: 12px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: normal;
	margin-left: 15px;
}
.footer_wrap02__right {
	width: 258px;
}
	
	/*header*/
header {
	min-width:1080px;
}

/*===============================================
form
===============================================*/
.entry_title {
	width: 877px;
	margin: 125px auto 75px;
}
.entry_title h2 {
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
}
.entry_wrap {
	width: 100%;
	margin: 0 auto 100px;
	padding: 100px 0;
	background: #F7F7F7;
	border-radius: 75px;
}
.entry_wrap__tx01 {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.entry_wrap__tx02 {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.entry_wrap__tx02 a {
	font-size: 16px;
	vertical-align: baseline;
	text-decoration: underline;
}
.hissu span {
	font-size: 10px;
	color: white;
	background: #EA0000;
	padding: 1px 13px 3px;
	border-radius: 2em;
	line-height: 1em;
	vertical-align: baseline;
}
#entry_form {
	width: 730px;
	margin: 50px auto 20px;
}
#entry_form th {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	width: 229px;
	padding-top: 17px;
}
#entry_form th h3 {
	display: inline-block;
	margin-right: 10px;
}
#entry_form th p {
	display: inline-block;
	transform: translateY(-2px);
}
#entry_form td {
	vertical-align:middle;
	display: block;
	margin-bottom: 50px;
}
.is-error input {
	background:#F2DEDC !important;
}
.is-error select {
	background:#F2DEDC !important;
}
.mw_wp_form .error {
	color: #FF0000 !important;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1em;
}
input[type="text"] , input[type="email"], input[type="tel"], #entry_form select{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	border-radius: 10px;
	background: white;
	font-size: 16px;
	padding: 20px 30px;
	border:none;
	vertical-align: middle;
    font-weight: 500;
    color: #444444;
}
input:focus,#entry_form select:focus,textarea {
	outline: none;
}
textarea{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	border-radius: 10px;
	background: white;
	font-size: 16px;
	padding: 20px 30px;
	border: none;
	vertical-align: middle;
	width:496px;
	height:168px;
	max-width:496px;
	max-height:500px;
	line-height:1.8em;
    font-weight: 500;
    color: #444444;
}
input::placeholder,textarea::placeholder {
	font-size:16px;
	opacity:0.5;
	line-height:1.8em;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
.submit01 {
	display: block;
	width: 283px;
	margin: 60px auto 0;
}
.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

select {
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}
/*error*/
.form_error_tx {
	margin: 100px 0 65px;
	text-align: center;
	}
	.form_error_tx p {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 120px;
	line-height: 1em;
	}
	.form_error_tx h2 {
	font-size: 28px;
	font-weight: bold;
	color: #EA0000;
	margin-top: 10px;
	}
	.entry_wrap__tx01.error {
	color: #EA0000 !important;
	}
	
/*thanks*/
.form_thanks_tx {
	margin: 100px 0 65px;
	text-align: center;
}
.form_thanks_tx p {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 120px;
	line-height: 1em;
}
.form_thanks_tx h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}
.entry_tanks_wrap {
	width: 710px;
	margin: auto;
}
.entry_tanks_wrap h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}
.entry_tanks_wrap p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.entry_tanks_wrap span {
	margin: 0 auto 30px;
	display: block;
	text-align: center;
}
.entry_tanks_wrap small {
	font-size: 13px;
	color: white;
	background: #EA0000;
	padding: 2px 50px 4px;
	text-align: center;
	border-radius: 2em;
	line-height: 1em;
}

/*to top*/
.topReturn {
	display: none;
	position: sticky;
	bottom: 0;
	z-index: 999;
}
.topReturn a {
	position: absolute;
	bottom: 0;
	right: 80px;
}
}
@media screen and (min-width:1081px) and ( max-width:1679px) {
    /*head_wrap*/
.head_wrap {
	display: flex;
	justify-content: space-between;
	padding: 3vw 4vw 2vw;
	align-items: start;
	white-space: nowrap;
	background:#FFF200;
}
.head_wrap__list {
	display: flex;
	justify-content: space-between;
}
.head_menu {
	display: flex;
	justify-content: space-between;
	margin-right: 25px;
}
.head_menu li {
	font-size: 14px;
	font-weight: bold;
	flex-grow: 1;
	margin: 10px 13px;
}
.head_bt_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_tel p {
	position: relative;
	font-family: "Barlow", serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	font-size: 22px;
	padding: 12px 27px;
	margin: 0 20px;
	background: #FFDD00;
	border-radius: 2em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.head_tel p::before {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/phone.svg") no-repeat;
	background-size: contain;
	width: 15.23px;
	height: 15.61px;
	margin-right: 10px;
}
.head_tel p span {
	font-size: .5em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
}
	.head_entry {
		line-height: 1em;
	}
.head_entry a {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	padding: 10px 27px 11px 27px;
	background: #118CE9;
	border-radius: 2em;
	color: white;
	line-height: 1em;
}

/*scroll_header*/
#scroll_header {
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	padding: 0 6%;
	margin: auto;
	background: #FFDD00;
	min-width: 1080px;
	z-index: 999;
}
.scroll_header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scroll_header__menu {
	display: flex;
	justify-content: space-between;
}
.scroll_header__menu li {
	font-size: 13px;
	margin: 0 10px;
	font-weight: bold;
}
.scroll_header_tel p {
	position: relative;
	font-family: "Barlow", serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	font-size: 22px;
	padding: 12px 27px;
	margin: 0 20px;
	background: #FFDD00;
	border-radius: 2em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.scroll_header_tel p::before {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/phone.svg") no-repeat;
	background-size: contain;
	width: 15.23px;
	height: 15.61px;
	margin-right: 10px;
}
.scroll_header_tel p span {
	font-size: .5em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
}
.scroll_header_entry a {
	display: block;
	font-size: 20px;
	background: #118CE9;
	padding: 22px 25px 22px;
	font-family: "Barlow Semi Condensed", serif;
	color: white;
	font-weight: 600;
}
#scroll_side {
	display: none;
	position: fixed;
	top: 57%;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
}

/*mv*/
.mv {
	width: 100%;
	background: #FFF200;
}
.mv_wrap {
	width: 88%;
	margin: auto;
	padding-top: 15px;
}
.mv_tx {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
	white-space: nowrap;
}
.mv_tx h2 {
	font-size: 28px;
	margin-left: 22px;
}
.mv_tx span {
	width: 23%;
	height: 1px;
	background: #484646;
}
.mv_tx p {
	font-size: 18px;
	font-weight: bold;
    margin-right: 18px;
}
.mv_slider {
	padding-top: 35px;
	background: linear-gradient(180deg, #FFF200 0%, #FFF200 70%, #ffffff 70%, #ffffff 100%);
}
.slider_width {
	width: 1360px;
	margin: auto;
}
.slider img {
/*
	width: 380px;
	padding: 0 20px;
*/
	max-width: 85%;
}
.slick-list {
	overflow: visible !important;
}

/*tl_wrap01*/
.tl_wrap01 {
	margin: 128px auto 170px;
}
.tl01 {
	text-align: left;
	margin-left: 7.5%;
}
.tl01 .tl01_h2_01 {
	font-size: 120px;
	font-family: "Barlow Semi Condensed", serif;
    font-weight: 600;
    font-style: normal;
	line-height: 1em;
}
.tl01 .tl01_h2_02 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1em;
}
.bg_crew {
	position: relative;
}
.bg_crew::after {
	content: "";
    background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title02.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -160px;
    right: 0%;
    width: 831px;
    height: 308px;
z-index: -1;
}
.crew_bt {
	width:1150px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	min-width: 1080px;
}
.crew_bt li {
	width:24%;
}

/*.voice_wrap_r*/
.voice_wrap_r {
	position: relative;
	width: 100%;
	margin-left: 80px;
	background: #F7F7F7;
	border-radius: 75px 0 0 75px;
	margin-top: 160px;
}
.voice_wrap_r__main {
	position: absolute;
	top:-80px;
	left:675px;
	width: 668px;
}
.voice_wrap_r__in {
	padding: 95px 200px 130px 103px;
}
.voice_wrap_r__in .voice_wrap_tl {
	margin-right: auto;
	width: 483px;
	padding-right: 30px;
}
/*.voice_wrap_l*/
.voice_wrap_l {
	position: relative;
	width: 94%;
/*				margin-right: 80px;*/
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
	margin-top: 160px;
}
.voice_wrap_l__main {
	position: absolute;
	top: -78px;
	right: 683px;
	width: 668px;
}
.voice_wrap_l__in {
	padding: 95px 103px 134px 125px;
}
.voice_wrap_l__in .voice_wrap_tl {
	margin-left: auto;
	padding-right: 30px;
	width: 484px;
}
.voice_wrap_tl {
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 50px;
}
.voice_wrap_tl p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 7px;
	display: inline-block;
}
.voice_wrap_tl h3 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	line-height: 1.4em;
}
.voice_list_r {
	margin-top: 25px;
}
.voice_list_l {
	margin-left: auto;
	margin-top: 25px;
	width: 484px;
}
.voice_list_r p, .voice_list_l p {
	font-size: 24px;
	font-weight: bold;
}
.voice_list_r p span, .voice_list_l p span {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 64px;
	letter-spacing: 0.05em;
	margin-right: 5px;
	vertical-align: baseline;
	display: inline-block;
        transform: translateY(3px);
}
.voice_list_r ul, .voice_list_l ul {
	margin-top: 24px;
}
.voice_list_r ul li, .voice_list_l ul li {
	font-size: 16px;
	line-height: 2em;
}
.voice_wrap_2col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
}
.voice_wrap_2col__img {
/*				width: 478px;*/
	width: 46%;
}
.voice_wrap_2col__tx {
/*				width: 508px;*/
	width: 49%;
	text-align: left;
}
.voice_wrap_2col__tx h4 {
	font-size: 28px;
	line-height: 1em;
}
.voice_wrap_2col__tx p {
	font-size: 16px;
	margin-top: 45px;
	line-height: 1.8em;
}

/*tl_wrap02*/
.mt0 {
	margin-top: 0 !important;
}
.tl_wrap02 {
margin: 157px auto 90px;
}
.bg_about {
position: relative;
}
.bg_about::after {
content: "";
background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title03.png) no-repeat;
background-size: contain;
position: absolute;
bottom: -119px;
right: 0%;
width: 831px;
height: 262px;
z-index: -1;
}
/*.about_wrap*/
.about_wrap {
position: relative;
width: 100%;
margin-left: 80px;
background: #F7F7F7;
border-radius: 75px 0 0 75px;
}
.about_wrap__in {
padding: 95px 200px 80px 103px;
}
.about_wrap_2col {
width: 100%;
display: flex;
justify-content: space-between;
text-align: left;
margin-top: 90px;
}
.about_wrap_2col__tr {
width: 30%;
}
.about_wrap_2col__tr p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 10px;
	line-height: 1em;
	display: inline-block;
}
.about_wrap_2col__tx {
	width: 70%;
}
.about_wrap_2col__tx h3 {
	font-size: 28px;
	line-height: 1em;
}
.about_wrap_2col__tx p {
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 45px;
}
/*about_num_wrap*/
.about_num_wrap {
	margin: 55px 0;
}
.about_num_list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.about_num_list li {
	width: 30.5%;
	background: white;
	border-radius: 25px;
	padding: 55px 30px;
}
.about_num_list li h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.about_num_list li div {
	font-size: 80px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.about_num_list li div span {
	font-size: 32px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
	vertical-align: baseline;
}
.about_num_list li p {
	font-size: 16px;
	margin-top: 25px;
}
.hidden {
	visibility: hidden;
}

/*bg_work*/
.bg_work {
	position: relative;
}
.bg_work::after {
	content: "";
	background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title04.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -119px;
	right: 0%;
	width: 831px;
	height: 269px;
	z-index: -1;
}
/*.work_wrap*/
.work_wrap {
	position: relative;
	width: 94%;
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
}
.work_wrap__in {
	padding: 95px 103px 80px 103px;
}
.work_wrap_2col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 50px;
}
.work_wrap_2col__tr {
	width: 30%;
}
.work_wrap_2col__tr p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 10px;
	line-height: 1em;
	display: inline-block;
}
.work_wrap_2col__tx {
	width: 70%;
}
.work_wrap_2col__tx h3 {
	font-size: 28px;
	line-height: 1em;
}
.work_wrap__dep {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 60px;
	background: white;
	border-radius: 25px;
	margin-bottom: 25px;
}
.work_wrap__dep .dep_img {
	width: 30%;
}
.work_wrap__dep .dep_tx {
	width: 65%;
	font-size: 16px;
	line-height: 1.8em;
}

/*bg_manager*/
.bg_manager {
	position: relative;
}
.bg_manager::after {
	content: "";
	background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title05.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -120px;
	right: 0%;
	width: 843px;
	height: 304px;
	z-index: -1;
}
.manager_bt {
	width:1150px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	min-width: 1080px;
}
.manager_bt li {
	width:24%;
}
/*voice_wrap_2col_type02*/
.voice_wrap_2col_type02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
}
.voice_wrap_2col_type02__title {
	width: 33%;
}
.voice_wrap_2col_type02__title h4 {
	font-size: 28px;
	line-height: 1.5em;
}
.voice_wrap_2col_type02__tx {
	width: 60%;
	text-align: left;
}
.voice_wrap_2col_type02__tx p {
	font-size: 16px;
	line-height: 1.8em;
}

/*bg_information*/
.tl_wrap03 {
	margin: 157px auto 90px;
	position: relative;
	z-index: 10;
}
.bg_information {
	position: relative;
}
.bg_information::after {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title06_01.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -119px;
	right: 0%;
	width: 831px;
	height: 237px;
	z-index: -1;
}
/*.info_wrap*/
.info_wrap {
	position: relative;
	width: 94%;
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
}
.info_wrap__in {
	padding: 95px 103px 80px 103px;
}
.tab_wrap {
	display: flex;
	justify-content: space-between;
}
.tab_container {
	width: 31%;
	display: flex;
	flex-direction: column;
}
.tab_container .tab_tr {
	font-size: 24px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 30px;
}
.tab {
	cursor: pointer;
	transition: .5s ease all;
}
.tab:hover {
	opacity: .7;
}
.tab h3 span {
	font-size: 14px;
	display: inline-block;
	padding: 5px 15px 7px;
	border: 1px solid #999999;
	border-radius: 5em;
	margin-bottom: 20px;
}
.tab.active h3 span {
	border: 1px solid #FFF200;
	background: #FFF200;
}
.target_wrap {
	width: 70%;
	margin-top: 30px;
}
.target {
	display: none;
}
.target.show {
	display: block;
}
.target_list {
	
}
.target_list li {
	border-bottom: 1px solid #e5e1e1;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.target_list li h4 {
	font-size: 16px;
	font-weight: 700;
	width: 25%;
	margin-top: 3px;
}
.target_list li p {
	font-size: 16px;
	width: 75%;
	        line-height: 1.8em;
}

/*footer*/
.entry_icon {
	width: 924px;
	margin: 0 auto 100px;
}
footer {
	background: #FFF200;
	padding: 65px 80px 65px;
}
.footer_wrap01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.footer_wrap01__left p {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.footer_wrap01__left ul li {
	font-size: 14px;
	font-weight: bold;
}
.footer_wrap01__right ul {
	display: flex;
	justify-content: flex-end;
}
.footer_wrap01__right ul li {
	margin: 0 15px;
	font-weight: bold;
        font-size: 16px;
}
.footer_wrap02 {
	display: flex;
	justify-content: space-between;
}
.footer_wrap02__left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer_wrap02__left a {
	width: 140px;
}
.footer_wrap02__left p {
	font-size: 12px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: normal;
	margin-left: 15px;
}
.footer_wrap02__right {
	width: 258px;
}
	
	/*header*/
header {
	min-width:1080px;
}

/*===============================================
form
===============================================*/
.entry_title {
	width: 877px;
	margin: 125px auto 75px;
}
.entry_title h2 {
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
}
.entry_wrap {
	width: 1200px;
	margin: 0 auto 100px;
	padding: 100px 0;
	background: #F7F7F7;
	border-radius: 75px;
}
.entry_wrap__tx01 {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.entry_wrap__tx02 {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.entry_wrap__tx02 a {
	font-size: 16px;
	vertical-align: baseline;
	text-decoration: underline;
}
.hissu span {
	font-size: 10px;
	color: white;
	background: #EA0000;
	padding: 1px 13px 3px;
	border-radius: 2em;
	line-height: 1em;
	vertical-align: baseline;
}
#entry_form {
	width: 730px;
	margin: 50px auto 20px;
}
#entry_form th {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	width: 229px;
	padding-top: 17px;
}
#entry_form th h3 {
	display: inline-block;
	margin-right: 10px;
}
#entry_form th p {
	display: inline-block;
	transform: translateY(-2px);
}
#entry_form td {
	vertical-align:middle;
	display: block;
	margin-bottom: 50px;
}
.is-error input {
	background:#F2DEDC !important;
}
	.is-error select {
	background:#F2DEDC !important;
}
.mw_wp_form .error {
	color: #FF0000 !important;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1em;
}
input[type="text"] , input[type="email"], input[type="tel"], #entry_form select{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	border-radius: 10px;
	background: white;
	font-size: 16px;
	padding: 20px 30px;
	border:none;
	vertical-align: middle;
    font-weight: 500;
    color: #444444;
}
input:focus,#entry_form select:focus,textarea {
	outline: none;
}
textarea{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	border-radius: 10px;
	background: white;
	font-size: 16px;
	padding: 20px 30px;
	border: none;
	vertical-align: middle;
	width:496px;
	height:168px;
	max-width:496px;
	max-height:500px;
	line-height:1.8em;
    font-weight: 500;
    color: #444444;
}
input::placeholder,textarea::placeholder {
	font-size:16px;
	opacity:0.5;
	line-height:1.8em;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
.submit01 {
	display: block;
	width: 283px;
	margin: 60px auto 0;
}
.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

select {
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}
/*error*/
.form_error_tx {
	margin: 100px 0 65px;
	text-align: center;
}
.form_error_tx p {
	font-family: "Barlow Semi Condensed", serif;
font-weight: 600;
font-style: normal;
	font-size: 120px;
	line-height: 1em;
}
.form_error_tx h2 {
	font-size: 28px;
	font-weight: bold;
	color: #EA0000;
	margin-top: 10px;
}
.entry_wrap__tx01.error {
	color: #EA0000 !important;
}
/*thanks*/
.form_thanks_tx {
	margin: 100px 0 65px;
	text-align: center;
}
.form_thanks_tx p {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 120px;
	line-height: 1em;
}
.form_thanks_tx h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}
.entry_tanks_wrap {
	width: 710px;
	margin: auto;
}
.entry_tanks_wrap h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}
.entry_tanks_wrap p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.entry_tanks_wrap span {
	margin: 0 auto 30px;
	display: block;
	text-align: center;
}
.entry_tanks_wrap small {
	font-size: 13px;
	color: white;
	background: #EA0000;
	padding: 2px 50px 4px;
	text-align: center;
	border-radius: 2em;
	line-height: 1em;
}

/*to top*/
.topReturn {
	display: none;
	position: sticky;
	bottom: 0;
	z-index: 999;
}
.topReturn a {
	position: absolute;
	bottom: 0;
	right: 80px;
}
}
@media screen and (min-width:1680px) {
	/*header*/
header {
	min-width:1080px;
}
.head_wrap {
	display: flex;
	justify-content: space-between;
	padding: 3vw 4vw 2vw;
	align-items: start;
	white-space: nowrap;
	background:#FFF200;
}
.head_wrap__list {
	display: flex;
	justify-content: space-between;
}
.head_menu {
	display: flex;
	justify-content: space-between;
	margin-right: 25px;
}
.head_menu li {
	font-size: 14px;
	font-weight: bold;
	flex-grow: 1;
	margin: 10px 13px;
}
.head_bt_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_tel p {
	position: relative;
	font-family: "Barlow", serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	font-size: 22px;
	padding: 12px 27px;
	margin: 0 20px;
	background: #FFDD00;
	border-radius: 2em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.head_tel p::before {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/phone.svg") no-repeat;
	background-size: contain;
	width: 15.23px;
	height: 15.61px;
	margin-right: 10px;
}
.head_tel p span {
	font-size: .5em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
}
	.head_entry {
		line-height: 1em;
	}
.head_entry a {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	padding: 10px 27px 11px 27px;
	background: #118CE9;
	border-radius: 2em;
	color: white;
	line-height: 1em;
}

/*scroll_header*/
#scroll_header {
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	padding: 0 6%;
	margin: auto;
	background: #FFDD00;
	min-width: 1080px;
	z-index: 999;
}
.scroll_header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scroll_header__menu {
	display: flex;
	justify-content: space-between;
}
.scroll_header__menu li {
	font-size: 13px;
	margin: 0 10px;
	font-weight: bold;
}
.scroll_header_tel p {
	position: relative;
	font-family: "Barlow", serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	font-size: 22px;
	padding: 12px 27px;
	margin: 0 20px;
	background: #FFDD00;
	border-radius: 2em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.scroll_header_tel p::before {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/phone.svg") no-repeat;
	background-size: contain;
	width: 15.23px;
	height: 15.61px;
	margin-right: 10px;
}
.scroll_header_tel p span {
	font-size: .5em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
}
.scroll_header_entry a {
	display: block;
	font-size: 20px;
	background: #118CE9;
	padding: 22px 25px 22px;
	font-family: "Barlow Semi Condensed", serif;
	color: white;
	font-weight: 600;
}
#scroll_side {
	display: none;
	position: fixed;
	top: 57%;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
}

/*mv*/
.mv {
	width: 100%;
	background: #FFF200;
}
.mv_wrap {
	width: 88%;
	margin: auto;
	padding-top: 15px;
}
.mv_tx {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
	white-space: nowrap;
}
.mv_tx h2 {
	font-size: 28px;
	margin-left: 22px;
}
.mv_tx span {
	width: 23%;
	height: 1px;
	background: #484646;
}
.mv_tx p {
	font-size: 18px;
	font-weight: bold;
    margin-right: 18px;
}
.mv_slider {
	padding-top: 35px;
	background: linear-gradient(180deg, #FFF200 0%, #FFF200 70%, #ffffff 70%, #ffffff 100%);
}
.slider_width {
	width: 1680px;
	margin: auto;
}
.slider img {
	max-width: 85%;
}
.slick-list {
	overflow: visible !important;
}

/*tl_wrap01*/
.tl_wrap01 {
	margin: 128px auto 170px;
}
.tl01 {
	text-align: left;
	margin-left: 7.5%;
}
.tl01 .tl01_h2_01 {
	font-size: 120px;
	font-family: "Barlow Semi Condensed", serif;
    font-weight: 600;
    font-style: normal;
	line-height: 1em;
}
.tl01 .tl01_h2_02 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1em;
}
.bg_crew {
	position: relative;
}
.bg_crew::after {
	content: "";
    background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title02.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -160px;
    right: 0%;
    width: 831px;
    height: 308px;
z-index: -1;
}
.crew_bt {
	width:1150px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	min-width: 1080px;
}
.crew_bt li {
	width:24%;
}

/*.voice_wrap_r*/
.voice_wrap_r {
	position: relative;
	width: 100%;
	margin-left: 80px;
	background: #F7F7F7;
	border-radius: 75px 0 0 75px;
	margin-top: 160px;
}
.voice_wrap_r__main {
	position: absolute;
	top:-80px;
	right:8%;
	width: 668px;
}
.voice_wrap_r__in {
	padding: 95px 200px 130px 103px;
}
.voice_wrap_r__in .voice_wrap_tl {
	margin-right: 54%;
	padding-right: 30px;
}
/*.voice_wrap_l*/
.voice_wrap_l {
	position: relative;
	width: 94%;
/*				margin-right: 80px;*/
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
	margin-top: 160px;
}
.voice_wrap_l__main {
	position: absolute;
	top: -78px;
	left: 8%;
	width: 668px;
}
.voice_wrap_l__in {
	padding: 95px 103px 134px 125px;
}
.voice_wrap_l__in .voice_wrap_tl {
	margin-left: 54%;
	padding-right: 30px;
}
.voice_wrap_tl {
	text-align: left;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 50px;
}
.voice_wrap_tl p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 7px;
	display: inline-block;
}
.voice_wrap_tl h3 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	line-height: 1.4em;
}
.voice_list_r {
	margin-top: 25px;
}
.voice_list_l {
	margin-left: 54%;
	margin-top: 25px;
}
.voice_list_r p, .voice_list_l p {
	font-size: 24px;
	font-weight: bold;
}
.voice_list_r p span, .voice_list_l p span {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 64px;
	letter-spacing: 0.05em;
	margin-right: 5px;
	vertical-align: baseline;
	display: inline-block;
        transform: translateY(3px);
}
.voice_list_r ul, .voice_list_l ul {
	margin-top: 24px;
}
.voice_list_r ul li, .voice_list_l ul li {
	font-size: 16px;
	line-height: 2em;
}
.voice_wrap_2col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
}
.voice_wrap_2col__img {
/*				width: 478px;*/
	width: 46%;
}
.voice_wrap_2col__tx {
/*				width: 508px;*/
	width: 49%;
	text-align: left;
}
.voice_wrap_2col__tx h4 {
	font-size: 28px;
	line-height: 1em;
}
.voice_wrap_2col__tx p {
	font-size: 16px;
	margin-top: 45px;
	line-height: 1.8em;
}

/*tl_wrap02*/
.mt0 {
	margin-top: 0 !important;
}
.tl_wrap02 {
margin: 157px auto 90px;
}
.bg_about {
position: relative;
}
.bg_about::after {
content: "";
background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title03.png) no-repeat;
background-size: contain;
position: absolute;
bottom: -119px;
right: 0%;
width: 831px;
height: 262px;
z-index: -1;
}
/*.about_wrap*/
.about_wrap {
position: relative;
width: 100%;
margin-left: 80px;
background: #F7F7F7;
border-radius: 75px 0 0 75px;
}
.about_wrap__in {
padding: 95px 200px 80px 103px;
}
.about_wrap_2col {
width: 100%;
display: flex;
justify-content: space-between;
text-align: left;
margin-top: 90px;
}
.about_wrap_2col__tr {
width: 30%;
}
.about_wrap_2col__tr p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 10px;
	line-height: 1em;
	display: inline-block;
}
.about_wrap_2col__tx {
	width: 70%;
}
.about_wrap_2col__tx h3 {
	font-size: 28px;
	line-height: 1em;
}
.about_wrap_2col__tx p {
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 45px;
}
/*about_num_wrap*/
.about_num_wrap {
	margin: 55px 0;
}
.about_num_list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.about_num_list li {
	width: 30.5%;
	background: white;
	border-radius: 25px;
	padding: 55px 30px;
}
.about_num_list li h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.about_num_list li div {
	font-size: 80px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.about_num_list li div span {
	font-size: 32px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
	vertical-align: baseline;
}
.about_num_list li p {
	font-size: 16px;
	margin-top: 25px;
}
.hidden {
	visibility: hidden;
}

/*bg_work*/
.bg_work {
	position: relative;
}
.bg_work::after {
	content: "";
	background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title04.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -119px;
	right: 0%;
	width: 831px;
	height: 269px;
	z-index: -1;
}
/*.work_wrap*/
.work_wrap {
	position: relative;
	width: 94%;
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
}
.work_wrap__in {
	padding: 95px 103px 80px 103px;
}
.work_wrap_2col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 50px;
}
.work_wrap_2col__tr {
	width: 30%;
}
.work_wrap_2col__tr p {
	font-size: 32px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	border-bottom: 7px solid #FFF200;
	padding-bottom: 10px;
	line-height: 1em;
	display: inline-block;
}
.work_wrap_2col__tx {
	width: 70%;
}
.work_wrap_2col__tx h3 {
	font-size: 28px;
	line-height: 1em;
}
.work_wrap__dep {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 60px;
	background: white;
	border-radius: 25px;
	margin-bottom: 25px;
}
.work_wrap__dep .dep_img {
	width: 30%;
}
.work_wrap__dep .dep_tx {
	width: 65%;
	font-size: 16px;
	line-height: 1.8em;
}

/*bg_manager*/
.bg_manager {
	position: relative;
}
.bg_manager::after {
	content: "";
	background: url(https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title05.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -120px;
	right: 0%;
	width: 843px;
	height: 304px;
	z-index: -1;
}
.manager_bt {
	width:1150px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	min-width: 1080px;
}
.manager_bt li {
	width:24%;
}
/*voice_wrap_2col_type02*/
.voice_wrap_2col_type02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
}
.voice_wrap_2col_type02__title {
	width: 33%;
}
.voice_wrap_2col_type02__title h4 {
	font-size: 28px;
	line-height: 1.5em;
}
.voice_wrap_2col_type02__tx {
	width: 60%;
	text-align: left;
}
.voice_wrap_2col_type02__tx p {
	font-size: 16px;
	line-height: 1.8em;
}

/*bg_information*/
.tl_wrap03 {
	margin: 157px auto 90px;
	position: relative;
	z-index: 10;
}
.bg_information {
	position: relative;
}
.bg_information::after {
	content: "";
	background: url("https://www.jiro-kogyo.co.jp/wp-content/themes/jiro-kogyo/images/recruitment/bg_title06_01.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -119px;
	right: 0%;
	width: 831px;
	height: 237px;
	z-index: -1;
}
/*.info_wrap*/
.info_wrap {
	position: relative;
	width: 94%;
	background: #F7F7F7;
	border-radius: 0 75px 75px 0;
}
.info_wrap__in {
	padding: 95px 103px 80px 103px;
}
.tab_wrap {
	display: flex;
	justify-content: space-between;
}
.tab_container {
	width: 31%;
	display: flex;
	flex-direction: column;
}
.tab_container .tab_tr {
	font-size: 24px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 30px;
}
.tab {
	cursor: pointer;
	transition: .5s ease all;
}
.tab:hover {
	opacity: .7;
}
.tab h3 span {
	font-size: 14px;
	display: inline-block;
	padding: 5px 15px 7px;
	border: 1px solid #999999;
	border-radius: 5em;
	margin-bottom: 20px;
}
.tab.active h3 span {
	border: 1px solid #FFF200;
	background: #FFF200;
}
.target_wrap {
	width: 70%;
	margin-top: 30px;
}
.target {
	display: none;
}
.target.show {
	display: block;
}
.target_list {
	
}
.target_list li {
	border-bottom: 1px solid #e5e1e1;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.target_list li h4 {
	font-size: 16px;
	font-weight: 700;
	width: 25%;
	margin-top: 3px;
}
.target_list li p {
	font-size: 16px;
	width: 75%;
	        line-height: 1.8em;
}


/*===============================================
form
===============================================*/
.entry_title {
	width: 877px;
	margin: 125px auto 75px;
}
.entry_title h2 {
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
}
.entry_wrap {
	width: 1200px;
	margin: 0 auto 100px;
	padding: 100px 0;
	background: #F7F7F7;
	border-radius: 75px;
}
.entry_wrap__tx01 {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.entry_wrap__tx02 {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.entry_wrap__tx02 a {
	font-size: 16px;
	vertical-align: baseline;
	text-decoration: underline;
}
.hissu span {
	font-size: 10px;
	color: white;
	background: #EA0000;
	padding: 1px 13px 3px;
	border-radius: 2em;
	line-height: 1em;
	vertical-align: baseline;
}
#entry_form {
	width: 730px;
	margin: 50px auto 20px;
}
#entry_form th {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	width: 229px;
	padding-top: 17px;
}
#entry_form th h3 {
	display: inline-block;
	margin-right: 10px;
}
#entry_form th p {
	display: inline-block;
	transform: translateY(-2px);
}
#entry_form td {
	vertical-align:middle;
	display: block;
	margin-bottom: 50px;
}
.is-error input {
	background:#F2DEDC !important;
}
	.is-error select {
	background:#F2DEDC !important;
}
.mw_wp_form .error {
	color: #FF0000 !important;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1em;
}
input[type="text"] , input[type="email"], input[type="tel"], #entry_form select{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	border-radius: 10px;
	background: white;
	font-size: 16px;
	padding: 20px 30px;
	border:none;
	vertical-align: middle;
    font-weight: 500;
    color: #444444;
}
input:focus,#entry_form select:focus,textarea {
	outline: none;
}
textarea{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	border-radius: 10px;
	background: white;
	font-size: 16px;
	padding: 20px 30px;
	border: none;
	vertical-align: middle;
	width:496px;
	height:168px;
	max-width:496px;
	max-height:500px;
	line-height:1.8em;
    font-weight: 500;
    color: #444444;
}
input::placeholder,textarea::placeholder {
	font-size:16px;
	opacity:0.5;
	line-height:1.8em;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
.submit01 {
	display: block;
	width: 283px;
	margin: 60px auto 0;
}
.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

select {
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}
/*error*/
.form_error_tx {
	margin: 100px 0 65px;
	text-align: center;
}
.form_error_tx p {
	font-family: "Barlow Semi Condensed", serif;
font-weight: 600;
font-style: normal;
	font-size: 120px;
	line-height: 1em;
}
.form_error_tx h2 {
	font-size: 28px;
	font-weight: bold;
	color: #EA0000;
	margin-top: 10px;
}
.entry_wrap__tx01.error {
	color: #EA0000 !important;
}
/*thanks*/
.form_thanks_tx {
	margin: 100px 0 65px;
	text-align: center;
}
.form_thanks_tx p {
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 120px;
	line-height: 1em;
}
.form_thanks_tx h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}
.entry_tanks_wrap {
	width: 710px;
	margin: auto;
}
.entry_tanks_wrap h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}
.entry_tanks_wrap p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.entry_tanks_wrap span {
	margin: 0 auto 30px;
	display: block;
	text-align: center;
}
.entry_tanks_wrap small {
	font-size: 13px;
	color: white;
	background: #EA0000;
	padding: 2px 50px 4px;
	text-align: center;
	border-radius: 2em;
	line-height: 1em;
}

/*to top*/
.topReturn {
	display: none;
	position: sticky;
	bottom: 0;
	z-index: 999;
}
.topReturn a {
	position: absolute;
	bottom: 0;
	right: 80px;
}

/*footer*/
.entry_icon {
	width: 924px;
	margin: 0 auto 100px;
}
footer {
	background: #FFF200;
	padding: 65px 80px 65px;
}
.footer_wrap01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.footer_wrap01__left p {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.footer_wrap01__left ul li {
	font-size: 14px;
	font-weight: bold;
}
.footer_wrap01__right ul {
	display: flex;
	justify-content: flex-end;
}
.footer_wrap01__right ul li {
	margin: 0 15px;
	font-weight: bold;
        font-size: 16px;
}
.footer_wrap02 {
	display: flex;
	justify-content: space-between;
}
.footer_wrap02__left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer_wrap02__left a {
	width: 140px;
}
.footer_wrap02__left p {
	font-size: 12px;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: normal;
	margin-left: 15px;
}
.footer_wrap02__right {
	width: 258px;
}

/*header*/
header {
	min-width:1080px;
}

/*===============================================
form
===============================================*/
.entry_title {
	width: 877px;
	margin: 125px auto 75px;
}
.entry_title h2 {
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
}
.entry_wrap {
	width: 1200px;
	margin: 0 auto 100px;
	padding: 100px 0;
	background: #F7F7F7;
	border-radius: 75px;
}
.entry_wrap__tx01 {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.entry_wrap__tx02 {
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.entry_wrap__tx02 a {
	font-size: 16px;
	vertical-align: baseline;
	text-decoration: underline;
}
.hissu span {
	font-size: 10px;
	color: white;
	background: #EA0000;
	padding: 1px 13px 3px;
	border-radius: 2em;
	line-height: 1em;
	vertical-align: baseline;
}
#entry_form {
	width: 730px;
	margin: 50px auto 20px;
}
#entry_form th {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	width: 229px;
	padding-top: 17px;
}
#entry_form th h3 {
	display: inline-block;
	margin-right: 10px;
}
#entry_form th p {
	display: inline-block;
	transform: translateY(-2px);
}
#entry_form td {
	vertical-align:middle;
	display: block;
	margin-bottom: 50px;
}
input[type="text"] , input[type="email"], input[type="tel"], #entry_form select{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	border-radius: 10px;
	background: white;
	font-size: 16px;
	padding: 20px 30px;
	border:none;
	vertical-align: middle;
    font-weight: 500;
    color: #444444;
}
input:focus,#entry_form select:focus,textarea {
	outline: none;
}
textarea{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	border-radius: 10px;
	background: white;
	font-size: 16px;
	padding: 20px 30px;
	border: none;
	vertical-align: middle;
	width:496px;
	height:168px;
	max-width:496px;
	max-height:500px;
	line-height:1.8em;
    font-weight: 500;
    color: #444444;
}
input::placeholder,textarea::placeholder {
	font-size:16px;
	opacity:0.5;
	line-height:1.8em;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
.submit01 {
	display: block;
	width: 283px;
	margin: 60px auto 0;
}
.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

select {
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}


/*to top*/
.topReturn {
	display: none;
	position: sticky;
	bottom: 0;
	z-index: 999;
}
.topReturn a {
	position: absolute;
	bottom: 0;
	right: 80px;
}


}




