@charset "utf-8";
/* CSS Document */
body{
	min-width:1160px;
}
.spbr{
	display:none;
}
.inner{
	width:1200px;
	margin:0 auto;
}
h2.headline{
	font-size:2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
}
h2.headline span{
	font-family: 'Open Sans', sans-serif;
	font-size:1.4rem;
	color:#c0c0c0;
	font-weight:300;
	letter-spacing:5;
}
header{
	background:rgba(255,255,255,0.6);
	z-index:5;
	width:100%;
	height:70px;
}
header .inner{
	position:relative;
}
header h1{
	position:absolute;
	top:10px;
	left:0;
}
header .tel{
	position:absolute;
	top:10px;
	right:0;
	text-align:right;
	line-height:1.2;
}
header .tel span{
	display:block;
	font-size:30px;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	color:#525252;
	
}
header h1 img{
	width:250px;
}
.mv{
	position: relative;
	width: 100%;
	height: calc(100% - 70px);
	padding-top:2%;
	overflow:hidden;
	box-sizing:border-box;
	background:#000000;
		display: flex;
	justify-content: center;
	align-items: center;
	
}
.mv .inner{
	padding-bottom:5%;
	position:relative;
	z-index: 3;


}	
.mv .mv_box img{
	width:50vw;
	max-width:700px;
}
.mv .inner h2{
	margin-bottom:50px;
}

.mv video {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 1920px;
}
.mv .pattern {
  width: 100%;
  height: 101%;
  background: url(../images/line.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


	
/*グロナビ*/

#global-nav ul li a {
	padding: 0 1.1rem;
}
#top-head.fixed #global-nav ul li a {
	padding: 0 1.1rem;
}
#mobile-head h1{
	display:none;
}
#global-nav ul {
	list-style: none;
	margin: 0 auto;
}
#global-nav ul.navi {
	display: flex;
	justify-content:space-between;
}
#global-nav ul li {
	box-sizing: border-box;
	display: block;
	font-size: 1.1rem;
	font-weight:500;
}


.sec1{
	padding:100px 0;
}
.sec1 h2.headline{
	border-bottom:1px solid #dedede;
	padding-bottom:0.5rem;
	padding-left:20px;
	margin-bottom:20px;
}
.sec1 h2.headline span{
	padding-left:40px;
}
.sec1 p.about_us{
	white-space:pre-wrap;
	padding:20px 20px;
	font-size:20px;
	margin-bottom:80px;
}
.sec1 ul.linup{
	display:flex;
	margin-bottom:80px;
}
.sec1 ul.linup li{
	width:33%;
	text-align:center;
	box-shadow: 0px 0px 20px #eeeeee;
	margin:0 1% ;
	padding:20px 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
}
.sec1 ul.linup li p{
	margin-bottom:10px;
	font-size:1.5rem;
	color:#f55000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
}
.sec1 ul.linup li img{
	margin-bottom:10px;
}
.sec1 ul.linup a{
	display:block;
	background:#ffffff;
	color:#000000;
	padding:10px 0;
	font-size:0.9rem;
	border:1px solid #000000;
	border-radius:30px;
	transition-duration: 0.3s;
}
.sec1 ul.linup a:hover{
	background:#000000;
	color:#ffffff;
	
}
.sec2{
	padding:150px 0;
	background:#f7f4ef;
}
.sec2 h2.headline{
	text-align:center;
	margin-bottom:80px;
}
.sec2 h2.headline span{
	display:block;
	padding-top:20px;
}
.sec2 .mess1{
	text-align:center;
	font-size:20px;
	margin-bottom:100px;
}

.sec2 .box{
	width:60%;
	background:#ffffff;
	box-sizing:border-box;
	padding:50px 80px;
	z-index:3;
	
}
.sec2 .box h3{
	text-align:center;
	font-size:24px;
	white-space:pre-wrap;
	border-bottom:1px solid #bebebe;
	padding-bottom:20px;
	margin-bottom:20px;
	text-shadow:3px 3px 2px #CCC;

}
.reuse, .reduce, .recycle{
	height:450px;
	position:relative;
	margin-bottom:60px;
	width:100%;
}
.reuse .box{
	position:absolute;
	right:0;
}
.reuse img{
	position:absolute;
	left:0;
	top:50px;
	z-index:5;
}
.reduce .box{
	position:absolute;
	left:0;
}
.reduce img{
	position:absolute;
	right:0;
	top:50px;
	z-index:5;
}
.recycle .box{
	position:absolute;
	right:0;
}
.recycle img{
	position:absolute;
	left:0;
	top:50px;
	z-index:5;
}




.sec2 .box .mess2{
	color:#bebebe;
	white-space:pre-wrap;
	line-height:1.6;

}
.sec2 img{
	box-shadow: 0px 0px 20px #aaaaaa;
}



.sec3{
	background:url(../images/bg2.jpg) no-repeat;
	padding:150px 0;
	text-align:center;
}
.sec3 h2{
	font-size:36px;
	color:#00245b;
	margin-bottom:80px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
}
.sec3 p{
	white-space:pre-wrap;
	font-size:22px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:2;
}
.company{
	padding:100px 0;
}
.comp_image{
	background:url(../images/bg3.jpg) no-repeat;
	text-align:center;
	width:100%;
	height:178px;
	padding-top:120px;
	margin-bottom:80px;
}

.comp_image2{
	background:url(../images/bg5.jpg) no-repeat;
	text-align:center;
	width:100%;
	height:178px;
	padding-top:120px;
	margin-bottom:80px;
}

.company h2.headline{
	width:420px;
	text-align:left;
	float:left;
	padding-left:20px;
}
.company h2.headline span{
	display:block;
}
.company table{
	width:740px;
	border-collapse:collapse;
	font-size:20px;
	margin-bottom:120px;
}
.company table tr{
	border-bottom:1px solid #dfdfdf;
}
	
.company th{
	padding:50px 0 10px 0;
	width:30%;
	line-height:1.5;
	text-align:left;
	font-weight:normal;
}
.company td{
	width:70%;
	padding:30px 0 10px 0;
	text-align:right;
	line-height:1.5;
	text-align:right;
}
.company .recruit{
	clear:both;
	text-align:center;
	background:url(../images/bg4.jpg) no-repeat;
	height:482px;
	box-sizing:border-box;
	padding-top:100px;
}
.company .recruit h3{
	font-size:30px;
	color:#00327d;
	margin-bottom:50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
}
.company .recruit p{
	white-space:pre-wrap;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:2;
	margin-bottom:30px;
}



.contact{
	padding:150px 0;
}


.contact h2.headline{
	width:420px;
	text-align:left;
	float:left;
	padding-left:20px;
}
.contact h2.headline span{
	display:block;
}



.mailform{
	width:700px;
	float:left;
}

.mailform dt{
	clear:both;
	width:200px;
	float:left;
	margin-right:10px;
	margin-bottom:50px;
	font-size:18px;
	font-weight:bold;
	line-height:1.8;
	padding-top:10px;

}
.mailform dd{
	width:490px;
	float:left;
	line-height:1.8;
	margin-bottom:50px;
	font-size:16px;
	
}




input:focus {
	border:solid 2px #c2ced2;
	background:#e6fbff
}
textarea:focus {
	border:solid 2px #c2ced2;
	background:#e6fbff
}
input::placeholder {
	color:#c9c9c9;

}

.mailform .must{
	color:#ffffff;
	background:#ff0000;
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
	padding:1px 3px;
	border-radius:3px;
}

.mailform .optional{
	color:#ffffff;
	background:#009;
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
	padding:1px 3px;
	border-radius:3px;
}

.text_s{
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 2px #c2ced2;
	width:490px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:10px;
}

.text_ss{
	border:0;
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 2px #c2ced2;
	width:200px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:10px;
}
.textbox{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 2px #c2ced2;
	margin:0 0 20px;
	width:490px;
	height:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.text_name{
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 2px #c2ced2;
	width:242px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:10px;
	margin-right:5px;
}
.text_name:last-child{
	margin-right:0;
}
.text_tel{
	padding:10px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 2px #c2ced2;
	width:160px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:10px;
	margin-right:5px;
}
.text_tel:last-child{
	margin-right:0;
}



.business_lineups h2.headline{
	margin-bottom:5rem;
	
}

.business_lineups h3{
	font-size:2rem;
	font-weight:500;
	margin-bottom:2rem;
	padding-left:1rem;
	padding-top:3rem;
}	

.business_lineup{
	margin-bottom:8rem;
	padding-top:3rem;
}

.mb3{
	margin-bottom:3rem;
	
}

.business_lineups .business_catch{
	font-size:24px;
	margin-bottom:2rem;
	padding-left:1rem;
	
}

.business_lineups .business_paragraph{
	padding-left:1rem;
	white-space:pre-wrap;
	line-height:2;
	color:#666666;
	
}

.business_lineup figure{
	margin-bottom:3rem;
}
.recruit_page{padding:100px 0;}

.recruit_page p{
	font-size:1rem;
	white-space:pre-wrap;
	margin-bottom:1rem;
	color:#666;
}
.recruit_page p.mb3{
	margin-bottom:5rem;
}

.recruit_page .inner{
	display:flex;
}
.recruit_page h2.headline{
	width:420px;
	text-align:left;
	padding-left:20px;
}

.recruit_page h2.headline span{
	display:block;
}
.recruit_page .rec_box{
	width:740px;
	border-collapse:collapse;
	font-size:20px;
}



.recruit_page table{
	width:740px;
	border-collapse:collapse;
	font-size:1rem;
	margin-bottom:5rem;
}

.recruit_page table caption{
	background:#004892;
	color:#ffffff;
	font-size:1.2rem;
	margin-bottom:1rem;
	padding:0.2rem 0;
	
}
.recruit_page tr{
	border-bottom:1px solid #dfdfdf;
	
}
	
.recruit_page th{
	padding:30px 0 30px 0;
	width:25%;
	line-height:1.5;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
.recruit_page td{
	width:75%;
	padding:30px 0 30px 0;
	text-align:right;
	line-height:1.5;
	text-align:left;
	vertical-align:top;
}




.cams{
	border:8px solid #f7f4ef;
	padding:40px 30px;
	width:43%;
}
.cams .cam_image{
	margin-bottom:1rem;
}

.cams h4{
	font-size:1.4rem;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:10px;
	padding-left:10px;
	margin-bottom:20px;
}
.cams .cam_comp{
	white-space:pre-wrap;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	margin-bottom:30px;
	padding-left:10px;
}
.cams .cam_comp span{
	display:block;
	margin-top:10px;
	font-size:1.4rem;
	font-weight:400;
}
.cams .cam_caus{
	color:#999;
	margin-bottom:20px;
	padding-left:10px;
}
.cams .cam_caus li{
	list-style:disc;
	list-style-position:inside;
}
.cams .cam_btn{
	background:#f55000;
	text-align:center;
	width:100%;
	padding:15px 0;
}
.cams a{
	color:#ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:20px;
}


.campaign_box{
	padding:100px 0;
}
.campaign_box .inner{
	display:flex;
	justify-content:space-between;
}

.campaign_box h2.headline{
	text-align:center;
	margin-bottom:80px;
}
.campaign_box h2.headline span{
	display:block;
	padding-top:20px;
}


.footer_cam{
	width:760px;
	margin: 0 auto;
	box-sizing:border-box;
	text-align:left;
	padding:25px;
	background:#ffffff;
	border:5px solid #ebebeb;
	margin-bottom:80px;
}
.footer_cam img{
	width:300px;
	float:left;
	margin-right:30px;
}
.footer_cam .right{
	float:left;
	width:350px;
	text-align:left;
}
.footer_cam h3{
	font-size:20px;
	margin-bottom:0px;
}
.footer_cam h4{
	font-size:24px;
	margin-bottom:0px;
}
.footer_cam p{
	color:#8d8d8d;
	font-size:20px;
	margin-bottom:20px;
}
.footer_cam a p{
	color:#ffffff;
}
.footer_cam .cam_btn{
	background:#f55000;
	text-align:center;
	width:100%;
	padding:10px 0;
	font-size:18px;
}
footer{
	padding:3rem 0 5rem;
	background:#f7f4ef;
	text-align:center;
}

footer h1{
	margin-bottom:10px;
}
footer h1 img{
	width:250px;
}
footer .tel{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2rem;
	color:#525252;
}

footer .f_navi{
	text-align:center;
	margin-bottom:5rem;
}
footer .f_navi a{
	color:#000000;
}
footer .f_navi li:hover{
	border-bottom:1px solid #dedede;
	transition-duration: 0.3s;
}

footer .f_navi li{
	padding:0.5rem 1.5rem;
	display:inline;
}
.copy{
	background:#f55000;
	color:#ffffff;
	padding:10px 0;
	text-align:center;
}



