@charset "UTF-8";

@media screen and (min-width:768px){
	
	
body{
	position: relative;
	z-index: -10;
		
	}
header{
	height: 80px;
	width: 100%;
	position: relative;
	z-index: 1;
}
/*---------------------------------------------------------------header_navi*/
.gnav__wrap{
	display: flex;
	width: 100%;
	height: 80px;

}
.head_logo{
	margin: 0 0 0 20px;
	line-height: 100px;
	position: fixed;
	
}
.headback{
	background-color: #FFC155;
	position: absolute;
	width: 100%;
	top: 0;
	position: fixed;
	height: 80px;
}
ul.gnav__menu{
	width: 85%;
	line-height: 80px;
	float: left;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.menu{
	display: none;
}
.gnav{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 1%;
	top:0;
}
.gnav__menu{
	display: flex;
	justify-content: flex-end;
}
.gnav__menu li{
	display: inline-block;
	margin: 0 40px 0 0;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	
}
.gnav__menu__item a{
	text-decoration: none;
	color: #fff
}
.gnav__menu__item a:hover{
	text-decoration: none;
	opacity: 0.7;
}
/*---------------------------------------言語切り替えボタン*/
.lang{
	width: 240px;
	display: flex;
	height: 80px;
}

.lang a {
	display: block;
	cursor: pointer;
	width: 120px;
	height: 40px;
	margin: 20px 20px 0 0;
	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%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.visionwrap_eg{
    margin: 0 auto;
	width: 80%;
}
.vision_top_title{
    font-size: 60px;
	font-weight: bold;
	color: #FF8000;
	margin: 0 0 20px 0;
}
.vision_top_sub{
    font-size: 28px;
	font-weight: bold;
}
.vision_img{
    width: 874px;
	height: 558px;
    background-image: url("../PC/vision/comp_main.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin: 80px auto 0 auto;	
}
.vision_middle_title{
    font-size: 60px;
	font-weight: bold;
	margin: 50px 0 80px 0;
}
.vision_middle_title span{
    font-weight: bold;
	color: #FF8000;
}
.vision_middle_sub{
    font-size: 28px;
	letter-spacing: 2px;
	line-height: 50px
}
.mission_title{
    font-size: 35px;
	font-weight: bold;
	margin: 70px 0 70px 0;
}
.mission{
  margin: 0 0 150px 0
}
.mission_contents{
    display: flex;
	margin: 0 0 30px 0;
}
.mission_num{
    font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 30px 0 0;
}
.mission_txt{
    font-size: 25px;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------------------------------------vision_end*/	
	
	

/*-----------------------------------------------------------------------------------------------------------------company_start*/		
dt.info_title{
    float: left;
	text-align: left;
}
dd.info_txt{
    margin: 30px 0 30px 140px;
}
dl.info_dl{
    border-bottom: 1px solid #707070;
}
.cmp_info{
    width:50%;
	margin: 0 auto 150px;
}
.accses{
    width: 100%;
}
.accses_contents_wrap{
	margin: 0 0 100px 0;
	display: flex;
	justify-content: center;
}
.accses_right_info{
   margin: 0 0 0 50px;
   width:40%;
   display: flex;
   flex-direction: column;
   position: relative;
}
.map{
    width: 480px;
	height: 590px;
	background-color: aliceblue;
}
.place{
    font-size: 25px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.adderes{
    font-size: 20px;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}
.line_hr{
    border-bottom: 5px solid #707070;
	width:90px;
	margin: 0 0 30px 0;
}
.root{
    font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.map_btn a{
    width:400px;
	height: 85px;
	background-color: #FF8000;
	display: block;
	border-radius: 255px;
	text-align: center;
	line-height: 85px;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
}
.map_btn a:hover{
    width: 400px;
	height: 85px;
	background-color: #fff;
	display: block;
	border-radius: 255px;
	text-align: center;
	line-height: 85px;
	font-size: 22px;
	text-decoration: none;
	color: #FF8000;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	border: 2px solid #FF8000;
}
.info_dd{
    display: none;
}
.accses_sp{
    display: none;
}
.map iframe{
    width: 100%;
	height: 100%;
}
/*-----------------------------------------------------------------------------------------------------------------company_end*/		
	
	

/*-----------------------------------------------------------------------------------------------------------------business_start*/	

.bsns_contents{
    margin: 0 auto;
	width: 90%;
	flex-direction: column;
	align-items: center;
	display: flex;
}
.bsns_contents_eg{
    margin: 0 auto;
	width: 70%;
	flex-direction: column;
	align-items: center;
	display: flex;
}
.bsns_top_read{
    color: #707070;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	margin: 100px 0 0 0;
}
.bsns_contents_wrap{
    display: flex;
	flex-direction: column;
	align-items: center;
	
}
.bsns_contents_box{
    display: flex;
	margin: 100px 0 150px 0;
	width:100%;
}
.bsns_right_contents{
    display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 0 0 60px;
}
.bsns_right_contents_eg{
    display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 0 0 60px;
	width:60%;
}
.bsns_title{
    display: flex;
}
.bsns_num{
    font-size: 80px;
	font-weight: bold;
	color: #707070;
	letter-spacing: 5px;
}
.bsns_read{
    font-size: 40px;
	align-items: center;
	display: flex;
	margin: 0 0 0 40px;
	color: #707070;
	letter-spacing: 2px;
}
.bsns_read span{
    font-weight: bold;
	border-bottom: 7px solid #707070;
	padding: 0 0 7px 0;
}
.bsns_txtbox{
    font-size: 17px;
	color: #707070;
	line-height: 35px;
	letter-spacing:1px;
	margin: 20px 0 0 0;
}
.bsns_leftimg1{
    background-image: url("../PC/company_info/business_icon06.png");
	min-width:320px;
	width:320px;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bsns_leftimg2{
    background-image: url("../PC/company_info/business_icon02.png");
	min-width:320px;
	width:320px;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bsns_leftimg3{
    background-image: url("../PC/company_info/business_icon03.png");
	min-width:320px;
	width:320px;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bsns_leftimg4{
    background-image: url("../PC/company_info/business_icon04.png");
	min-width:320px;
	width:320px;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bsns_contents_link{
    background-color: #FCFCFC;
	min-height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 24px;
}
.bsns_link_box{
    width:430px;
	height: 570px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
	margin: 24px;
}
.bsns_link_img1{
    background-image: url("../PC/company_info/business_link_gfj.png");
	width:430px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bsns_link_img2{
    background-image:url("../PC/company_info/business_link_chatbot.png");
	width:430px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bsns_link_img3{
    background-image:url("../PC/company_info/business_link_schpass_web.png");
	width:430px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bsns_link_img4{
    background-image:url("../PC/company_info/business_link_revuen.png");
	width:430px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bsns_link_img5{
    background-image:url("../PC/company_info/business_link_yudaiapp.png");
	width:430px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
}
.link_title{
    font-size: 16px;
	color:#707070;
	margin: 20px 0 0 20px;
}
.link_sub{
    font-size: 26px;
	color:#FFAE23;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0 20px 20px;
}
.bnsn_link_more a{
    width: 430px;
	height: 350px;
	color:#707070;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 110px;
}
/*-----------------------------------------------------------------------------------------------------------------business_end*/



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



/*-----------------------------------------------------------------------------------------------------------------tokusho_start*/	
.tokusho{
    margin: 0 auto 150px;
	width: 50%;
}
.tokusho_leftbox{
    width:300px;
    height: 90px;
	border: 1px solid #000;
	vertical-align: middle;
	text-align: center;
}
.tokusho_right{
    width: 600px;
    border: 1px solid #000;
	vertical-align: middle;
	padding: 0 0 0 30px;
}
.tokusho_br{
    display:none;
}
/*-----------------------------------------------------------------------------------------------------------------tokusho_end*/	



/*-----------------------------------------------------------------------------------------------------------------yudai_start*/	
.yudai{
    margin: 0 auto;
}
.yudai_info{
    display: flex;
	justify-content: center;
	margin: 170px 0 170px 0;
}
.yudai_logo_sub{
    background-image: url("../PC/yudai/yudai_mainlogo.png");
	background-size: cover;
	background-repeat: no-repeat;
	width:350px;
	height: 480px;
}
.yudai_right{
    margin: 0 0 0 90px;
}
.yudai_title{
    font-size: 40px;
	color: #4EB8A2;
	font-weight: bold;
	letter-spacing: 1px;
}
.yudai_subtitle{
    font-size: 25px;
	color:#707070;
	margin: 30px 0 20px 0;
}
.yudai_txt{
    font-size: 18px;
	width: 640px;
	line-height: 41px;
}
.yudai_sub_btn{
    display: flex;
	justify-content: center;
	margin: 0 0 150px 0;
	
}
.yudai_sub_btn a{
    width:680px;
	height: 100px;
	background-color: #4EB8A2;
	border-radius: 255px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	font-size:20px;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
}
.yudai_sub_btn a:hover{
    width:680px;
	height: 100px;
	background-color: #fff;
	border-radius: 255px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	font-size:20px;
	color: #4EB8A2;
	letter-spacing: 2px;
	border:  2px solid #4EB8A2;
}
.yudai_sub_btn a::after{
    position: absolute;
    content: "";
    top: 50%;
	right: 10%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px 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: 150px 0 50px 0;
}
.atend_top a{
    text-align: center;
	color:#707070;
}
form{
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.label_wrap{
  display: flex;
  margin: 0 0 15px 0;
}
.must_eg{
    width: 120px;
	height: 45px;
	background-color: #FF6262;
	border-radius: 6px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
}
.any_eg{
    width: 120px;
	height: 45px;
	background-color: #62A4FF;
	border-radius: 6px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
}
.label_1{
   font-size: 20px;
   line-height: 45px;
   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: 700px;
   height: 400px;
   border-radius: 6px;
   border: 1px solid #707070;
   font-size: 18px;
}
.inputs_1{
    width: 680px;
	height: 60px;
	border-radius: 6px;
	font-size: 18px;
	margin: 0 0 40px 0;
	border: 1px solid #707070;
	padding: 0 0 0 20px;
}
.item{
    flex-direction: column;
	display: flex;
}
.privacy_atend{
    text-align: center;
	font-size: 20px;
	line-height: 40px;
	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: 40%;
	height: 10vh;
	background-color: #FFAE23;
	border-radius: 255px;
	border-style: none;
	margin: 0 0 150px 0;
	font-size: 25px;
	color:#fff;
	position: relative;
}
input.contavt_btn:hover{
    width: 40%;
	height: 10vh;
	background-color: #FFF;
	border-radius: 255px;
	border:3px solid #FFAE23;
	margin: 0 0 150px 0;
	font-size: 25px;
	display: block;
	color: #FFAE23;
}
/*-----------------------------------------------------------------------------------------------------------------contact_end*/



/*-----------------------------------------------------------------------------------------------------------------contact_atend_start*/
.contact_atend{
    width: 50%;
	margin: 150px auto 150px;
}
.atend_txt{
    margin: 0 0 30px 0;
	line-height: 35px
}
.atend_fix{
    margin: 60px 0 0 0;
}
/*-----------------------------------------------------------------------------------------------------------------contact_atend_end*/



/*-----------------------------------------------------------------------------------------------------------------submit_start*/
.submit{
    width: 50%;
	margin: 0 auto;
}
.cont_top{
    margin: 50px 0 50px 0;
	line-height: 30px;
}
dt.cont_title{
    float: left;
	text-align: left;
}
dd.cont_txt{
    margin: 30px 0 30px 170px;
}
dl.cont_dl{
    border-bottom: 1px solid #707070;
}
.submit_btn{
    display: flex;
	margin: 100px 0 150px 0;
	justify-content: center;
}
input.back_contact{
    width: 50%;
	height: 100px;
	background-color: #B9B9B9;
	border-radius: 255px;
	border-style: none;
	margin: 0 80px 10px 0;
	font-size: 25px;
	color:#fff;
}
input.back_contact:hover{
    width: 50%;
	height: 100px;
	background-color: #FFF;
	border-radius: 255px;
	border:3px solid #B9B9B9;
	margin: 0 80px 10px 0;
	font-size: 25px;
	display: block;
	color: #B9B9B9;
}
input.send_mail{
    width: 50%;
	height: 100px;
	background-color: #FFAE23;
	border-radius: 255px;
	border-style: none;
	margin: 0 0px 10px 0;
	font-size: 25px;
	color:#fff;
}
input.send_mail:hover{
    width: 50%;
	height: 100px;
	background-color: #FFF;
	border-radius: 255px;
	border:3px solid #FFAE23;
	margin: 0 0px 10px 0px;
	font-size: 25px;
	display: block;
	color: #FFAE23;
}
/*-----------------------------------------------------------------------------------------------------------------submit_end*/



/*-----------------------------------------------------------------------------------------------------------------contact_send_success_start*/
.success_title{
    font-size: 60px;
	color: #FF8000;
	font-weight: bold;
	text-align: center;
}
.success_txt{
    font-size: 18px;
	text-align: center;
	margin: 20px 0 150px 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: 500px;
	background-image: url("../PC/RECRUIT/recruit_main.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.recr_title{
    font-size: 30px;
	font-weight: bold;
	color: #FFAE23;
	letter-spacing:1px;
	margin: 100px 0 40px 0;
}
.recr_txt{
    font-size: 20px;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 0 0 40px 0;
}
.recr_bottom{
    width:100%;
	height: 770px;
    background-color: #FCFCFC;
	display: flex;
	justify-content: center;
}
.recr_content_wrap{
    display: flex;
	align-items: center;
	width: 100%;
}
.recr_content_box{
    background-color: #fff;
	border-radius: 24px;
	box-shadow: 3px 5px 6px #00000029;
	width:100%;
	height: 450px;
	margin: 0 40px 0 40px;
}

.recr_content_box a{
    text-decoration: none;
}

.recr_content_title{
    font-size: 28px;
	font-weight: bold;
	color:#62A4FF;
	text-align: center;
	margin: 30px 0 30px 0;
	letter-spacing: 2px;
}
.recr_box_img1{
    background-image: url("../PC/RECRUIT/recruit_new.png");
	width:100%;
	height: 240px;
	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: 240px;
	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: 240px;
	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: 110px;
	line-height: 110px;
	font-size: 22px;
	color:#fff;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_top_end*/

/*-------------------------------------------------------------------1月追加_ニュースボックス_start*/
.recruit_newsbox{
    width: 100%;
	padding: 35px 35px 20px 35px;
	background-color: #F7F7F7;
	border-radius: 12px;
}

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

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

dt.newsbox_title{
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0px 0 15px 0;
	display: flex;
	line-height: 22px;
}

.recruit_newsbox dd{
    font-size: 16px;
	display: flex;
	flex-direction: column;
	margin: 0 0 10px 0;
}

.recruit_newsbox a{
    text-decoration: none;
	background-color: #FFAE23;
	width:20%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	margin: 15px 0 0px 0;
	display: block;
	color: #fff;
	border: 2px solid #FFAE23;
	font-size: 16px;
}

.recruit_newsbox a:hover{
    background-color: #fff;
	color: #FFAE23;
	display: block;
}

.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 10px 0 0;
}
/*-------------------------------------------------------------------1月追加_ニュースボックス_end*/

/*-----------------------------------------------------------------------------------------------------------------flesh_start*/
.fldet_topread{
    width:60%;
	margin:0 0 0 200px;
}
.fldet_topread_title{
    font-size: 70px;
	font-weight: bold;
	color:#FFAE23;
}
.fldet_title_eg{
    font-size: 30px;
	font-weight: bold;
	color:#707070;
	letter-spacing: 2px;
}
.fldet_topread_txtbox{
    margin: 80px 0 100px 0;
}
.fldet_topread_txt{
    font-size: 20px;
	line-height: 35px;
	margin: 0 0 30px 0;
}
.fldet_bigtitle{
    font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFAE23;
	margin: 0 0 80px 200px;
}


.tab_img {
    background-image: url("../PC/RECRUIT_fleshman/recruit_new_marketingicon.png");
	width: 320px;
	height: 320px;
	box-shadow: 2px 3px 6px #00000029;
	border-radius: 255px;
}
.tab_img2{
    background-image: url("../PC/RECRUIT_fleshman/recruit_new_programmericon.png");
	width: 320px;
	height: 320px;
	box-shadow: 2px 3px 6px #00000029;
	border-radius: 255px;
}
.category{
    color: #707070;
	text-align: center;
	font-size: 20px;
	margin: 0 0 30px 0;
}

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #FCFCFC;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 100px 0;
}/*タブ切り替え全体のスタイル*/
.tabimg_wrap{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.tab_item {
    width: 320px;
    height: 320px;
    line-height: 50px;
    font-size: 16px;
    color: #565656;
    display: block;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 100px 100px 100px;
}/*タブのスタイル*/

.tab_item:hover {
    opacity: 0.75;
}



input[name="tab_item"] {
  display: none;
}/*ラジオボタンを全て消す*/

#market:checked ~ #market_content,
#programmer:checked ~ #programmer_content{
  display: block;
}/*選択されているタブのコンテンツのみを表示*/


input#market:checked + input + .tabimg_wrap .tab_market {
   border: 5px solid #FFF723;
   border-radius: 255px;
}

input#programmer:checked +.tabimg_wrap .tab_programmer {
   border: 5px solid #FFF723;
   border-radius: 255px;
}

.tab_content {
    display: none;
    width:70%;
    margin: 30px auto 0 auto;
    padding: 50px 100px;
    clear: both;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
}/*タブ切り替えの中身のスタイル*/








.daybox_topimg{
    background-image: url("../PC/RECRUIT_fleshman/recruit_new_marketingicon.png");
	width:200px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 50px 0 0;
}
.daybox_topimg2{
    background-image: url("../PC/RECRUIT_fleshman/recruit_new_programmericon.png");
	width:200px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 50px 0 0;
}



.daybox_topwrap{
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
}
.daybox_job{
    line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}
.daybox_job_comment{
    font-size: 14px;
	line-height: 30px;
	margin: 0 0 0 0px;
}

.fldet_dayjob01{
    display: none;
}

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

.daybox_middle_title{
    font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 50px auto 0 auto;
}
span.daybox_line{
    width:60px;
	height: 4px;
	background-color: #000000;
	display: block;
	margin: 30px 0;
}
.day_img{
    background-image: url("../PC/RECRUIT_fleshman/recruit_time.png");
	width:100%;
	height: 230px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.day_img2{
    background-image: url("../PC/RECRUIT_fleshman/recruit_time2.png");
	width:100%;
	height: 230px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.daybox_bottom_wrap{
    width: 80%;
	margin: 0 auto;
}


.daybox_bottom_title{
    font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 20px 0 0 0;
}
.workmemo_title{
    font-size: 20px;
	color:#FF8000;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}
.workmemo_txt{
    font-size: 17px;
	margin: 0 0 30px 0;
}

.point_contents_wrap{
    width:60%;
	margin: 0 auto;
}
.point_title_top{
    font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFAE23;
	margin: 80px 0 80px 200px;
}
dt.point_info_title{
    float: left;
	text-align: left;
	font-size: 20px
}
dd.point_txt{
    margin: 50px 0 50px 250px;
	font-size: 20px;
}
dl.point_dl{
    border-bottom: 1px solid #707070;
}
.point_dd_title{
    font-weight: bold;
	color:#FF8000;
	margin: 0 0 15px 0;
	font-size: 18px;
	
}
.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: 30px;
	margin: 80px 0;
}
.entry_btn a{
    width:768px;
	height: 140px;
	background-color: #FFAE23;
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 255px;
	line-height: 140px;
	font-size: 28px;
	color: #fff;
	position: relative;
	letter-spacing: 4px;
	margin: 0 auto;
}
.entry_btn a:hover{
    display: block;
	background-color:#fff;
	border: 3px solid  #FFAE23;
	width:768px;
	height: 140px;
	color: #FFAE23;
	box-sizing: border-box;
}
.entry_btn a::after{
    position: absolute;
    content: "";
    top: 50%;
	right: 10%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.entry_bottom_txt{
    font-size: 18px;
	text-align:center;
	line-height: 40px;
	margin: 100px 0 150px 0;
}
.fldet_sp{
    display: none;
}
/*-----------------------------------------------------------------------------------------------------------------flesh_end*/



/*-----------------------------------------------------------------------------------------------------------------recruit_entry_start*/
.process{
    width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 100px 0;
}
.process_on{
    font-weight: bold;
	font-size: 50px;
	color:#FFAE23;
	letter-spacing: 4px;
}
.process_on span{
    border-bottom: 6px solid #FFAE23;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
.process_off{
    font-weight: bold;
	font-size: 50px;
	color:#BEBEBE;
	letter-spacing: 4px;
}
.tgle{
    width: 0px;
    height: 0px;
    margin: 0 12px 0 16px;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #ff8000;
}
form.entform_formwrap{
    justify-content: center;
    align-items: center;
    display: flex;
}
.top_select{
    width: 45%;
    height: 400px;
	background-color: #FFFCF7;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 0 100px 0;
	padding: 50px 0 0 0;
}
select.entform_select::-ms-expand{
    display: none;
}
select.entform_select{
    width:100%;
    height: 70px;
	display: block;
	margin: 0px 0 50px 0;
	background-color: #fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	overflow: hidden;
	font-size: 20px;
	padding: 0 20px;
	text-overflow: ellipsis;
}
.select_block{
    position: relative;
	width: 80%
}
.select_block::after{
    position: absolute;
    content: "";
    top: 52%;
	right: 5%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -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: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0;
}
.must{
    width: 90px;
	height: 45px;
	background-color: #FF6262;
	border-radius: 6px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
}
.any{
    width: 90px;
	height: 45px;
	background-color: #62A4FF;
	border-radius: 6px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
}
.entform_label_1{
   font-size: 20px;
   line-height: 45px;
   margin: 0 0 0 10px;
   width: 100%;
}
.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: 400px;
   border-radius: 6px;
   border: 1px solid #707070;
   font-size: 18px;
   padding: 20px 0 0 20px;
}
.entform_inputs_1{
    width: 100%;
	height: 60px;
	border-radius: 6px;
	font-size: 18px;
	margin: 0 0 40px 0;
	border: 1px solid #707070;
	padding: 0 0 0 20px;
}
.entform_item{
    flex-direction: column;
	display: flex;
	justify-content: center;
	width:80%;
	margin: 0 auto;
}

.input_birth_wrap{
    display: flex;
	width:100%;
	height: 80px;
	margin: 0 0 40px 0;
}
.entform_inputs_birth{
    width:100%;
	height: 70px;
	margin: 0 0px 0px 0;
	font-size: 20px;
	color:#000;
	border-radius: 6px;
	border: 1px solid #707070;
	padding: 0 0 0 20px;
}
.birth_box{
    display: flex;
	margin: 0 30px 0 0;
	
}
.birth_box p{
    font-size: 20px;
	justify-content: flex-end;
	align-items: flex-end;
	display: flex;
	margin: 0 0 0 10px;
}
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: 18px;
	 line-height: 40px;
	 margin: 0 0 80px 0;
}
/*-----------------------------------------------------------------------------------------------------------------entry_submit_end*/



/*-----------------------------------------------------------------------------------------------------------------entry_send_seccess_start*/
.entry_success{
    width:70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.entry_succes_txt_wrap{
    display: flex;
	width:52%;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	flex-direction: column;
	margin: 40px 0 130px 0;
}
.entry_success_txt{
    margin: 20px 0 20px 0;
	text-align: left;
	font-size: 18px;
	line-height: 35px;
}
/*-----------------------------------------------------------------------------------------------------------------entry_send_seccess_end*/



/*-----------------------------------------------------------------------------------------------------------------recruit_support_start*/
.support_sp{
    display: none;
}

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

.support_whatlist{
	margin: 0 auto;
}

.recruit_contents_topimg{
    background-image:url("../PC/RECRUIT_support/recruit_support_mainimg.png");
	width:80%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
}
.support_mainread{
    font-size: 30px;
	font-weight: bold;
	border-left: 10px solid #707070;
	color: #707070;
	padding: 0 0 0 40px;
	width: 70%;
	margin: 0px auto 150px;
	line-height: 50px;
}
.support_whatblock{
    display:flex;
	width:100%;
	margin: 90px auto;
	align-items: center;
}
.support_leftcircle{
    width: 250px;
	height: 250px;
	border: 5px solid #FFAE23;
	border-radius: 255px;
	text-align: center;
	line-height: 250px;
	font-size: 20px;
	color:#FFAE23;
	font-weight: bold;
}
.support_wtahtxt{
    font-size: 19px;
	color:#707070;
	margin: 0 0 0 60px;
	letter-spacing: 1px;
	line-height: 35px;
}
.recomen_list_wrap{
    display: flex;
	justify-content: center;
}
.recomen_list{
    flex-direction: column;
}
.recomen_title{
    font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFAE23;
	margin: 80px 0 80px 200px;
}
.recomen_list_block{
    display: flex;
	align-items: center;
	font-size: 25px;
	margin: 0 100px 60px 100px;
}
.recomen_icon1{
    width:60px;
	height: 70px;
	background-image: url("../PC/99_SVG/support_icon_book.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.recomen_icon2{
    width:60px;
	height: 44px;
	background-image: url("../PC/99_SVG/support_icon_pc.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.recomen_icon3{
    width:60px;
	height: 58px;
	background-image: url("../PC/99_SVG/support_icon_grap.svg");
	background-repeat: no-repeat;
	background-size: contain;
	text-align: left;
}
.recomen_icon4{
    width:60px;
	height: 58px;
	background-image: url("../PC/99_SVG/support_icon_sheet.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.recomen_icon5{
    width:60px;
	height: 58px;
	background-image: url("../PC/99_SVG/support_icon_heart.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.recomen_icon6{
    width:60px;
	height: 58px;
	background-image: url("../PC/99_SVG/support_icon_time.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.recomen_icon7{
    width:60px;
	height: 58px;
	background-image: url("../PC/99_SVG/support_icon_sp.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.recomen_icon8{
    width:60px;
	height: 58px;
	background-image: url("../PC/99_SVG/support_icon_game.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.recomen_icon9{
    width:60px;
	height: 58px;
	background-image: url("../PC/99_SVG/support_icon_night.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.recomen_icon10{
    width:60px;
	height: 58px;
	background-image: url("../PC/99_SVG/support_icon_fukidasi.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_support_end*/



/*-----------------------------------------------------------------------------------------------------------------recruit_chuto_top_start*/
.recruit_contents_topimg_chuto{
    background-image:url("../PC/RECRUIT_tyuuto/recruit_chuto_main.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
.chuto_title_under{
    width:79%;
	text-align: left;
	margin: -40px auto 150px;
}
.chuto_joblist_wrap{
    display:flex;
	text-align: center;
	justify-content: center;
	margin: 0 0 120px 0;
	width:100%;
}
.job_box{
    width:21%;
	box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
	margin: 0 4%;
}
.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.8;
	font-weight: bold;
	color:#707070;
}

.job_app_img{
    background-image:url("../PC/RECRUIT_tyuuto/recruit_chuto_applink.png");
	width:100%;
	height: 20vh;
	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: 20vh;
	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: 20vh;
	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: 20vh;
	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: 20vh;
	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: 20vh;
	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: 20vh;
	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: 20vh;
	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("../PC/RECRUIT_app/recruit_chuto_app.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
.recruit_contents_topimg_server{
    background-image:url("../PC/RECRUIT_sever/recruit_chuto_server.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
.recruit_contents_topimg_design{
    background-image:url("../PC/RECRUIT_design/recruit_chuto_design.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
.recruit_contents_topimg_web{
    background-image:url("../PC/RECRUIT_web/recruit_chuto_web.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
.recruit_contents_topimg_support{
    background-image:url("../PC/RECRUIT_support/recruit_support_mainimg.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
.recruit_contents_topimg_saas{
    background-image:url("../PC/RECRUIT_saas/recruit_saas_mainimg.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
.recruit_contents_topimg_media{
    background-image:url("../PC/RECRUIT_media/recruit_media_mainimg.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}

.recruit_contents_topimg_marketing{
    background-image:url("../PC/RECRUIT_marketing/recruit_marketing.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}

.recruit_contents_topimg_salesmanager{
    background-image:url("../PC/RECRUIT_sales/recruit_sales_mainimg.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_topimage_end*/



/*-----------------------------------------------------------------------------------------------------------------recruit_parttime_top_start*/
.recruit_contents_topimg_part{
    background-image:url("../PC/RECRUIT/recruit_part.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
	background-position: 50%;
}
.job_graphic_img{
    background-image: url("../PC/RECRUIT_graphic/recruit_grafic.png");
	width:100%;
	height: 20vh;
	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: 20vh;
	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: 20vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 40%;
	border-radius: 15px 15px 0 0;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_parttime_top_end*/



/*-----------------------------------------------------------------------------------------------------------------parttime_topimg_start*/
.recruit_contents_topimg_graphic{
    background-image:url("../PC/RECRUIT_graphic/recruit_grafic.png");
	width:81%;
	height: 600px;
	background-size: cover;
	margin: 100px auto;
}
/*-----------------------------------------------------------------------------------------------------------------parttime_topimg_top_end*/



}