@charset "UTF-8";


@media screen and (min-width:768px){
	
	
body{	

	}
	

header{
   background-image: url("../PC/top/top_hero.png");
   background-position: 50% 0%;
   background-size: contain;
   background-repeat: no-repeat;
   z-index: 99;
}

.comp,.work,.recruit,.yudai{
    position: relative;
	z-index: -2;
}


/*---------------------------------------------------------------header_navi*/
.gnav__wrap{
	display: flex;
	width: 100%;
	height: 80px;
}

.headback{
	background-color: #FFC155;
	position: relative;
	width: 100%;
	position: fixed;
	height: 80px;
	z-index: -1;
}

ul.gnav__menu{
	width: 85%;
	line-height: 80px;
	float: left;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	z-index: 99;
}

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







/*---------------------------------------------------------------header_navi*/



/*---------------------------------------------------------------header_img_read*/
.read{
	font-size: 75px;
	font-weight: bold;
	text-align: center;
	margin: 25% 0 0 0;
	z-index: -2;
	position: relative;
}

.read_eg{
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	margin: 25% 0 0 0;
}

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


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

.herosvg{
	width:900px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index:-2;
}

.svgwrap{
	border-bottom: 40px solid #FFAE23;
	box-sizing: border-box;
	z-index:-2;
	position: relative;
}
	
.pc_br{
	display: none;
}

	
/*---------------------------------------------------------------header_img_read*/


/*---------------------------------------------------------------section_comp*/
.comp{
	background-image: url("../PC/top/top_company_circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin: 240px 0;
	height: 100vh;
	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: 30px;
	font-weight: bold;
	bottom:50;
}

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

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

.comp_btn a{
	text-decoration: none;
	color: #fff;
	display: block;
	border-radius: 73px;
	width: 350px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	letter-spacing: 7px;
}
	
.comp_btn a:hover{
	text-decoration: none;
	color: #FF8000;
	display: block;
	border-radius: 73px;
	width: 350px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	letter-spacing: 7px;
	background-color: #fff;
	border: 2px solid #FF8000;
	box-sizing: border-box;
}

.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 70px 0;
}

.circle_title{
	background-color: #fff;
	width: 210px;
	height: 210px;
	border-radius: 255px;
	margin: 100px 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:60%;
	height: auto;
}

.textbox_top{
	background-color: #fff;
	width:40%;
	height: 80%;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 7px 8px #00000058;
	padding: 20px 0;
}

.textbox_wrap{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}


.textbox_title{
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	color:#FFAE23;
	margin: 30px 0 0 0;
}

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

.section_btn{
	width: 80%;
	height: 10vh;
	background-color: #FF8000;
	margin: 50px auto 30px;
	border-radius: 255px;
	position: relative;
	box-shadow: 0px 3px 6px #00000029;
}

.section_btn a{
	width: 100%;
	height: 10vh;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 10vh;
	display: block;
	text-align: center;
}
	
.section_btn a:hover{
	width: 100%;
	height: 10vh;
	text-decoration: none;
	color: #FF8000;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 10vh;
	display: block;
	border: 3px solid #FF8000;
	border-radius: 55px;
	box-shadow: 0px 3px 6px #00000029;
	box-sizing: border-box;
	background-color: #fff;
}	

.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 70px 0;
}

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

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





/*---------------------------------------------------------------section_yudai*/
.yudai{
    width:100%;
	display: flex;
	flex-direction: column;
}

.yudai_head{
	display: flex;
	width: 500px;
	height: 300px;
	margin:0 auto;
	align-items: center;
	}

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

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

.yudai_imgwrap{
	width: 100%;
	height: 70vh;
    background-image:url("../PC/top/top_yudai.png");
	background-size: contain;
	background-repeat: no-repeat;
}

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

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

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

.yudai_btn a{
	width:700px;
	height: 120px;
	text-decoration: none;
	line-height: 120px;
	font-size: 26px;
	color: #fff;
	letter-spacing: 3px;
	display: block;
}
	
.yudai_btn a:hover{
	width:700px;
	height: 120px;
	text-decoration: none;
	line-height: 120px;
	font-size: 26px;
	color: #4EB8A2;
	letter-spacing: 3px;
	display: block;
	background-color: #fff;
	border: 2px solid #4EB8A2;
	box-sizing: border-box;
	border-radius: 255px;
	}

.yudai_btn::after{
	position: absolute;
    content: "";
    top:50%;
    right: 10%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
/*---------------------------------------------------------------section_yudai*/




}



