@charset "UTF-8";


@media screen and (max-width:767px){

header{
	background-size: contain;
	background-repeat: no-repeat;	
	}	
/*---------------------------------------------------------------header_navi*/
.splogo{
	width: 140px;
	height: 60px;
	line-height: 60px;
	margin: 0 0 0 20px;
	background: url("../SP/sp_footer_logo@2x.png");
	background-position: 50% 50%;
    background-size:contain;
	background-repeat: no-repeat;
	padding: 0;
	position: fixed;
	z-index: 98;
}	
.head_logo{
    display: none;
}	
.headback{
	background-color: #FFC155;
	position: relative;
	width: 100%;
	top: 0;
	position: fixed;
	height: 60px;
	z-index: 1;
}
.menu{
    height: 50px;/*lineの位置調整_展開時＿通常時両方*/
    position: absolute;
    right: 36px;
    width: 30px;
    z-index: 99;
    position: fixed;
}
.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    margin: 30px 0 0 0;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;/*lineの位置調整_展開時＿通常時両方*/
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg)}
/*gnav*/
.gnav{
	position: fixed;
	justify-content: center;
	align-items: center;
    background: #FFC555;
    display: none;
    height: 100%;
    width: 100%;
	padding: 20px 0 0 0px;
	z-index: 3;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 30px;
    justify-content: center;
    position: relative;
    width: 100%;
    text-align: left;
	z-index: 4;
}
.gnav__wrap:focus-within{
  display: none;
}
.gnav__menu__item{
    margin: 30px 0;
	position: relative;
	z-index: 2;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 40px;
    text-decoration: none;
    transition: .5s;
	letter-spacing: 2px;
}
.gnav__menu__item a:hover{
    color: #000;
}
.header_wrap{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
}
.header_wrap span{
    background-color:#fff;
	z-index: 99;
}
/*---------------------------------------言語切り替えボタン*/
.lang{
	width: 100%;
	height: 50px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
	
.lang a {
	display: block;
	cursor: pointer;
	width: 120px;
	height: 40px;
	margin: 0px 15px 0 15px;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	transition: .2s;
	border-radius: 7px;
	text-decoration:none;

}
.lang .lang_active {
	background-color: #FF8000;
    color: #fff;
}

.lang .lang_none{
    background: #fff;
	color: #707070;
}
/*---------------------------------------言語切り替えボタン*/



/*-----------------------------------------------------------------------------------------------------------------vision_start*/	
.visionwrap{
    margin: 0 auto;
	width: 100%;
}
.vision_contents_wrap{
    flex-direction: column;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.vision_top_title{
    font-size: 22px;
	font-weight: bold;
	color: #FF8000;
	margin: 0 0 10px 0;
}
.vision_top_sub{
    font-size: 12px;
	line-height: 25px;
}
.vision_img{
    width: 300px;
	height: 250px;
    background-image: url("../PC/vision/comp_main.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 50px auto 10px;
	
}
.vision_middle_title{
    font-size: 21px;
	font-weight: bold;
	margin: 0px 0 10px 0;
}
.vision_middle_title span{
    font-weight: bold;
	color: #FF8000;
}
.vision_middle_sub{
    font-size: 13px;
	letter-spacing: 1px;
	line-height: 25px;
	color:#707070;
}
.mission_title{
    font-size: 25px;
	font-weight: bold;
	margin: 70px 0 20px 0;
	color:#FFAE23;
	letter-spacing: 2px;
}
.mission{
    margin: 0 0 50px 0
}
.mission_contents{
	margin: 0 0 30px 0;
}
.mission_num{
    font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 30px 10px 0;
	color: #707070;
}
.mission_txt{
    font-size: 13px;
	font-weight: bold;
	color: #707070;
	letter-spacing: 1px;
}
/*-----------------------------------------------------------------------------------------------------------------vision_end*/	



/*-----------------------------------------------------------------------------------------------------------------company_start*/		
dt.info_title{
    float: left;
	text-align: left;
	font-size:12px;
}
dd.info_txt{
    margin: 10px 0 10px 80px;
	font-size:12px;
}
dl.info_dl{
    border-bottom: 1px solid #707070;
}
.cmp_info{
    width:90%;
	margin: 40px auto 150px;

}
.accses{
    width: 100%;

}
.accses_contents_wrap{
	margin: 0 0 0 0;
	width: 100%;
	
}
.accses_right_info{
   margin: 0 auto 0 auto;
   width: 80%;

   text-align: center;
}
.map{
    width: 100%;
	height: 300px;
	background-color: aliceblue;
	margin: 0 0 20px 0;
}
.place{
    font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
	text-align: center;
}
.adderes{
    font-size: 20px;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	text-align: center;
}
.line_hr{
    border-bottom: 5px solid #707070;
	width:90px;
	margin: 0 auto 30px auto;
}
.root{
    font-size: 16px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.map_btn{
    display: block;
	margin: 30px 0 50px 0;
	height: 70px
}
.map_btn a{
    width:100%;
	height: 60px;
	background-color: #FF8000;
	display: block;
	border-radius: 255px;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	bottom: 0;
}
.map_btn a:hover{
    width:100%;
	height: 60px;
	background-color: #fff;
	display: block;
	border-radius: 255px;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	text-decoration: none;
	color: #FF8000;
	letter-spacing: 2px;
	bottom: 0;
	border: 2px solid #FF8000;
}
.map iframe{
    width:100%;
	height: 100%;
}
/*-----------------------------------------------------------------------------------------------------------------company_end*/	



/*-----------------------------------------------------------------------------------------------------------------business_start*/	
.bsns_contents{
    margin: 0 auto;
	width: 90%;
}
.bsns_contents_eg{
    margin: 0 auto;
	width: 80%;
}
.bsns_top_read{
    color: #707070;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	margin: 30px 0 0 0;
}
.bsns_contents_wrap{
    display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.bsns_contents_box{
	margin: 50px 0 40px 0;
	flex-direction: column;
	display: flex;
	align-items: center;
}
.bsns_right_contents{
    display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.bsns_right_contents_eg{
    display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.bsns_num{
    font-size: 40px;
	font-weight: bold;
	color: #707070;
	letter-spacing: 5px;
	text-align: center;
}
.bsns_read{
    width:100%;
    font-size: 18px;
	margin: 15px auto 0;
	color: #707070;
	letter-spacing: 2px;
	text-align:center; 
}	
.bsns_read span{
    font-weight: bold;
}
.bsns_txtbox{
    font-size: 12px;
	color: #707070;
	line-height: 25px;
	letter-spacing:1px; 
	margin: 20px 0 0 0;
	text-align: center;
}
.bsns_right_contents_eg a{
    width:270px;
	height: 45px;
	border: 1px solid #2380FF;
	border-radius: 255px;
	text-decoration: none;
	color: #2380FF;
	text-align: center;
	line-height: 45px;
	font-size: 13px;
	margin: 30px 0 0 0;
}
.bsns_leftimg1{
    background-image: url("../PC/company_info/business_icon06.png");
	width:180px;
	height: 180px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 36px auto;
}
.bsns_leftimg2{
    background-image: url("../PC/company_info/business_icon02.png");
	width:180px;
	height: 180px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 36px auto;
}
.bsns_leftimg3{
    background-image: url("../PC/company_info/business_icon03.png");
	width:180px;
	height: 180px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 36px auto;
}
.bsns_leftimg4{
    background-image: url("../PC/company_info/business_icon04.png");
	width:180px;
	height: 180px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 36px auto;
}
.bsns_contents_link{
    background-color: #FCFCFC;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
}
.bsns_link_box{
    width:260px;
	height: 370px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
	margin: 30px 0px 0px 0px;
	
}
.bsns_link_img1{
    background-image: url("../PC/company_info/business_link_gfj.png");
	width:260px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}
.bsns_link_img2{
    background-image:url("../PC/company_info/business_link_chatbot.png");
	width:260px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}
.bsns_link_img3{
    background-image:url("../PC/company_info/business_link_schpass_web.png");
	width:260px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}
.bsns_link_img4{
    background-image:url("../PC/company_info/business_link_revuen.png");
	width:260px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}
.bsns_link_img5{
    background-image:url("../PC/company_info/business_link_yudaiapp.png");
	width:260px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}
.link_title{
    font-size: 10px;
	color:#707070;
	margin: 20px 0 0 20px;
	
}
.link_sub{
    font-size: 16px;
	color:#FFAE23;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0 20px 20px;
}

.bsns_contents_link a{
    text-decoration: none;
	display: block;
}


.bnsn_link_more a{
    width: 260px;
	height: 50px;
	color:#707070;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 0px;
	
}
/*-----------------------------------------------------------------------------------------------------------------business_end*/



/*-----------------------------------------------------------------------------------------------------------------privacy_start*/	
.privacy{
    padding: 30px 0 0 0;
	width:88%;
	margin: 0 auto 0 auto;
}
.pvcy_txt_box{
    font-size: 12px;
	color:#1C1C1C;
	margin: 0 0 0px 0;
	letter-spacing: 1px;
	line-height: 25px;
}
.pvcy_txt_block{
    margin: 0 0 50px 0;
	border-bottom: 1px solid #1C1C1C;
	padding: 0 0 50px 0;
}
.pvcy_txt_title{
    font-size: 16px;
	color: #FF8000;
	font-weight: bold;
	margin: 50px 0 30px 0;
	letter-spacing: 1px;
}
.pvcy_sub{
    margin: 0 0 150px 0;
	line-height: 30px;
}
.pvcy_truste_link{
	width: 100%;
}
.pvcy_truste_link a{
    background-image: url("../PC/privacy/privacy_truste.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:186px;
	height: 60px;
	margin: 50px auto 0 auto;
	display: block;
}
.pvcy_truste_link a:hover{
    opacity: 0.7;
	display: block;
}
/*-----------------------------------------------------------------------------------------------------------------privacy_end*/



/*-----------------------------------------------------------------------------------------------------------------tokusho_start*/	
.tokusho{
    margin: 0 auto 50px;
	width: 80%;
	border-collapse: collapse;
	
}

.tokusho table{
    flex-direction: column;
	display: flex;
	align-items: center;
	width: 100%;
}

.tokusho_leftbox{
    width:100%;
    height: 30px;
	vertical-align: middle;
	text-align: center;
	display: block;
	background-color: #EBEBEB;
	color: #707070;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tokusho_right{
    width: 100%;
	height: 90px;
    border: 1px solid #EBEBEB;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding: 0 10px;
}
/*-----------------------------------------------------------------------------------------------------------------tokusho_end*/	



/*-----------------------------------------------------------------------------------------------------------------yudai_start*/	
.yudai{
    width: 90%;
	margin: 0 auto;
	
}
.yudai_info{
	margin: 80px auto 50px auto;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.yudai_logo_sub{
    background-image: url("../PC/yudai/yudai_mainlogo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:100%;
	background-position: center;
	height: 200px;
	margin: 0 auto;
}
.yudai_right{
    margin: 50px auto;
	width: 80%;
}
.yudai_title{
    font-size: 24px;
	color: #4EB8A2;
	font-weight: bold;
	letter-spacing: 1px;
}
.yudai_subtitle{
    font-size: 18px;
	color: #707070;
	margin: 30px 0 20px 0;
	font-weight: bold;
}
.yudai_txt{
    font-size: 13px;
	line-height: 25px;
	color: #707070;
}
.yudai_sub_btn{
    display: flex;
	justify-content: center;
	margin: 50px 0 50px 0;
}
.yudai_sub_btn a{
    width: 260px;
	height: 60px;
	background-color: #4EB8A2;
	border-radius: 255px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
}
.yudai_sub_btn a:hover{
    width: 260px;
	height: 60px;
	background-color: #fff;
	border-radius: 255px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	font-size: 14px;
	color: #4EB8A2;
	letter-spacing: 2px;
	border:  2px solid #4EB8A2;
}
.yudai_sub_btn a::after{
    position: absolute;
    content: "";
    top: 50%;
	right: 10%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
/*-----------------------------------------------------------------------------------------------------------------yudai_end*/	



/*-----------------------------------------------------------------------------------------------------------------contact_start*/
.atend_top{
    width:100%;
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0 50px 0;
}
.atend_top a{
    text-align: center;
	color:#707070;
	font-size: 10px;
	width: 80%;
	line-height: 25px;
}
form{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width:100%;
}
.label_wrap{
    display: flex;
    margin: 0 0 15px 0;
}
.must_eg{
    width: 80px;
	height: 25px;
	background-color: #FF6262;
	border-radius: 6px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
}
.any_eg{
    width: 80px;
	height: 25px;
	background-color: #62A4FF;
	border-radius: 6px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
}
.label_1{
   font-size: 12px;
   line-height: 25px;
   margin: 0 0 0 10px;
}
.label_comment{
   font-size: 20px;
}
.inputs_1::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color:#ccc;
}
.inputs_1:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
.inputs_1::placeholder { /* Others */
   color:#ccc
}
.inputs_comment{
   width: 100%;
   height: 220px;
   border-radius: 6px;
   border: 1px solid #707070;
   font-size: 16px;
   padding: 10px 0 0 10px;
   margin: 0 auto;
}
.inputs_1{
    width: 100%;
	height: 40px;
	border-radius: 6px;
	font-size: 16px;
	margin: 0 auto 40px auto ;
	border: 1px solid #707070;
	padding: 0 0 0 10px;	
}
.item{
    flex-direction: column;
	display: flex;
	width: 70%;
}
.privacy_atend{
    text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin: 50px 0 50px 0;
	color: #707070;
}
.privacy_atend a{
    text-decoration: none;
	color: #707070;
	border-bottom: 1px solid;
}
#agree{
    margin: 40px 0 0 0;
}



input.contavt_btn{
    width: 280px;
	height: 60px;
	background-color: #FFAE23;
	border-radius: 255px;
	border-style: none;
	margin: 0 0 50px 0;
	font-size: 14px;
	color:#fff;
	line-height: 60px;
	font-weight: bold;
	-webkit-appearance: none;
}
input.contavt_btn:hover{
    width: 280px;
	height: 60px;
	background-color: #FFF;
	border-radius: 255px;
	border:3px solid #FFAE23;
	margin: 0 0 50px 0;
	font-size: 14px;
	display: block;
	color: #FFAE23;
	-webkit-appearance: none;
}
/*-----------------------------------------------------------------------------------------------------------------contact_end*/



/*-----------------------------------------------------------------------------------------------------------------contact_atend_start*/
.contact_atend{
    width: 90%;
	margin: 50px auto 50px;

}
.atend_txt{
    margin: 0 0 30px 0;
	line-height: 25px;
	font-size: 12px;
}
.atend_fix{
    margin: 40px 0 0 0;
	font-size: 12px;
}
/*-----------------------------------------------------------------------------------------------------------------contact_atend_end*/



/*-----------------------------------------------------------------------------------------------------------------submit_start*/
.submit{
    width: 90%;
	margin: 0 auto;
}
.cont_top{
    margin: 20px 0 20px 0;
	line-height: 30px;
	font-size: 12px
}
dt.cont_title{
    font-weight: bold;
	color: #646464;
	margin: 10px 0 0 0;
}
dd.cont_txt{
    margin: 10px 0 10px 0px;
	font-size: 14px;
}
dl.cont_dl{
    border-bottom: 1px solid #707070;
}
.submit_btn{
    display: flex;
	flex-direction: column;
	margin: 50px 0 20px 0;
	justify-content: center;
	align-items: center;
	width: 100%;
}
input.back_contact{
    width: 260px;
	height: 60px;
	background-color: #B9B9B9;
	border-radius: 255px;
	border-style: none;
	margin: 0 0px 35px 0;
	font-size: 14px;
	color:#fff;
	-webkit-appearance: none;
}
input.back_contact:hover{
    width: 260px;
	height: 60px;
	background-color: #FFF;
	border-radius: 255px;
	border:3px solid #B9B9B9;
	margin: 0 0px 35px 0;
	font-size: 14px;
	display: block;
	color: #B9B9B9;
	-webkit-appearance: none;
}
input.send_mail{
    width: 260px;
	height: 60px;
	background-color: #FFAE23;
	border-radius: 255px;
	border-style: none;
	margin: 0 0px 35px 0;
	font-size: 14px;
	color:#fff;
	-webkit-appearance: none;
}
input.send_mail:hover{
    width: 260px;
	height: 60px;
	background-color: #FFF;
	border-radius: 255px;
	border:3px solid #FFAE23;
	margin: 0 0px 35px 0px;
	font-size: 14px;
	display: block;
	color: #FFAE23;
	-webkit-appearance: none;
}
/*-----------------------------------------------------------------------------------------------------------------submit_end*/



/*-----------------------------------------------------------------------------------------------------------------contact_send_success_start*/

.success_wrap{
    height: 100%;
	margin: 40% 0;
}
.success_title{
    font-size: 23px;
	color: #FF8000;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 0;
}
.success_txt{
    font-size: 14px;
	text-align: center;
	margin: 20px 0 70px 0;
}
/*-----------------------------------------------------------------------------------------------------------------contact_send_success_end*/
	
	
	
/*-----------------------------------------------------------------------------------------------------------------recruit_top_start*/
.recr_top_main{
    width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.main_img{
    width: 100%;
	height: 216px;
	background-image:url("../SP/RECRUIT/recruit_main_sp@2x.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60%;
}
.recr_title{
    font-size: 20px;
	font-weight: bold;
	color: #FFAE23;
	letter-spacing:1px;
	margin: 50px auto 30px auto;
	text-align: center;
	width: 90%;
}
.recr_txt{
    font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0 auto 40px auto;
	text-align: center;
	width:90%;
}
.recr_bottom{
    width:100%;
	height: 50%;
	padding: 30px 0 0 0;
    background-color: #FCFCFC;
	display: flex;
	justify-content: center;

}
.recr_content_wrap{
    display: flex;
	align-items: center;
	flex-direction: column;
}

.recr_content_wrap a{
 text-decoration: none;
}

.recr_content_box{
    background-color: #fff;
	border-radius: 24px;
	box-shadow: 3px 5px 6px #00000029;
	width:100%;
	height: 240px;
	margin: 0 40px 60px 40px;
}
.recr_content_title{
    font-size: 17px;
	font-weight: bold;
	color:#62A4FF;
	text-align: center;
	margin: 20px 0 20px 0 ;
	letter-spacing: 2px;
}
.recr_box_img1{
    background-image: url("../PC/RECRUIT/recruit_new.png");
	width:100%;
	height: 130px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.recr_box_img2{
    background-image: url("../PC/RECRUIT/recruit_chuto.png");
	width:100%;
	height: 130px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.recr_box_img3{
    background-image: url("../PC/RECRUIT/recruit_part.png");
	width:100%;
	height: 130px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.recr_box_link{
    text-align: center;
	text-decoration: none;
	background-color: #62A4FF;
	border-radius: 0px 0px 24px 24px;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#fff;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_top_end*/	
	
/*-------------------------------------------------------------------1月追加_ニュースボックス_start*/
.recruit_newsbox{
    width: 100%;
	padding: 35px 0px 20px 0px;
	background-color: #F7F7F7;
}

.newscell_wrap{
    width: 75%;
    background-color: #ffffff;
	padding: 20px 25px 20px;
	margin: 0 auto 30px auto;
	border-radius: 12px;
	box-shadow: 0px 2px 20px #00000029;
}

dt.newsbox_day{
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 15px 0 5px 0;
}

dt.newsbox_title{
    font-size: 18px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.recruit_newsbox dd{
    font-size: 15px;
	display: flex;
	flex-direction: column;
	margin: 0 0 10px 0;
	line-height: 25px;
	letter-spacing: 0.02em;
}

.recruit_newsbox a{
    text-decoration: none;
	background-color: #FFAE23;
	width:100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	margin: 20px 0 15px 0;
	display: block;
	color: #fff;
	font-size: 14px;
}

.newsbox_newmark{
    font-size: 14px;
	background-color:#EF1C77;
	width:45px;
	height: 20px;
	padding: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 2px;
	font-weight:normal;
	margin: 0 0 10px 0;
}
/*-------------------------------------------------------------------1月追加_ニュースボックス_end*/

/*-----------------------------------------------------------------------------------------------------------------flesh_start*/
.fldet_topread{
    width:90%;
	margin:0 auto 0 auto;
}
.fldet_topread_title{
    font-size: 22px;
	font-weight: bold;
	color:#FFAE23;
}
.fldet_title_eg{
    font-size: 11px;
	color:#707070;
	letter-spacing: 1px;
	text-align: left;
	line-height: 15px
}
.fldet_topread_txtbox{
    margin: 30px 0 100px 0;
}
.fldet_topread_txt{
    font-size: 11px;
	line-height: 25px;
	margin: 0 0 20px 0;
}
.fldet_bigtitle{
    font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFAE23;
	margin: 0 0 20px 20px;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #FCFCFC;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}/*タブ切り替え全体のスタイル*/
.tabimg_wrap{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.tab_item {
  height: 100px;
  line-height: 50px;
  font-size: 16px;
  color: #565656;
  display: block;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 0 20px 30px 20px;
}/*タブのスタイル*/
.tab_item:hover {
  opacity: 0.75;
}
.tab_img {
    background-image: url("../PC/RECRUIT_fleshman/recruit_new_marketingicon.png");
	width: 100px;
	height: 100px;
	background-size: contain;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 255px;
}
.tab_img2{
    background-image: url("../PC/RECRUIT_fleshman/recruit_new_programmericon.png");
	width: 100px;
	height: 100px;
	background-size: contain;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 255px;
}
.category{
    color: #707070;
	text-align: center;
	font-size: 14px;
}
input[name="tab_item"] {
  display: none;
}/*ラジオボタンを全て消す*/
.tab_content {
  display: none;
  width:70%;
  margin: 30px auto 0 auto;
  padding: 50px 30px 20px;
  clear: both;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}/*タブ切り替えの中身のスタイル*/
.daybox_topimg{
    background-image: url("../PC/RECRUIT_fleshman/recruit_new_marketingicon.png");
	width:150px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}
.daybox_topimg2{
    background-image: url("../PC/RECRUIT_fleshman/recruit_new_programmericon.png");
	width: 150px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}
.daybox_topwrap{
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.daybox_job{
    line-height: 25px;
	font-size: 15px;
	text-align: center;
}
.daybox_job_comment{
    font-size: 12px;
	line-height: 25px;
	margin: 30px 0 0 0px;
}
.daybox_middle_title{
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 50px 0 0 0;
}
span.daybox_line{
    width:60px;
	height: 4px;
	background-color: #000000;
	display: block;
	margin: 30px 0;
}
.day_img{
    background-image :url("../SP/RECRUIT_fleshman/daytime1.png");
	width:100%;
	height: 600px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.day_img2{
    background-image: url("../SP/RECRUIT_fleshman/daytime2.png");
	width:100%;
	height: 600px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.daybox_bottom_title{
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 20px 0 0 0;
}
.workmemo_title{
    font-size: 17px;
	color:#FF8000;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}
.workmemo_txt{
    font-size: 11px;
	margin: 0 0 30px 0;
}
#market:checked ~ #market_content,
#programmer:checked ~ #programmer_content{
  display: block;
}/*選択されているタブのコンテンツのみを表示*/
input#market:checked + input + .tabimg_wrap .tab_market {
   border: 4px solid #FFF723;
   border-radius: 255px;
   box-shadow: 0px 3px 6px #00000029;
}

input#programmer:checked +.tabimg_wrap .tab_programmer {
   border: 5px solid #FFF723;
   border-radius: 255px;
   box-shadow: 0px 3px 6px #00000029;
}



.point_contents_wrap{
    width:90%;
	margin: 0 auto;
}
.point_title_top{
    font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFAE23;
	margin: 40px 0 40px 30px;
}
dt.point_info_title{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
dd.point_txt{
    margin: 20px 0 20px 0px;
	font-size: 12px;
}
dl.point_dl{
    border-bottom: 1px solid #707070;
	width:90%;
	margin: 20px auto 0;
}
.point_dd_title{
    font-weight: bold;
	color:#FF8000;
	margin: 0 0 15px 0;
	font-size: 15px;
}
.point_dd_txt a{
    margin: 20px 0 0 0;
	display: block;
}
.entry_way_wrap{
    margin: 0 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.entry_title{
    font-size: 16px;
	margin: 40px 0;
}
.entry_btn a{
    width:260px;
	height: 60px;
	background-color: #FFAE23;
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 255px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
	margin: 0 auto;
	z-index: 0;
}
.entry_btn a:hover{
    display: block;
	background-color:#fff;
	border: 3px solid  #FFAE23;
	width:260px;
	height: 60px;
	color: #FFAE23;
	box-sizing: border-box;
}
.entry_btn a::after{
    position: absolute;
    content: "";
    top: 50%;
	right: 10%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.entry_bottom_txt{
    font-size: 11px;
	text-align:center;
	line-height: 25px;
	margin: 50px 0 50px 0;
	width:80%;
	text-align: left;
}
/*-----------------------------------------------------------------------------------------------------------------flesh_end*/
	
	
	
/*-----------------------------------------------------------------------------------------------------------------recruit_entry_start*/
.process{
    width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 50px 0;
}
.process_on{
    font-weight: bold;
	font-size: 19px;
	color:#FFAE23;
	letter-spacing: 2px;
}
.process_on span{
    border-bottom: 4px solid #FFAE23;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}
.process_off{
    font-weight: bold;
	font-size: 19px;
	color:#BEBEBE;
	letter-spacing: 2px;
}
.tgle{
    width: 0px;
    height: 0px;
    margin: 0 10px;
    border-style: solid;
    border-width: 9px 0 9px 8px;
    border-color: transparent transparent transparent #ff8000;
}
form.entform_formwrap{
    justify-content: center;
    align-items: center;
    display: flex;
}
.top_select{
    width: 90%;
    height: 300px;
	background-color: #FFFCF7;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 0 40px 0;
	padding: 20px 0 0 0;
}
select.entform_select::-ms-expand{
    display: none;
}
select.entform_select{
    width:100%;
    height: 40px;
	display: block;
	margin: 0px 0 50px 0;
	background-color: #fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	overflow: hidden;
	font-size: 16px;
	padding: 0 20px;
	text-overflow: ellipsis;
}
.select_block{
    width: 80%;
    position: relative;
}
.select_block::after{
    position: absolute;
    content: "";
    top: 45%;
	right: 5%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.entform_label_wrap{
    display: flex;
    margin: 0 0 15px 0;
}
.select_first{
    color:#f7f7f7;
}
.entry_middle_wrap{
    background-color: #FFFCF7;
	width: 85%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 20px 20px 0;
}
.must{
    width: 48px;
	height: 25px;
	background-color: #FF6262;
	border-radius: 6px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
}
.any{
    width: 48px;
	height: 25px;
	background-color: #62A4FF;
	border-radius: 6px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
}
.entform_label_1{
   font-size: 13px;
   line-height: 25px;
   margin: 0 0 0 10px;
}
.entform_label_comment{
   font-size: 20px;
}
.entform_inputs_1::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color:#ccc;
}
.entform_inputs_1:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
.entform_inputs_1::placeholder { /* Others */
   color:#ccc
}
.entform_inputs_comment{
   width: 100%;
   height: 100px;
   border-radius: 6px;
   border: 1px solid #707070;
   font-size: 16px;
   padding: 10px 0 0 20px;
   margin: 0 40px 0 0;
}
.entform_inputs_1{
    width:100%;
	height: 40px;
	border-radius: 6px;
	font-size: 16px;
	margin: 0 40px 40px 0;
	border: 1px solid #707070;
	padding: 0 0 0 20px;
}
.entform_item{
    flex-direction: column;
	display: flex;
	width:80%;
}
.input_birth_wrap{
    display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	margin: 0 40px 40px 0;
	
}
.entform_inputs_birth{
    width:60%;
	height: 40px;
	font-size: 16px;
	color:#000;
	border-radius: 6px;
	border: 1px solid #707070;
	padding: 0 0 0 10px;
}
.birth_box{
    display: flex;
}
.birth_box p{
    font-size: 15px;
	justify-content: flex-end;
	align-items: flex-end;
	display: flex;
	margin: 0 5px 0 5px;
	
}
input[type=radio]#male,#female, input[type=checkbox]#male,#female {
  display: none;
}
.radio, .sex_box {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 40px 0;
  padding: 12px 20px 12px 60px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px;
}
.sex_box:hover:after {
  border-color: #FFAE23;
}
.sex_box:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15%;
  display: block;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  border: 2px solid #bbb;
  border-radius: 255px;
  content: '';
}
.sex_box:before {
  display: block;
  position: absolute;
  top:34%;
  left:21%;
  width: 20px;
  height: 20px;
  border-radius: 255px;
  background-color: #FFAE23;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .sex_box:before {
  opacity: 1;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_entry_end*/



/*-----------------------------------------------------------------------------------------------------------------entry_submit_start*/
.cont_top_entry{
     text-align: center;
	 font-size: 12px;
	 line-height: 20px;
	 margin: 0 0 40px 0;
}
/*-----------------------------------------------------------------------------------------------------------------entry_submit_end*/
	
	
/*-----------------------------------------------------------------------------------------------------------------entry_send_seccess_start*/
.entry_success{
    width:90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.entry_succes_txt_wrap{
    display: flex;
	width:90%;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin: 20px 0 50px 0;
}
.entry_success_txt{
    margin: 20px 0 10px 0;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}
/*-----------------------------------------------------------------------------------------------------------------entry_send_seccess_end*/	
	
	
/*-----------------------------------------------------------------------------------------------------------------recruit_support_start*/
.recruit_contents_topimg{
    background-image:url("../SP/RECRUIT_support/recruit_support_mainimg_sp.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 50px auto;
}
.support_mainread{
    font-size: 13px;
	font-weight: bold;
	border-left: 5px solid #707070;
	color: #707070;
	padding: 0 0 0 20px;
	width: 70%;
	margin: 0px auto 60px;
	line-height: 20px;
}
.support_whatblock{
	width:80%;
	margin: 60px auto;
	flex-direction: column;
	display:flex; 
	align-items: center;
	justify-content: center;
}
.support_leftcircle{
    width:140px;
	height: 140px;
	border: 3px solid #FFAE23;
	border-radius: 255px;
	text-align: center;
	line-height: 140px;
	font-size: 15px;
	color:#FFAE23;
	font-weight: bold;
}
.support_wtahtxt{
    font-size: 12px;
	color:#707070;
	margin: 20px 0 0 0px;
	letter-spacing: 2px;
	line-height: 22px;
	text-align: left;
}
.recomen_list_wrap{
    display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.recomen_list{
    display:flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.recomen_title{
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFAE23;
	margin: 40px auto 40px auto;
	width: 100%;
}

.support_middle{
    margin: 0 auto;
	width: 80%
}

.recomen_list_block{
    display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	margin: 0 0 30px 0;
	width: 100%;
}
.recomen_icon1{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_book.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	background-position: 50% ;
}
.recomen_icon2{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_pc.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	background-position: 50% ;
}
.recomen_icon3{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_grap.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	background-position: 50% ;
}
.recomen_icon4{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_sheet.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;

}
.recomen_icon5{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_heart.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.recomen_icon6{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_time.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.recomen_icon7{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_sp.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.recomen_icon8{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_game.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.recomen_icon9{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_night.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.recomen_icon10{
    width:30px;
	height: 30px;
	background-image: url("../PC/99_SVG/support_icon_fukidasi.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_support_end*/



/*-----------------------------------------------------------------------------------------------------------------recruit_chuto_top_start*/
.recruit_contents_topimg_chuto{
    background-image:url("../SP/RECRUIT_tyuuto/recruit_chuto_main_sp@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 20px auto;
	background-position: 50%;
}
.chuto_top_wrap{
    margin: 0 0 50px 0;
}
.chuto_title_under{
    width:80%;
	text-align: center;
	margin: 0px auto 50px;
	font-size: 16px;
}
.chuto_joblist_wrap{
    display:flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	width:100%;
}
.job_box{
    width:75%;
	box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
	margin: 30px auto;
}
.job_box a{
    text-decoration: none;
	display: block;
}
.job_box a:hover{
    opacity: 0.6;
}
.job_title{
    /* line-height: 80px; */
	display: flex;
    align-items: center;
    justify-content: center;
	height: 80px;
	line-height: 1.6;
	font-weight: bold;
	color:#707070;
}
.job_app_img{
    background-image:url("../PC/RECRUIT_tyuuto/recruit_chuto_applink.png");
	width:100%;
	height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.job_web_img{
    background-image:url("../PC/RECRUIT_tyuuto/recruit_chuto_web.png");
	width:100%;
	height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.job_market_img{
    background-image:url("../PC/RECRUIT_tyuuto/recruit_chuto_marke.png");
	width:100%;
	height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.job_design_img{
    background-image:url("../PC/RECRUIT_tyuuto/recruit_chuto_design.png");
	width:100%;
	height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.job_server_img{
    background-image:url("../PC/RECRUIT_tyuuto/recruit_chuto_sever.png");
	width:100%;
	height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.job_support_img{
    background-image:url("../PC/RECRUIT_tyuuto/recruit_chuto_applink.png");
	width:100%;
	height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.job_saas_img {
	background-image:url("../PC/RECRUIT_tyuuto/saas_assistant.png");
	width:100%;
	height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.job_media_img {
	background-image:url("../PC/RECRUIT_tyuuto/media_assistant.png");
	width:100%;
	height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.chuto_top_wrap{
    width:100%;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_chuto_top_end*/



/*-----------------------------------------------------------------------------------------------------------------recruit_topimage_start*/
.recruit_contents_topimg_app{
    background-image:url("../SP/RECRUIT_app/recruit_chuto_app_sp@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}
.recruit_contents_topimg_server{
    background-image: url("../SP/RECRUIT_sever/recruit_chuto_server_sp@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}
.recruit_contents_topimg_design{
    background-image:url("../SP/RECRUIT_design/recruit_chuto_design_sp@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}
.recruit_contents_topimg_web{
    background-image:url("../SP/RECRUIT_web/recruit_chuto_web_sp@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}
.recruit_contents_topimg_support{
    background-image:url("../SP/RECRUIT_support/recruit_support_mainimg_sp@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}
.recruit_contents_topimg_graphic{
    background-image:url("../SP/RECRUIT_graphic/recruit_grafic_sp@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}

.recruit_contents_topimg_saas{
    background-image:url("../PC/RECRUIT_saas/recruit_saas_mainimg.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}

.recruit_contents_topimg_media{
    background-image:url("../PC/RECRUIT_media/recruit_media_mainimg.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}

.recruit_contents_topimg_marketing{
    background-image:url("../SP/RECRUIT_marketing/recruit_marketing_sp@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}

.recruit_contents_topimg_salesmanager{
    background-image:url("../SP/RECRUIT_sales/recruit_sales@2x.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 30px auto;
	background-position: 50%;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_topimage_end*/


/*-----------------------------------------------------------------------------------------------------------------recruit_parttime_top_start*/
.recruit_contents_topimg_part{
    background-image:url("../SP/RECRUIT/recruit_part_sp.png");
	width:100%;
	height: 200px;
	background-size: cover;
	margin: 20px auto;
	background-position: 50%;
}
.job_graphic_img{
    background-image:url("../SP/RECRUIT_graphic/recruit_grafic_sp.png");
	width:100%;
	height: 40vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
.job_support_img{
    background-image:url("../PC/RECRUIT_support/recruit_support_mainimg.png");
	width:100%;
	height: 40vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}

.job_salesmanager_img{
    background-image:url("../PC/RECRUIT_sales/recruit_sales_mainimg.png");
	width:100%;
	height: 40vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_parttime_top_end*/


.service_intro_title p {
	font-size: 14px !important;
}

.service_intro_title span {
	font-size: 16px !important;
}

}