@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 641px) {
a:hover   {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a{color:#000000;}

.sp_menuWrap{
	display:none;
}

.logo_h{
	width:100%;
	text-align:center;
	margin:25px auto;
}

.logo_h2{
	width:100%;
	text-align:right;
	margin:0px 300px 0px 0px ;
}

	
	

	
.allcon_Wrap{
	width:100%;
	height: 530px;
	position:relative;
}

.navi_wrap{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/common/navi_bk.png);
	z-index:100;
}
.navi_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.navi_wrap .navi > div{
	position: relative;
}
.navi_wrap ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 71.5px;
    left: 0;
}
.navi_wrap .navi > div:hover > ul {
    display: block;
}
.navi_wrap li {
		background: url(../images/common/navi_bk.png);
    height: 60px;
    transition: all .3s;
    position: relative;
    list-style: none;
    margin: 0;
}
.navi_wrap li:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e2dccf;
    position: absolute;
    top: 0;
    left: 0;
}
.navi_wrap li:hover a {
		opacity: 0.7;
}
.navi_wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 100%;
    font-size: 13px;
}
.navi_wrap li a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.navi{
	width:1000px;
	margin:0 auto;
}

.navi > div{
	float:left;
}
.navi > div > a{
	width:142px;
	float:left;
	text-align:center;
	margin:25px auto;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
}

.maintitl{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-183px;
	z-index:100;
}

.main_img01{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_01.jpg) no-repeat center bottom;
	background-size:auto;
}

.main_img02{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_02.jpg) no-repeat center bottom;
	background-size:auto;
}

.main_img03{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_03.jpg?1509154) no-repeat center bottom;
	background-size:auto;
}

.allcon2_Wrap{
	width:100%;
}

.con2_Wrap{
	width:1000px;
	margin:0 auto;
}

.con_l{
	width:400px;
	float:left;
	padding:50px;
}

.con_r{
	width:500px;
	float:left;
}


.moji01{
	font-size:14px;
}

.moji02{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.moji02_sp{
	display:none;
}


.moji03{
	font-size:13px;
	line-height:25px;
	margin-bottom:50px;
}

.moji04{
	font-size:13px;
}

.moji05{
	font-size:23px;
	font-weight:bold;
}

.moji06{
	font-size:13px;
	margin-top:30px;
}
.newsbox{
	padding:20px;
	border:#e2e2e2 1px solid;
	height: 150px;
	overflow-y: auto;
}

.newsbox dl{
	font-size: 12px;
	padding-bottom: 15px;
}

.newsbox dt{
	padding-bottom: 3px;
}

.newsbox dd{
	font-size: 13px;
}

.con0{
	background: #eee;
}

.con0 a{
	display: block;
	padding-top: 50px;
	padding-bottom: 40px;
}

.con1{
	margin-bottom:40px;
}

.con1 div,
.con0 div{
	float:left;
	margin-left:30px;
}

.r_two_but .con2{
	float:left;
}

.con2{
	position:relative;
	width:250px;
	height:167px;
	margin-bottom:40px;	
}
	




.moji07{
	position:absolute;
	top:35%;
	left:30px;
	font-size:13px;
	color:#FFFFFF;
	z-index:1;
}



.footer_Wrap{
	width:100%;
	border-top:#e2e2e2 1px solid;
	border-bottom:#e2e2e2 1px solid;
}

.footer{
	width:1000px;
	margin:0px auto;
}

.footer p{
	float:right;
	font-size:13px;
	font-weight:bold;
	margin:20px 0px 20px 45px;
}

.but_contact a{
	background:#e60012;
	padding:10px 100px;
	color:#FFFFFF;
}


.f_navi_Wrap{
	width:100%;
	border-bottom:#e2e2e2 1px solid;
}

.f_navi{
	width:1000px;
	margin:0px auto;
}


.f_navi_con{
	float:left;
	margin-left:130px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}

.f_titl{
	font-size:14px;
	font-weight:bold;
}

f_logo_sp{
	display:none;
}


.cre{
	text-align:center;
	font-size:11px;
}

.page_top{
	width:130px;
	float:right;
}

.page_top a{
	text-align:center;
	background:#e7e7e7;
	font-size:14px;
	color:#8d8d8d;
}

.page_top_sp{
	display:none;
}

.f_logo_sp{
	display:none;
}

}
@media screen and (max-width: 640px) {
a:hover   {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a{color:#000000;}

.sp_menuWrap{
	width:100%;
}

.inner li{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	background:#454545;
	border-top:#000000 1px solid;
}

.inner li a{
	color:#FFFFFF;
	display: block;
	padding: 20px;
}

.child {
    display: none;
}

.logo_h{
	display:none;
	}

.allcon_Wrap{
	width:100%;
	height: 300px;
	position:relative;
}

.navi_wrap{
	display:none;
}

.maintitl img{
	width:220px;
	height:165px;
}


.maintitl{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-83px;
	margin-left:-110px;
	z-index:100;
}

.main_img01{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_01.jpg) no-repeat center bottom;
	background-size: cover;
}

.main_img02{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_02.jpg) no-repeat center bottom;
	background-size: cover;
}

.main_img03{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_03.jpg?1509154) no-repeat center bottom;
	background-size: cover;
}

.allcon2_Wrap{
	width:100%;
}

.con2_Wrap{
	width:100%;
	margin:0 auto;
}

.con_l{
	padding:5%;
	clear:both;
}

.con_r{
	width:100%;
	clear:both;
}


.moji01{
	text-align:center;
	font-size:14px;
	font-weight:bold
}

.moji02{
	display:none;
}

.moji02_sp{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:60px;
}


.moji03{
	display:none;
}

.moji04{
	text-align:center;
	font-size:13px;
}

.moji05{
	font-size:23px;
	font-weight:bold;
}

.moji06{
	font-size:13px;
	margin-top:10px;
}

.newsbox{
	padding:20px;
	border:#e2e2e2 1px solid;
	height: 150px;
	overflow-y: auto;
}

.newsbox dl{
	font-size: 12px;
	padding-bottom: 15px;
}

.newsbox dt{
	padding-bottom: 3px;
}

.newsbox dd{
	font-size: 13px;
}

.con0{
	background:#eee url(../images/top/but_product_img.png) no-repeat;
	background-position:right;
	background-size:50%;
	padding:5%;
}

.con0 a{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.con1{
	background:#eee url(../images/top/but_work_img.png) no-repeat;
	background-position:right;
	background-size:50%;
	padding:5%;
	margin-bottom:40px;
}

.con1 a{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}


.con1 div,
.con0 div{
	float:left;
	margin-left:20px;
}

.con_img{
	display:none;
}

.con_img2{
	display:none;
}	

.r_two_but .con2{
	float:left;
}

.con2{
	position:static;
	width:50%;
	height:130px;
	margin-bottom:0px;
	background:#000000;
}

.con2_bk{
	background:#e60012;	
}


.moji07{
	position:static;
	text-align:center;
	margin-top:40px;
	font-size:13px;
	color:#FFFFFF;
	z-index:1;
}



.footer_Wrap{
	width:100%;
	border-bottom:#e2e2e2 1px solid;
}

.footer{
	width:100%;
	margin:0px auto;
}

.footer p{
	clear:both;
	font-size:13px;
	font-weight:bold;
	width:70%;
	margin:20px auto;
}

.but_contact a{
	background:#e60012;
	text-align:center;
	padding:10px 50px;
	color:#FFFFFF;
}

.f_tel{
	text-align:center;
}

.f_logo{
	display:none;
}

.f_logo_sp{
	text-align:center;
}


.f_navi_Wrap{
    display:none;
}

.f_navi{
	width:1000px;
	margin:0px auto;
}


.f_navi_con{
	float:left;
	margin-left:130px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}

.f_titl{
	font-size:14px;
	font-weight:bold;
}

.f_ad{
	display:none;
}

.cre{
	text-align:center;
	font-size:11px;
}

.page_top{
	display:none;
}

.page_top a{
	text-align:center;
	background:#e7e7e7;
	font-size:14px;
	color:#8d8d8d;
}

.page_top_sp{
	text-align:center;
	padding:20px 0;
	font-size:20px;
	border-bottom:#e2e2e2 1px solid;
}
}

@media print{
a:hover   {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a{color:#000000;}

.sp_menuWrap{
	display:none;
}

.logo_h{
	width:100%;
	text-align:center;
	margin:25px auto;
}

.allcon_Wrap{
	width:100%;
	height: 530px;
	position:relative;
}

.navi_wrap{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/common/navi_bk.png);
	z-index:100;
}

.navi{
	width:1000px;
	margin:0 auto;
}

.navi > div > a{
	width:166px;
	float:left;
	text-align:center;
	margin:25px auto;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
}

.maintitl{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-183px;
	z-index:100;
}

.main_img01{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_01.jpg) no-repeat center bottom;
	background-size:auto;
}

.main_img02{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_02.jpg) no-repeat center bottom;
	background-size:auto;
}

.main_img03{
	width:100%;
	height:100%;
	background: url(../images/top/main_img_03.jpg?1509154) no-repeat center bottom;
	background-size:auto;
}

.allcon2_Wrap{
	width:100%;
}

.con2_Wrap{
	width:1000px;
	margin:0 auto;
}

.con_l{
	width:400px;
	float:left;
	padding:50px;
}

.con_r{
	width:500px;
	float:left;
}


.moji01{
	font-size:14px;
}

.moji02{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.moji02_sp{
	display:none;
}


.moji03{
	font-size:13px;
	line-height:25px;
	margin-bottom:50px;
}

.moji04{
	font-size:13px;
}

.moji05{
	font-size:23px;
	font-weight:bold;
}

.moji06{
	font-size:13px;
	margin-top:30px;
}
.newsbox{
	padding:20px;
	border:#e2e2e2 1px solid;
	height: 150px;
	overflow-y: auto;
}

.newsbox dl{
	font-size: 12px;
	padding-bottom: 15px;
}

.newsbox dt{
	padding-bottom: 3px;
}

.newsbox dd{
	font-size: 13px;
}

.con0{
	background: #eee;
}

.con0 a{
	display: block;
	padding-top: 50px;
	padding-bottom: 40px;
}

.con1{
	margin-bottom:40px;
}

.con1 div,
.con0 div{
	float:left;
	margin-left:30px;
}

.r_two_but .con2{
	float:left;
}

.con2{
	position:relative;
	width:250px;
	height:167px;
	margin-bottom:40px;	
}



.moji07{
	position:absolute;
	top:35%;
	left:30px;
	font-size:13px;
	color:#FFFFFF;
	z-index:1;
}



.footer_Wrap{
	width:100%;
	border-top:#e2e2e2 1px solid;
	border-bottom:#e2e2e2 1px solid;
}

.footer{
	width:1000px;
	margin:0px auto;
}

.footer p{
	float:right;
	font-size:13px;
	font-weight:bold;
	margin:20px 0px 20px 45px;
}

.but_contact a{
	background:#e60012;
	padding:10px 100px;
	color:#FFFFFF;
}


.f_navi_Wrap{
	width:100%;
	border-bottom:#e2e2e2 1px solid;
}

.f_navi{
	width:1000px;
	margin:0px auto;
}


.f_navi_con{
	float:left;
	margin-left:130px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}

.f_titl{
	font-size:14px;
	font-weight:bold;
}

f_logo_sp{
	display:none;
}


.cre{
	text-align:center;
	font-size:11px;
}

.page_top{
	width:130px;
	float:right;
}

.page_top a{
	text-align:center;
	background:#e7e7e7;
	font-size:14px;
	color:#8d8d8d;
}

.page_top_sp{
	display:none;
}
}

.top-banner-wrapper {
  margin-top: -40px;
}
.top-banner {
  width: 100%;
}

.newsbtn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 3px;
	max-width: max-content;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-left: auto;
}

.newsbtn::after{
	content: '▶︎';
	display: block;
}
