@charset "UTF-8";

body{
	font-family:'Noto Sans JP','Barlow', sans-serif;
}

@media screen and (min-width:768px){
	
body{
	position: relative;
	z-index: -10;
}


.head_logo{
	margin: 0 0 0 30px;
	width:230px;
	height: 80px;
	line-height: 100px;
	position: fixed;
	background-image:url("../PC/pc_header_logo@2x.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: 99;
}

.head_logo a{
    width: 230px;
	height: 80px;
    display: block;
}

/*---------------------------------------------------------------subtop*/
.subtop h1{
   font-size: 40px;
   color:#fff;
   text-align:center;
   line-height: 280px;
   letter-spacing: 5px;
   font-weight: bold;
}
.subtopimg{
   background-image: url("../PC/pc_subtop_img.png");
   height: 500px;
   background-repeat: no-repeat;
   background-size: cover;
}
.subpage_h2{
    width: 50%;
    font-size: 40px;
	color: #707070;
	border-left: 10px solid #707070;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin: 0 0px 0 180px;
	font-weight: bold;
}
/*---------------------------------------------------------------subtop*/



/*-----------------------------------------------------------------------------------------------------------------recruit_list_start*/
.recruit_contents_wrap{
    width:60%;
	margin: 0 auto;
}
.recruit_title_top{
    font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFAE23;
	margin: 80px 0 80px 200px;
}
dt.recruit_info_title{
    float: left;
	text-align: left;
	font-size: 20px
}
dd.recruit_txt{
    margin: 50px 0 50px 250px;
	font-size: 20px;
}
dl.recruit_dl{
    border-bottom: 1px solid #707070;
}
.recruit_dd_title{
    font-weight: bold;
	color:#FF8000;
	margin: 0 0 15px 0;
	font-size: 18px;
	
}
.recruit_dd_txt a{
    margin: 20px 0 0 0;
	display: block;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_list_end*/



/*-----------------------------------------------------------------------------------------------------------------recruit_bottom_flow_start*/
.recomen_txt{
    background: linear-gradient(transparent 55%, #FFEAA5 60%);
	margin: 0 0 0 40px;
	font-weight: bold;
}
.support_contents_titleunder{
    width: 77%;
	margin: 0 auto;
	border-left: 8px solid #707070;
	padding: 0 0 0 20px;
	margin-top: -40px;
	margin-bottom: 150px;
}
.support_contents_mainread{
    font-size: 25px;
	margin: 0 0 10px 0;
	color:#FFAE23;
	font-weight: bold;
	letter-spacing: 2px;
}
.support_contents_subread{
    font-size: 20px;
	font-weight: bold;
	color:#707070;
	letter-spacing: 1px;
}
.recruit_flow{
    width:100%;
    display: flex;
	align-items: center;
	justify-content: center;
	margin: 150px 0 150px 0;
}
.recruit_flow_iconbox{
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 70px 0 0 0;
}
.recruit_flow_wrap{
    text-align: center;
}
.recruit_flow_txttile{
    font-size: 40px;
	font-weight: bold;
	color: #FF8000;
	letter-spacing: 2px;
	margin: 0 0 40px 0;
}
.recruit_flow_subtxt{
    color:#707070;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 20px;
}
.icon_shorui_wrap,.icon_meet_wrap,.icon_recruit_wrap{
    width: 160px;
	height: 160px;
	border: 5px solid #FFAE23;
	border-radius: 255px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.icon_shorui,
.icon_meet,
.icon_recruit {
	margin: 0 auto;
	width: 72px;
	height: 72px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.icon_shorui{
    background-image: url("../PC/99_SVG/recruit_icon_shorui.svg");
}
.icon_meet{
    background-image: url("../PC/99_SVG/recruit_icon_mensetu.svg");
}
.icon_recruit{
    background-image: url("../PC/99_SVG/recruit_icon_shakehands.svg");
}

.recruit_flow_innner_txt{
    font-size: 19px;
	color: #707070;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 12px 0 0 0;
}
.recruit_atend{
    font-size: 20px;
	color: #707070;
	margin: 70px 0 50px;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_bottom_flow__end*/



/*---------------------------------------------------------------------footer*/
.foot{
	background-color: #FF9848;
	width: 100%;
	height: 350px;
	display: flex;
}
.footer_wrap{
	display: flex;
	margin: 0 auto 0;
	align-items: center;
	justify-content: center;
}
.foot_left{
	height: 200px;
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content:center;
	padding: 0 60px 0 0;
	border-right: 1px solid #fff;
}
.foot_left img{
    height: auto;
}
.foot_logounder{
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
}
.foot_right{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin: 0 0 0 60px;
}
li.foot_nav_con a{
	color: #fff;
	text-decoration: none;
}
li.foot_nav_con a:hover{
	opacity: 0.5;
}
.foot_nav_con{
	display: inline;
	font-size: 24px;
	margin: 0 60px 0 0;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	letter-spacing: 2px
}
.truste{
	margin: 30px 0 0 0;
}
footer{
	background-color: #FF9848;
	text-align: center;
}
footer p{
	padding: 0 0 10px 0;
	color: #fff;
}
/*---------------------------------------------------------------------footer*/






























}






























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

	
/*---------------------------------------------------------------subtop*/
.subtop{
   display: flex;
   justify-content: center;
}
.subtop h1{
   font-size: 20px;
   color:#FFAE23;
   width:100%;
   text-align:center;
   letter-spacing: 3px;
   font-weight: bold;
   border-bottom: 5px solid #FFAE23;
   margin: 120px 0 0 0;
   padding-bottom: 10px
}
.subtopimg{
   height: 220px;
}
.subpage_h2{
    width: 90%;
    font-size: 15px;
	color: #707070;
	border-left: 4px solid #707070;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	margin: 0 0px 0 20px;
	font-weight: bold;
}
/*---------------------------------------------------------------subtop*/
	
	

/*---------------------------------------------------------------------footer*/
.foot{
	background-color: #FF9848;
	width: 100%;
	height: 165px;

}
.footer_wrap{
	margin: 0 auto 0;
	padding: 15px 0 0 20px;
}
.foot_left{
	margin: 0 0 0 0;
}
.foot_left img{
    width: 120px;
	height: auto;
}
.foot_logounder{
	display: none;
}
.foot_nav{
	margin: 10px 0 0 0;
}
li.foot_nav_con{
	display: inline;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 0 10px 0 0;
}
li.foot_nav_con a{
	color: #fff;	
	}
.truste{
	margin: 10px 0 0 0;
}
.truste img{
	width: 80px;
	height:auto; 
	}
footer{
	background-color: #FF9848;
	text-align: left;
}
footer p{
	font-size: 12px;
	padding: 0 0 10px 20px;
	color: #fff;
}
/*---------------------------------------------------------------------footer*/




/*-----------------------------------------------------------------------------------------------------------------recruit_list_start*/
.recruit_up_sp h2.subpage_h2{
    width: 100%;
    font-size: 20px;
	color: #707070;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	border-style: none;
	text-align: center;
}


.recruit_up_sp .recruit_title_top{
    width: 100%;
    font-size: 20px;
	color: #707070;
	padding: 0 0 20px 0;
	margin: 0 0 0px 0;
	font-weight: bold;
	border-style: none;
	text-align: center;
}



.recruit_contents_wrap{
    width:90%;
	margin: 0 auto;
}
.recruit_title_top{
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF8000;
	margin: 80px auto 80px auto;
	width:90%;
}
dt.recruit_info_title{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0 0 0;
	
}
dd.recruit_txt{
    margin: 20px 0 20px 0px;
	font-size: 15px;
	color: #707070;
}
dl.recruit_dl{
    border-bottom: 1px solid #707070;

}
.recruit_dd_title{
    font-weight: bold;
	color:#FF8000;
	margin: 0 0 15px 0;
	font-size: 18px;
}
.recruit_dd_txt a{
    margin: 20px 0 0 0;
	display: block;
}
/*-----------------------------------------------------------------------------------------------------------------recruit_list_end*/



/*-----------------------------------------------------------------------------------------------------------------recruit_bottom_flow_start*/
.recomen_txt{
    background: linear-gradient(transparent 55%, #FFEAA5 60%);
	margin: 0 0 0 15px;
	font-weight: bold;
}
.support_contents_titleunder{
    width: 80%;
	margin: 0 auto;
	border-left: 8px solid #707070;
	padding: 0 0 0 20px;
	margin-top: -40px;
	margin-bottom: 50px;
}
.support_contents_mainread{
    font-size: 15px;
	margin: 0 0 10px 0;
	color:#FFAE23;
	font-weight: bold;
	letter-spacing: 2px;
}
.support_contents_subread{
    font-size: 12px;
	font-weight: bold;
	color:#707070;
}
.recruit_flow{
    width:100%;
    display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 100px 0;
}
.recruit_flow_iconbox{
    width:100%;
    flex-direction: column;
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0 auto;
}
.recruit_flow_wrap{
    width:90%;
    text-align: center;
	flex-direction: column;
    display: flex;
	justify-content: center;
	align-items: center;
}
.recruit_flow_txttile{
    width:100%;
    text-align: left;
    font-size: 20px;
	font-weight: bold;
	color: #FF8000;
	letter-spacing: 2px;
	margin: 0 auto 40px auto;
}
.recruit_flow_subtxt{
    color:#707070;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.icon_shorui_wrap,.icon_meet_wrap,.icon_recruit_wrap{
    width:140px;
	height: 140px;
	border: 4px solid #FFAE23;
	border-radius: 255px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.recruit_flow_iconbox .tgle{
    width: 0px;
    height: 0px;
    margin: 20px 0px;
    border-style: solid;
    border-width: 16px 16px 0px 16px;
    border-color: #ff8000 transparent transparent transparent;
}

.icon_shorui,
.icon_meet,
.icon_recruit {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.icon_shorui{
    background-image: url("../PC/99_SVG/recruit_icon_shorui.svg");
}
.icon_meet{
    background-image: url("../PC/99_SVG/recruit_icon_mensetu.svg");
}
.icon_recruit{
    background-image: url("../PC/99_SVG/recruit_icon_shakehands.svg");
}
.recruit_flow_innner_txt{
    font-size: 14px;
	color: #707070;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.recruit_atend{
    font-size: 11px;
	color: #707070;
	margin: 70px 0 50px;
}

/*----------------------------------------recruit_bottom_flow__end*/

}

.service_intro {
	margin-top: 60px;
}

.service_intro_title {
	margin-bottom: 24px;
}

.service_intro_title p {
	line-height: 2;
	color: #707070;
	font-size: 18px;
    letter-spacing: 1px;
}

.service_intro_title span {
    font-size: 24px;
	font-weight: bold;
}

.service_intro_img {
	display: flex;
	justify-content: space-between;
}

.service_intro_img > div {
	width: 25%;
}

.service_intro_img > div:nth-child(3) {
	width: 40%;
}

.service_intro_img .img_icon {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 148px;
}

.service_intro_img > div:nth-child(3) .img_icon {
	max-width: 224px;
	min-height: 148px;
}

.service_intro_img .img_banner {
	display: block;
	padding-top: 32%;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.banner_app {
	background-image: url(../PC/company_info/banner_app.png);
}

.banner_google {
	background-image: url(../PC/company_info/banner_google.png);
}