@charset "UTF-8";

@media screen and (max-width:768px){
	
	
header{
	position: relative;
	z-index: 99;
}	

	
.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: 20px 0 0 0;
	position: fixed;
	z-index: 99;
}
	
.head_logo{
    display: none;
}
	
.headback{
	background-color: #FFC155;
	position: absolute;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: -1;
	height: 80px;
}

/*menu*/

.menu{
    height: 50px;/*lineの位置調整_展開時＿通常時両方*/
    position: absolute;
    right: 60px;
    top: 0px;
    width: 30px;
    z-index: 98;
    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: 130px 0 0 0px;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
	height: 100vh;
    text-align: left;
}

.gnav__wrap:focus-within{
  display: none;
}
	
.gnav__menu__item{
    margin: 30px 0;
}

.gnav__menu__item a{
    color: #fff;
    font-size: 25px;
    margin: 0 0 0 40px;
    text-decoration: none;
    transition: .5s;
	letter-spacing: 2px
}

.gnav__menu__item a:hover{
    color: #000;
}

.header_wrap{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
}

.header_wrap span{
    background-color:#fff;
}


/*---------------------------------------言語切り替えボタン*/
.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;
}
/*---------------------------------------言語切り替えボタン*/
	

.headwrap{
    background-image: url("../SP/top/top_hero_sp@2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:100%;
	height: 40%;
}

/*---------------------------------------------------------------header_img_read*/
.read{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	padding: 250px 0 40px 0;
	position: relative;
	z-index: -2;
}

.read span{
	font-weight: bold;
	color:#FF8000;
}

.read_eg{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	padding: 250px 0 40px 0;
	position: relative;
	z-index: -2;
}

.read_eg span{
	font-weight: bold;
	color:#FF8000;
}
	
.herosvg{
	width:100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: -2;
}

.svgwrap{
	border-bottom: 40px solid #FFAE23;
	box-sizing: border-box;
	position: relative;
	z-index: -2;
}
/*---------------------------------------------------------------header_img_read*/
	
	
	
/*---------------------------------------------------------------section_comp*/
	
.comp{
	background-image: url("../PC/top/top_company_circle.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 80px 0;
	height: 90vh;
	background-position: 50% 50%;
}
	
.comp_read_wrap{
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.comp_read{
	text-align: center;
	letter-spacing: 2px;
	color: #FF8000;
	font-size: 24px;
	font-weight: bold;
	bottom:0;
}

.comp_sub{
	margin: 25px 0 0 0;
	font-size: 12px;
	color:#707070;
	letter-spacing: 1px;
	line-height: 25px;
}

.comp_btn{
	background: transparent linear-gradient(90deg, #FFAE23 0%, #FF8000 100%) 0% 0% no-repeat padding-box;
    border-radius: 73px;
	width: 300px;
	height: 70px;
	margin: 50px 0 0 0;
	position: relative;
}

.comp_btn a{
	text-decoration: none;
	color: #fff;
	display: block;
	border-radius: 73px;
	width: 300px;
	height: 70px;
	line-height: 70px;
	font-size: 15px;
	letter-spacing: 3px;
}

.comp_btn::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);
}
/*---------------------------------------------------------------section_comp*/


/*---------------------------------------------------------------section_work*/
.work{
	background-color: #FFC155;
	padding: 20px 0 220px 0;
	position: relative;
}

.circle_title{
	background-color: #fff;
	width: 210px;
	height: 210px;
	border-radius: 255px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}



.circle_wrap{
	display: flex;
	flex-direction: column;
}

.circle_text{
	font-size: 20px;
	letter-spacing: 4px;
	color:#FFAE23;
	text-align: center;
}

.circle_text span{
	border-bottom: 4px solid #FFAE23;
	padding-bottom: 10px;
	font-weight: bold;
}


.bussines_svg{
	text-align: center;
	margin: 20px 0 0 0;
}

.bussines_svg img{
	width: 50px;
	height: auto;
}

.contents_wrap{
	position: relative;
	margin: 0 0 80px 0;
}

.left_img img{
	width:100%;
	height: auto;
	position: relative;
	
}

.textbox_top{
	background-color: #fff;
	width:300px;
	height: 330px;
	position: absolute;
	z-index: 2;
	top: 150%;
	box-shadow: 0px 7px 8px #00000058;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	display: flex;
	justify-content: center;
}

.textbox_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.textbox_title{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	color:#FFAE23;
}

.textbox_sub{
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #393939;
	margin: 10px 0 0 0;
}

.section_btn{
	width: 260px;
	height: 60px;
	background-color: #FF8000;
	text-align: center;
	margin: 30px auto 0;
	border-radius: 55px;
	position: relative;
	box-shadow: 0px 3px 6px #00000029;
}

.section_btn a{
	width: 260px;
	height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 4px;
	line-height: 60px;
	display: block;
}

.section_btn::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);
}

.recruit{
	background-color: #F7E244;
	padding: 20px 0 220px 0;
}

.recruit_svg{
	text-align: center;
	margin: 20px 0 0 0;
}

.recruit_svg img{
	width: auto;
	height: 60px;
}
/*---------------------------------------------------------------section_work*/	
	
	
/*---------------------------------------------------------------section_yudai*/

.yudai_head{
	display: flex;
	width: 100%;
	height: 120px;
	margin:0 auto;
	align-items: center;
	justify-content: center;
}

.yudai_logo{
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0 10px 0 20px;
	background-image: url("../SP/yudai/yudai_mainlogo_sp@2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	}


.yudai_title{
	font-size: 20px;
	color: #4EB8A2;
	font-weight: bold;
	letter-spacing: 3px;
	height: 111px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.yudai_imgwrap{
	width: 100%;
	height: 255px;
	background-image: url("../SP/top/top_yudai_sp@2x.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.yudai_contents{
	width: 100%;
	text-align: center;
	margin: 50px 0 20px 0;
}

.yudai_contents p{
	font-size: 13px;
	color:#393939;
	font-weight: bold;
}

.yudai_btn{
	width: 260px;
	height: 60px;
	margin: 40px auto 40px;
	background-color: #4EB8A2;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 255px;
	position: relative;
}

.yudai_btn a{
	width:260px;
	height: 60px;
	text-decoration: none;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	display: block;
}

.yudai_btn::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);
}
/*---------------------------------------------------------------section_yudai*/
	
	


	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


