@media screen and (max-width:1399px) {
header {
	background: #FFF;
	/*backdrop-filter: blur(12px); /*ぼかし*/
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	right: 0px;
	position: fixed;
	z-index: 99;
}

header .header_box .logo {
	/*background: #FFF;*/
	margin: 0px auto;
	/*padding: 12px 0px 8px;*/
	padding:10px auto;
	text-align:center;
	width: 270px;
	height: 30px;
}
header .header_box .logo a {
	width: 100%;
	height: 100%;
	display: block;
}
header .header_box .logo img {
	margin: 0px auto;
	display: inline-block;
	max-height: 50px;
}
nav {
	top: 50px;
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 100;
}
nav.open {
	background: rgba(0, 0, 0, 0.8);/*背景のみ透過*/
	height: calc(100% - 50px);
	box-sizing: border-box;
}
nav > div {
	height: 100%;
	-ms-overflow-y: scroll;
}
nav .menu_box {
	padding: 40px 5% 20px;
	width: 100%;
	display: none;
	position: relative;
	box-sizing: border-box;
}
nav.open .menu_box {
	display: block;
}
nav .menu {
	background-color:#999;
	left: 0px;
	top: -50px;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 100;
	}
nav .menu span {
	display: none;
}
nav .menu::before {
	background: #FFF;
	margin: auto;
	transform-origin: right top;
	transition:0.5s;
	left: 0px;
	top: 14px;
	width: 24px;
	height: 3px;
	right: 0px;
	display: block;
	position: absolute;
	content: "";
	box-shadow: 0px 9px 0px 0px #ffffff;
}
nav .menu::after {
	background: #FFF;
	margin: auto;
	transform-origin: right bottom;
	transition:0.5s;
	left: 0px;
	top: 32px;
	width: 24px;
	height: 3px;
	right: 0px;
	display: block;
	position: absolute;
	content: "";
}
nav.open .menu::before {
	margin: auto;
	width: 27px;
	right: 10px;
	box-shadow: none;
	transform: rotate(-45deg);
}
nav.open .menu::after {
	width: 27px;
	right: 10px;
	transform: rotate(45deg);
}
nav ul.main_nav {
	width: 100%;
}
nav ul.main_nav > li {
	width: 100%;
	clear: both;
}
nav ul.main_nav > li span {
	background:  #ec6608;
	margin: 0px 0px 3px;
	padding: 0.5em 1em;
	width: 100%;
	height: auto;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
}
nav ul.main_nav > li.no_sub a {
	color: #FFF;
	text-decoration: none;
}
nav ul.main_nav > li span::after {
	transition:0.5s;
	top: 0.7em;
	width: 0.8em;
	height: 0.8em;
	right: 1em;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	content: "";
	transform: rotate(45deg);
}
nav ul.main_nav > li.no_sub span::after {
	top: 0.8em;
	transform: rotate(-45deg);
}
nav ul.main_nav > li > div {
	margin: 0px 0px 20px;
	color: #FFF;
	display: none;
	box-sizing: border-box;
}
nav ul.main_nav > li > div > div > p {
	display: none;
}
nav ul.main_nav > li > div > div > .sub_nav {
	transition:0.5s;
	width: 100%;
	overflow: hidden;
}
nav ul.main_nav > li > div > div > .sub_nav li {
	margin: 5px 0px 0px;
	width: 50%;
	font-size: 12px;
	float: left;
}
nav ul.main_nav > li > div > div > .sub_nav li:nth-child(2n+1) {
	clear: both;
}
nav ul.main_nav > li > div > div > .sub_nav li a {
	padding: 0px 0px 0px 15px;
	width: 100%;
	color: #FFF;
	display: block;
	position: relative;
	box-sizing: border-box;
}
nav ul.main_nav > li > div > div > .sub_nav li a::before {
	background: #FFF;
	left: 0px;
	top: 0.75em;
	width: 10px;
	height: 2px;
	display: block;
	position: absolute;
	content: "";
}
nav ul.other_nav {
	margin: 10px auto 0px;
	width: 100%;
	color: #FFF;
	overflow: hidden;
}
nav ul.other_nav > li {
	margin: 5px 0px 0px;
	width: 50%;
	font-size: 12px;
	float: left;
}
nav ul.other_nav > li:nth-child(2n+1) {
	clear: both;
}
nav ul.other_nav > li a {
	/*background: url("../img/common/bg_nav.png") no-repeat left 4px;*/
	padding: 0px 0px 0px 15px;
	width: 100%;
	color: inherit;
	display: block;
	box-sizing: border-box;
}
.h_mitsumori,.h_online{
	display:none;
}
}
@media screen and (max-width:1399px) and (min-width:768px) {
header {
	height: 100px;
}
header .header_box .logo {
	margin: 0px auto;
	padding: 25px 0px;
	width: 400px;
	height: 50px;
}
header .header_box .logo img {
	max-height: 50px;
	max-width: 100%;
}
nav {
	top: 100px;
}
nav.open {
	background: rgba(0, 0, 0, 0.8);
	height: calc(100% - 100px);
	box-sizing: border-box;
}
nav > div {
	height: 100%;
	-ms-overflow-y: scroll;
}
nav .menu_box {
	padding: 40px 5% 20px;
	width: 100%;
	display: none;
	position: relative;
	/*box-sizing: border-box;*/
}
nav.open .menu_box {
	display: block;
}
nav .menu {
	top: -100px;
	width: 100px;
	height: 100px;
}
nav .menu::before {
	left: 0px;
	top: 28px;
	width: 45px;
	height: 6px;
	right: 0px;
	box-shadow: 0px 18px 0px 0px #ffffff;
}
nav .menu::after {
	left: 0px;
	top: 64px;
	width: 45px;
	height: 6px;
	right: 0px;
}
nav.open .menu::before {
	width: 53px;
	right: 20px;
}
nav.open .menu::after {
	width: 53px;
	right: 20px;
}

}
@media screen and (max-width:1399px) and (min-width:768px) {
main {
	padding: 39px 0px 0px;
}
}
@media screen and (max-width:767px) {
body {
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}

.inner,.home{
	width:96%;
	margin:0 auto;
}

.pc_cont,.breadcrumb,.newsrightbox{
	display: none;
}



main {
	padding: 20px 0px 0px;
	width:98%;
	margin:0 auto;
	height: auto;
	display: block;
}
main article {
	margin: 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
main article section {
	overflow: hidden;
}
.home_qualitybox,.home_coronabox,.home_topics,.home_recruit{
	margin-bottom:50px;
}
footer {
	background: #fdefe5;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.fotter_navi {
	display:none;
}
span.cat_tag {
	background: #ec6608;
	margin: 0px 0.5em 0.5em 0px;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #FFF;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
}
span.cat_info {
	background: #333;
}
span.cat_event {
	background: #F30;
}
span.cat_media {
	background: #F60;
}
span.cat_new {
	background: #F93;
}

span.date {
	margin: 0px;
	color: #000;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
}
.news_list {
	margin: 0px auto 8%;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
}
.news_list li {
	padding: 1em 0px;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	box-sizing: border-box;
}
.news_list li span:last-child {
	font-weight: bold;
	display: block;
}
.news_list li a {
	color: inherit;
}
main.home .nt_box {
	position: relative;
}
main.home .nt_box .nt_title {
    position:absolute;
    display:block;
    width:60%;
    margin:auto;
    top:40%;
    left:0;
    right:0;
    z-index:1;
  }
main.home .nt_box .nt_title img {
    display:inline;
    width:100%;
    vertical-align:middle;
  }

main.home .nt_pc {
	display: none;
}
main.home .nt_sp {
	margin: 0px;
	width: 100%;
	z-index: 0;
}
main.home .nt_sp li.slick-slide {
	width: 100%;
}
main.home .nt_sp li.slick-slide img {
	width: 100%;
}
main.home .nt_sp li.slick-current img {
	animation:scale 8s linear infinite;
}
main.home .nt_sp .slick-dots {
	bottom: 15px;
}
main.home .nt_sp .slick-dots li {
	margin: 0px 7px;
	border-radius: 50%;
	border: 1px solid #FFF;
	border-image: none;
	width: 8px;
	height: 8px;
}
main.home .nt_sp .slick-dots li.slick-active {
	background: #FFF;
}
main.home .nt_sp .slick-dots button {
	display: none;
}
main.home .nt_area {
	position: relative;
}
main.home .nt_area .nt_info {
	background: #FFF;
	padding: 6% 4%;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
main.home .nt_area .nt_info ul {
	margin: 0px 0px 4%;
	width: 100%;
	height: auto;
	overflow: hidden;
}
main.home .nt_area .nt_info ul li {
	font-weight: bold;
}
main.home .nt_area .nt_info ul li a {
	color: inherit;
	font-size: 1.1em;
	display: block;
}
main.home .nt_area .nt_info p {
	background: #ec6608;
	margin: 0px auto;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
}
main.home .nt_area .nt_info p a {
	padding: 5px 0px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: inherit;
	display: block;
	box-sizing: border-box;
}
.nt_area .nt_info p a:hover {
	/*background: rgb(102, 102, 102);*/
	color: #FFF;
}

.home_menu li {
	margin: 0px 0px 5%;
	padding: 66.7% 0px 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.home_menu li a {
	width: 100%;
	height: 100%;
	/*color: inherit;*/
	text-decoration: none;
	display: block;
}
.home_menu li div {
	margin: auto;
	left: 0px;
	top: 0px;
	width: 80%;
	height: 130px;
	text-align: center;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	position: absolute;
	z-index: 1;
}
.home_menu li div p:nth-of-type(1) {
	margin: 0px 0px 1em;
}
.home_menu li div p:nth-of-type(1) span {
	margin: 0px 0px 5px;
	padding: 1.5em 0px 0px;
	width: 100%;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
}
.home_menu li a p.more,a p.btn{
	margin: 0px auto;
	padding: 0.3em 0px 0px;
	border: 1px solid #00b4ff;/*#ec6608*/
	transition:0.5s;
	border-image: none;
	width: 200px;
	height: 30px;
	font-size: 1.1em;
	position: relative;
	box-sizing: border-box;
}
.home_menu li a:hover p.more,a:hover p.btn{
	background: #00b4ff;/*#ec6608*/
}
.home_menu li a p.more::before {
	background: #FFF;
	display: block;
	position: absolute;
	content: "";
}
.home_menu li a p.more::after {
	background: #FFF;
	display: block;
	position: absolute;
	content: "";
}
.home_menu li a p.more span::before {
	background: #FFF;
	display: block;
	position: absolute;
	content: "";
}
.home_menu li a p.more span::after {
	background: #FFF;
	display: block;
	position: absolute;
	content: "";
}
.home_menu li a p.more::before {
	transition:0.2s 0.6s;
	left: 1px;
	top: 1px;
	width: 0px;
	height: 1px;
}
.home_menu li a p.more::after {
	transition:0.2s 0.4s;
	top: 1px;
	width: 1px;
	height: 0px;
	right: 1px;
}
.home_menu li a p.more span::before {
	transition:0.2s 0.2s;
	width: 0px;
	height: 1px;
	right: 1px;
	bottom: 1px;
}
.home_menu li a p.more span::after {
	transition:0.2s;
	left: 1px;
	width: 1px;
	height: 0px;
	bottom: 1px;
}
.home_menu li a:hover p.more::before {
	transition:0.2s;
	width: calc(100% - 2px);
}
.home_menu li a:hover p.more::after {
	transition:0.2s 0.2s;
	height: calc(100% - 2px);
}
.home_menu li a:hover p.more span::before {
	transition:0.2s 0.4s;
	width: calc(100% - 2px);
}
.home_menu li a:hover p.more span::after {
	transition:0.2s 0.6s;
	height: calc(100% - 2px);
}
.home_menu li img {
	margin: auto;
	transition:0.5s;
	left: -100%;
	top: 0px;
	width: auto;
	height: 100%;
	right: -100%;
	bottom: 0px;
	display: block;
	position: absolute;
	transform: scale(1);
}
.home_menu li:hover img {
	transform: scale(1.02);
}
.home_menu li a::before {
	transition:0.5s;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	content: "";
	opacity: 1;
}
.home_menu li:hover a::before {
	opacity: 0;
}
.home_link {
	margin: 0px auto 12%;
	padding: 0px 4%;
}
.home_link ul li {
	margin: 0px auto 5%;
	width: 100%;
}
.home_link ul li img {
	transition:0.5s;
	width: 100%;
	opacity: 1;
}
.home_link ul li:hover img {
	opacity: 0.5;
}
#toiawase dt,#toiawase dd{
	padding:5px;
}
#toiawase dt{
	font-weight:bold;
	float:none;
	width:auto;
}
#toiawase dd{
	border-bottom:dotted #999 1px;
}
#toiawase .kome{
	font-size:80%;
	color:#F00;
	margin-left:3px;
}
/*製品一覧*/
.pro_box{
	display:block;
	width:25%;
	height:140px;
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}
.pro_box img{
	width:100%;
}
.pro_txt{
	text-align:center;
	font-size:90%;
	font-weight:bold;
}
/*カタログ一覧*/
.catalog_box{
	display:block;
	width:96%;
	height:auto;
	float:none;
	margin-bottom:60px;
}

.catalog_imgbox{
	float:left;
	width:30%;
	margin-right:10px;
}
.catalog_imgbox img{
	width:100%;
	border:1px #333 solid;
}
.catalog_txtbox{
	width:70%;
}
.catalog_txt{
	font-weight:bold;
	font-size:120%;
}
.box_hinan01{
	float:noen;
	margin-right:auto;
	margin-left:auto;
}


}

@media screen\0 {
header {
	background:#FFF;
  }
}