@charset "utf-8";
/*--------------------------[初期化]--------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr{
	margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:top; text-align:left;
}
body{
line-height:1.5; background:#fff;
font-family: "nitalago-ruika", sans-serif;
font-weight: 200;
font-style: normal;

}
table{
	border-collapse:separate; border-spacing:0;
}
caption, th, td{
	text-align:left; font-weight:400;
}

a img{
	border:none;
}
li {
    /*display: inline-block;*/
}

h1{
	font-size: 4vw;
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	text-align: center;
}

h2{
	font-size: clamp(2rem, 2.8vw, 70px);
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	margin: 1.5vw 10vw;
}

h3{
	font-size: clamp(1.5rem, 2vw, 50px);
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	margin: 1.5vw 10vw;
}

h4{
	font-size: clamp(1.2rem, 1.6vw, 40px);
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;	
	margin: 1.5vw 10vw;
}

h5{
	font-size: clamp(1.1rem, 1.2vw, 30px);
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;	
	margin: 1.5vw 10vw;
}

input{
	margin-top:5px;
	margin-bottom:5px;
}

p{
	font-size: clamp(1rem, 1.2vw, 40px);
	line-height: 2;
	padding-left:0.7em;
	margin: 2vw 10vw;
}
span.mini{
	font-size:80%; 
	vertical-align: middle; 

}

ul{
	font-size:1.2em;
	line-height: 2;
	margin: 2vw 10vw;
	padding-left: 2vw;
}

div{
	box-sizing: border-box;
}

dl{
	margin: 2vw 10vw;
}
dt{
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	margin-top: 2vw;
}
dd{

}
dl,dt,dd{
	font-size: clamp(1rem, 1.2vw, 40px);
	line-height: 2;
	padding-left:0.7em;
}
strong{
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
}


/*--------------------------[TOP動画]--------------------------*/
#video {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center; /* 横方向 */
  align-items: center; /* 縦方向 */
}

#videoover{
	z-index: 1;
	position: absolute;
	width: 100%;
	aspect-ratio: 5 / 3;
	justify-content: center; /* 横方向 */
	align-items: center; /* 縦方向 */
	display: flex;
    align-items: center;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
	
}
#topm{
	/*background: linear-gradient(#444444, #000000,#444444);*/
	/*opacity: 0.7;*/
	padding: 1vw;
	width: 100%;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
	line-height: 1.6;
}

p.subtitle{
	font-size: 2.2vw;
	line-height: 2;
	padding-left:0.7em;
	margin: 2vw 0;
	text-align: center;
}

/*--------------------------[ヘッダー]--------------------------*/
#header {
	/* z-index: 9999;*/
	width:100%;
	margin:0;
	padding:0;
	top: 0;
	/* background-color:rgba(255,255,255,0.9);*/
	border-top:5px solid #942424;

	top: 0;
	left: 0;
	background-color: #ffffff;
	
}
#header div.header_contents{
	width:100%;
	margin:1em auto 1em auto;
	overflow: hidden;

	display: flex;
	align-items: flex-end;
}

#header div.header_logo{
	width:260px;
    min-width: 180px;
	padding-left: 2em;

}
#header div.header_menu{
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	margin-left: 1em;
}
#header div.header_menu ul{
	font-size:medium;
	display: flex;
	font-size: clamp(12px, 0.8vw, 2rem);
	line-height: 1;
	padding-left:0;
	margin: 0;
}

#header div.header_menu ul li{
	text-align:center;
	padding:0 0;
	list-style:none;
}
#header div.header_menu ul li span.line{
	display: block;
	width:100%;
	padding right 1em;
	border-right:solid #e7e7e7 1px;
	text-align:center;
}
#header div.header_menu ul li span.start_line{
	display: block;
	width:100%;
	padding right 2em;
	border-right:solid #e7e7e7 1px;
	border-left:solid #e7e7e7 1px;
	text-align:center;
}
#header div.header_menu ul li.shop span.line{
     border-right:none;
}

#header div.header_menu ul li.company{
	width:10vw;
	min-width: 100px;

}
#header div.header_menu ul li.technology{
	width:10vw;
	min-width: 100px;
}

#header div.header_menu ul li.contact{
	width:10vw;
	min-width: 100px;
}

#header div.header_menu ul li a { text-decoration: none; }
#header div.header_menu ul li a:link { color: #000000; }
#header div.header_menu ul li a:visited { color: #000000; }
#header div.header_menu ul li a:hover { color: #dc6616; }
#header div.header_menu ul li a:active { color: #000000; }


/*--------------------------[フッター]--------------------------*/
div.footer{
	background-color:#f5f5f5;
	width:100%;
	letter-spacing: 0.1em;
	align-items:stretch;
	margin-top: 4vw;
}

ul.footer_link{
    display: flex;
    justify-content: center;
    align-items: center;
	list-style: none;
	margin: 0;
}

ul.footer_link li{
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:1.2em;
	margin: 0 1em;
	
font-size: clamp(1rem, 1vw, 20px);
font-family: nitalago-ruika, sans-serif;
font-style: normal;
font-weight: 100;
}

ul.footer_link li a:link { color: #000000; }
ul.footer_link li a:visited { color: #000000; }
ul.footer_link li a:hover { color: #dc6616; }
ul.footer_link li a:active { color: #000000; }
ul.footer_link li a { text-decoration: none; }

/*コピーライト*/
p.copylight{
	text-align:center;
	letter-spacing: 0.1em;
	margin:0.8em 0;
	font-size: clamp(1rem, 0.8vw, 15px);

	font-family: "nitalago-ruika", sans-serif;
	font-weight: 200;
	font-style: normal;
}


/*--------------------------[コンテンツ共通]--------------------------*/
div.contents{

}
div.section{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	height: auto;
	margin-top: 4vw;
}
div.section-content{
	width: 100%;
	align-items:stretch;
	min-width: 500px;

}
div.section-content-harf{
	width: 50%;
	align-items:stretch;
	min-width: 500px;
}
div.section-background{
	width: 50%;
	align-items:stretch;
	min-width: 500px;
	align-items:stretch
}
div.img1{
	background-image:url(../img/next-cleaning.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	object-fit: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
}

div.section-background img {
	height: 100vw;
}

hr { 
  border-bottom: px solid #ddd;
	padding:10px;
}  


ul.datalist{
	display: flex;
	flex-wrap: wrap;
}

ul.datalist li{
	width: 50%;
	list-style:none;
}

ul.pdflist{
	display: flex;
	flex-wrap: wrap;
}

ul.pdflist li{
	width: 32%;
	list-style:none;
}

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

p.list{
	font-size: clamp(1rem, 1vw, 30px);
	line-height: 2;
	margin: 0;
	padding: 0;
}

div.img{
	text-align: center;
}
div.img img{
	width: 100%;
	height: auto;
}

div.img_list img{
	margin-top: 2vw;
	width: 96%;
	height: auto;
}

div.text_list {
	width: 85%;
	margin: 2vw auto 0;
	text-align: center;
}
div.text_list h4 {
	margin: 1vw 0 0 0 ;
}
div.img_h{
	width: 90%;
	height: auto;
	margin: auto;
}
div.img_h img{
	width: 100%;
	height: auto;
}
div.img_m{
	width: 80%;
	height: auto;
	margin: 1vw auto;
}
div.img_m img{
	width: 100%;
	height: auto;
}

div.box_m{
	width: 80%;
	margin: auto;
}

table.appeal p,table.appeal h3{
margin: 1vw;
}

table.appeal img{
margin:1vw 0 ;
}


/*--------------------------[テーブル共通]--------------------------*/
table.slim{
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	width:80vw;
	margin: 1.5vw 10vw;
	font-size: clamp(1rem, 1.2vw, 40px);
	line-height: 2;
	margin: 2vw 10vw;
}

table.slim tr th{
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 200;
	font-style: normal;

	
    background: #f5f5f5;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
	vertical-align:middle;
	padding-left:0.7em;
}
table.slim tr td{
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 200;
	font-style: normal;
	width: 80%;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
	vertical-align:middle;
	padding-left:1em;
}
table.slim ul,li{
	margin: 0;
	font-size: clamp(1rem, 1.2vw, 40px);	
}
/*--------------------------[テーブル共通]--------------------------*/

ul.comment{
	color:#888;
	list-style: none;
}

div.contact_button{
	width:100%;
	text-align:center; 
	flex: auto;
}

strong.tel{
	font-size:xx-large;
}
strong.time{
	font-size:medium;
}
span.required{
	color:#F00;
	font-size:small;
	vertical-align:baseline;
}

div.business{
	  display: flex;
	flex-direction: row;
}
span.annotation{
	font-size: clamp(12px, 0.8vw, 30px);
	vertical-align: baseline;
}

/*--------------------------[可変対応]--------------------------*/
@media screen and (max-width: 1000px){
	div.section{
		flex-direction: column;/*flexアイテムを縦並びに変更*/
	}
	div.section-content-harf{
		width: 100%;
	}
	div.section-background{
		width: 100%;
		height:600px;
	}
	ul.test li{
		width: 100%;
	}
	
	ul.datalist li{
		width: 100%;
	}

	ul.pdflist li{
		width: 100%;
	}
	
}

