@font-face {
	font-family: 'myfont';
	src: url('../font/NotoSansJP-Regular.otf') format('otf');
}
@font-face {
	font-family: 'myfont2';
	src: url('../font/KosugiMaru-Regular.ttf') format('truetype');
}

body{
	margin:0 auto;color:#000000;font-size:20px;
	/*font-weight:500;*/
	/*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family:myfont;
	letter-spacing:1px;

}
a{
	transition:opacity 0.3s;
	font-size:20px;
	text-decoration: none;
}
a:hover{
	opacity:0.8;
}
/*スクロールトップ*/
#scroll_top_main{
	position:fixed;
    max-width:1400px;
	width:100%;
	left:50%;
	bottom:205px;
	transform: translate(-50%, 0);
	height:0;
	background:#eee;
	text-align:right;
	transition-duration: 0.5s;
	opacity:0;
	z-index:5;
}
#scroll_top{
	display:inline;
}


/*タイトル*/
.main_title{
	position:relative;
}

/*背景*/
.bg_margin_adjust{
	padding-top:0px;
}

/*キービジュアル*/
.top_kv{
	position:relative;
	
}
.top_kv_img{
	object-fit:cover;width:100%;max-width:1920px;
}
.top_kv_title_div{
	max-width:1200px;width:100%;margin:0 auto;position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);
}
.top_kv_title_img{
	position:absolute;top:15px;left:7px;
}
.top_kv_sub_1{
	position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
	z-index:3;
}
.top_kv_sub_1{
	position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
	z-index:3;
}
.top_kv_sub_1 img{
	max-width:560px;

}

.swiper_img{
	pointer-events:none;vertical-align:top;object-fit:cover;max-width:1920px;height:1080px;object-position:right;
	width:100%;
}

.top_kv_2{
	position:relative;
}
.top_kv_2_img img{
	pointer-events:none;vertical-align:top;object-fit:cover;max-width:1920px;height:600px;object-position:right;
	width:100%;
}
.top_kv_2_sub_1{
	position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
	z-index:3;
}
.top_kv_2_sub_1 img{
	max-width:450px;

}

/*aboutus*/
.top_aboutus_main{
	margin:0 auto;
	padding:50px 0 150px 0;
}
.top_aboutus_sub_1{	
	padding:0;
	max-width:900px;
	width:90%;
	margin:0 auto 0 auto;
	text-align:center;
	position:relative;
}
.top_aboutus_sub_1 .img_1{
	max-width:100%;
}
.top_aboutus_sub_1 .title_1{
	font-size:22px;
	font-weight:bold;
	color:#42210B;
	text-align:center;
	margin:15px auto 45px auto;
}

.top_aboutus_sub_2{
	max-width:1160px;
	margin:0 auto;
}
.top_aboutus_sub_2 .flex_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.top_aboutus_sub_2 .flex_1 .img_1 img{
	max-width:100%;
}

.top_aboutus_sub_3{
	max-width:1160px;
	width:90%;
	margin:40px auto 0 auto;
}
.top_aboutus_sub_3 .text_1{
	font-size:22px;
	font-weight:bold;
	color:#231815;
	text-align:center;
	line-height:200%;
}

.top_aboutus_sub_4{
	max-width:1160px;
	width:90%;
	margin:40px auto 0 auto;
}
.top_aboutus_sub_4 .flex_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.top_aboutus_sub_4 .flex_1 .div_1{
	border:1px #42210B solid;
	width:360px;
	height:360px;
	text-align:center;
}
.top_aboutus_sub_4 .flex_1 .div_1 .title_1{
	background:#42210B;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.top_aboutus_sub_4 .flex_1 .div_1 .text_1{
	display:flex;
	align-items:center;
	justify-content:center;
	height:290px;
	font-size:22px;
	font-weight:bold;
}
.top_aboutus_sub_4 .flex_1 .div_1 .text_1 .text_2 .text{
	margin-top:20px;
	line-height:200%;
}
/*フッター*/
.footer{
	background:#42210B;padding:32px 0 40px 0;
}
.footer_main{
	max-width:680px;margin:0 auto;width:90%;
}
.footer_sub_1{
	display:flex;justify-content:space-between;align-items:center;
}
.footer_sub_1 .img{
	max-width:287px;
}
.footer_sub_1 .text{
	color:#fff;font-size:18px;max-width:385px;text-align:center;line-height:190%;
	letter-spacing:1px;
}
.footer_sub_1 .text .text_tel{
	font-size:15px;
}
.footer_sub_2{
	color:#fff;font-size:10px;margin-top:15px;text-align:center;
}

/*その他*/
.top_sm_only{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:none;
}
.top_pc_flex{
	display:flex;
}
.top_tab_flex{
	display:none;
}
.top_sm_flex{
	display:none;
}
.res_pc_br{
	display:block;		
}
.res_pc_br_550{
	display:block;	
}
.res_margin_top_80{
	margin-top:80px;		
}
.res_margin_top_m30{
	margin-top:-30px;
}
.res_height_20{
	height:20px;
	display:block;
}
.cate_btn{
	position:relative;display:inline-block;margin:10px 5px;color:#000;font-size:22px;font-weight:bold;padding:5px 20px 12px 20px;border:2px #42210B solid;background:#fff;text-align:center;
}
.cate_btn_line{
	position:absolute;bottom:0px;left:50%;transform:translate(-50%,0);border-right:2px solid #42210B;height:10px;
}
.cate_btn:hover{
	background:#E5004F;
	border:2px #E5004F solid;
	color:#fff;
}
.cate_btn:hover .cate_btn_line{
	border-right:2px solid #fff;
}

@media screen and (min-width:1921px) {
}
@media screen and (max-width:1366px) {
/*メニュー1366*/
.menu_text{
	font-size:14px;
}
.menu_div_1{
	flex:0.75;
}	
}
@media screen and (max-width:1024px) {

/*背景*/
.bg_margin_adjust{
	padding-top:100px;
}

/*キービジュアル*/
.top_kv{
	position:relative;
	
}
.top_kv_img{
	object-fit:cover;width:100%;max-width:1920px;
}
.top_kv_sub_1 img{
	width:130%;
}
.swiper_img{
	pointer-events:none;vertical-align:top;object-fit:cover;max-width:1920px;height:auto;
}


.top_kv_2_sub_1{
	position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
	z-index:3;
	text-align:center;
	width:100%;
}
	
.top_kv_2_sub_1 img{
	width:60%;
}
.top_kv_2_img img{
	pointer-events:none;vertical-align:top;object-fit:cover;max-width:1920px;height:auto;
}	
/*aboutus 1024*/

.top_aboutus_sub_2 .flex_1 .img_1{
	margin:0 5px;
}

.top_aboutus_sub_4 .flex_1{
	display:block;

}
.top_aboutus_sub_4 .flex_1 .div_1{
	margin:0 auto 50px auto;
}





/*フッター1024*/

.footer{
	margin-top:0;
}
.footer_main{
	max-width:720px;margin:0 auto;width:90%;
}
.footer_sub_1{
	display:block;
}
.footer_sub_1 .img{
	max-width:100%;text-align:center;margin-bottom:20px;
}
.footer_sub_1 .text{
	max-width:100%;text-align:center;
}
.footer_sub_2{
	color:#fff;font-size:15px;margin-top:15px;text-align:center;letter-spacing:4.2px;
}
	

	

/*その他1024*/
.res_height_20{
	display:block;height:20px;		
}
.res_height_50{
	display:block;height:50px;		
}
.res_pc_br{
	display:none;		
}
.res_margin_auto{
	margin:0 auto;
}
.top_pc{
	display:none;
}
.top_tab{
	display:block;
}
.top_pc_flex{
	display:none;
}
.top_tab_flex{
	display:flex;
}
.res_font_vw{
	font-size:3.4vw;
}
.res_font_vw_2{
	font-size:1.7vw;
}
.res_margin_top_80{
	margin-top:0;		
}
.res_margin_top_m30{
	margin-top:0;
}
.res_height_50{
	height:50px;
	display:block;
}
.res_height_20{
	height:20px;
	display:block;
}

.cate_btn{
	font-size:16px;
}

	
}

@media screen and (max-width:784px) {
/*スクロールトップ*/
#scroll_top_main{
	bottom:100px;
}

/** 784*/
.top_aboutus_sub_3{
	max-width:1160px;
	width:90%;
	margin:40px auto 0 auto;
}
.top_aboutus_sub_3 .text_1{
	font-size:18px;
	font-weight:bold;
	color:#231815;
	text-align:left;
	line-height:200%;
}	
	
.top_aboutus_sub_4 .flex_1 .div_1{
	border:1px #42210B solid;
	width:90%;
	height:360px;
	text-align:center;
}
	
/*フッター784*/
.footer_sub_2{
	font-size:12px;		
}
/*その他783*/
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:block;	
}
}

@media screen and (max-width:550px) {
/*キービジュアル*/
.top_kv{
	position:relative;aspect-ratio:auto;
}
.top_kv_img{
	object-fit:cover;width:100%;height:200px;
}
.top_kv_title_div{
	max-width:1200px;width:100%;margin:0 auto;position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);
}
.top_kv_title_img{
	position:absolute;top:15px;left:7px;
}
.swiper-img{
	aspect-ratio:300/140;
}
	
/*news550*/
.top_news_sub_1 .text{
	font-size:25px;	
}

/*flow550*/
.top_flow_main{
	height:700px;
}
.top_flow_sub_2 img{
	height:700px;
	opacity:0.4;
}
	
.top_flow_sub_1 .div_1 .text{
	font-size:25px;
}
.top_flow_sub_1 .div_3{
	text-align:left;
}
.top_flow_sub_1 .div_3 p{
	padding:10px;box-sizing:border-box;
}
.top_flow_sub_1 .div_3 .btn{
	margin:0 auto;
}
	
/*service550*/
.top_service_main{
	height:700px;
}
.top_service_sub_2 img{
	height:700px;
	opacity:0.4;
}
.top_service_sub_1 .div_1 .img{
	margin-right:0;
}
.top_service_sub_1 .div_1 .text{
	font-size:25px;
}
.top_service_sub_1 .div_3{
	text-align:left;
}
.top_service_sub_1 .div_3 p{
	padding:10px;box-sizing:border-box;
}
	
/*company550*/
.top_company_main{
	height:700px;
}
.top_company_sub_2 img{
	height:700px;
	opacity:0.4;
}
.top_company_sub_1 .div_1 .text{
	font-size:25px;
}
.top_company_sub_1 .div_3{
	text-align:left;
}
.top_company_sub_1 .div_3 p{
	padding:10px;box-sizing:border-box;
}

/*recruitment550*/
.top_recruitment_text{
	font-size:25px;	
}
.top_recruitment_sub_1 .div_2 img{
	aspect-ratio:300/140;
	object-fit:cover;
}
	
/*その他550*/
.res_pc_br_550{
	display:none;		
}
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:block;
}
.top_pc_flex{
	display:none;
}
.top_tab_flex{
	display:none;
}
.top_sm_flex{
	display:flex;
}	
}

@media screen and (max-width:430px) {
/*メニュー430*/
.menu_logo{
	display:none;
}
	
/*その他430*/
.top_sm_only{
	display:block;
}
.top_sm_only_none{
	display:none;
}
}