@charset "UTF-8";


/* === layout === */

header {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 70px;
	background-color: #fff;
}
header .inner {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
header nav ul {
	position: absolute;
	left: 120px;
	top: 0;
}
header nav li {	float: left;}
header nav li a {
	position: relative;
	display: block;
	width: 105px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
header nav li a img {
	position: absolute;
	left: 0;
	top: 0;
}
header nav li a:hover img {
	-webkit-transform: translatey(-70px);
	-moz-transform: translatey(-70px);
	-ms-transform: translatey(-70px);
	-o-transform: translatey(-70px);
	transform: translatey(-70px);
}
header nav li a.this img { opacity: 0;}
header nav li:nth-of-type(1) a { background-image: url(../images/nav_home_o.png);}
header nav li:nth-of-type(2) a { background-image: url(../images/nav_overview_o.png);}
header nav li:nth-of-type(3) a { background-image: url(../images/nav_policy_o.png);}
header nav li:nth-of-type(4) a { background-image: url(../images/nav_quality_o.png);}
header nav li:nth-of-type(5) a { background-image: url(../images/nav_workflow_o.png);}
header nav li:nth-of-type(6) a { background-image: url(../images/nav_organization_o.png);}
header nav li:nth-of-type(7) a { background-image: url(../images/nav_carbon_o.png);}
header nav li:nth-of-type(8) a { background-image: url(../images/nav_sdg_o.png);}
header nav li:nth-of-type(9) a { background-image: url(../images/nav_50_o.png);}
header nav li:nth-of-type(10) a { background-image: url(../images/nav_blog_o.png);}
header nav li:nth-of-type(11) a { background-image: url(../images/nav_recruit_o.png);}
header nav li a span { display: none;}

.menuBtn { display: none;}

#wrap {
	width: 100%;
	padding-top: 70px;
	overflow: hidden;
}


footer {
	font-size: 18px;
	line-height: 1em;
	text-align: right;
	width: 1200px;
	max-height: 20px;
	padding: 10px 0 0;
	margin: 0 auto 50px;
	border-top: 1px solid #000;
}
footer a:hover { color: #999;}
footer.black { color: #fff; border-top: 1px solid #fff;}
footer.black a { color: #fff;}
footer.black a:hover { color: #999;}



#fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../images/mark.png) no-repeat center center;
	background-size: 102px 84px;
	z-index: 15000;
}

#overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30000;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
}
#pp,#form,#soshiki {
	display: none;
	position: fixed;
	left: 50%;
	top: 30px;
	z-index: 30100;
	width: 800px;
	height: auto;	
	padding: 94px 94px 45px;
	margin: 0 0 0 -400px;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
}
#pp .inner {
	width: 100%;
	height: auto;
	overflow: auto;
}
#pp h2 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}
#pp p {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 2em;
}

#soshiki {
	padding: 90px 40px 50px;
}
#soshiki .inner {
	text-align: center;
	width: 100%;
	height: auto;
	overflow: auto;
}

#form {
	z-index: 30010;
	padding: 90px 120px 50px;
}
#form .inner {
	width: 100%;
	height: auto;
	overflow: auto;
}
#form h2 {
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
#form p {
	font-size: 16px;
	line-height: 1.4em;
}
#form dl {
	margin-top: 30px;
}
#form dt {
	float: left;
	clear: left;
	font-size: 18px;
	width: 140px;
	padding-bottom: 10px;
}
#form dd {
	padding-left: 140px;
	padding-bottom: 10px;
}
#form dd input,#form dd textarea {
	font-size: 16px;
	line-height: 1em;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #000;
}
#form .btn { text-align: center;}
.wpcf7-submit {
 display: inline-block;
 cursor: pointer;
 color: #000;
 font-size: 14px;
 line-height: 1em;
 padding: 10px 30px;
 border: none;
 background-color: #ddd;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.wpcf7-submit:hover { opacity: 0.8;}
.wpcf7-response-output { display: none !important;}

.transmission {
	display: none;
	text-align: center;
	padding: 30px 0 200px;
	background: url(../images/mame.png) no-repeat center bottom;
}
/* sent after */
.sent .inq { display: none;}
.sent .transmission { display: block;}


.close {
 position: absolute;
 right: 30px;
 top: 30px;
 z-index: 10;
 width: 30px;
 height: 30px;
}
.close span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background-color: #9e9e9f;
 border-radius: 0px;
}
.close span:nth-of-type(1) {
 top: 10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.close span:nth-of-type(2) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg); 
}

/*===== top =====*/

.firstBox {
	background-color: #000;
}
.firstBox p { color: #fff;}
.top_mv {
    width: 960px;
    margin: auto;
}

.imgUnit {
	position: relative;
	text-align: center;
	width: 1300px;
	height: 400px;
	padding-top: 90px;
	margin: 0 auto;
	box-sizing: border-box;
}
.imgUnit .photo{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.imgUnit .photo_close{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.imgUnit .photo_open {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.imgUnit .mark {
	position: relative;
	z-index: 10;
}
.imgUnit .mark2 {
	display: none;
/*	position: relative;
	z-index: 100;
	width: 340px;
	height: auto;*/
}
.imgUnit.first {
	height: 600px;
	padding-top: 155px;
}

.topUnit {
	position: relative;
	text-align: center;
	width: 900px;
	padding: 30px 0 120px;
	margin: 0 auto;
}
.topUnit p {
	font-size: 16px;
	line-height: 1.7em;
	margin: 30px 0 15px;
}
.topUnit.first {
	width: 100%;
	padding: 60px 0 30px;
	/*background-color: #000;*/
}
.topUnit.first p {
	font-size: 20px;
	margin: 30px 0;
}
.topUnit a,
.innerUnit a.pu {
	position: absolute;
	right: 0;
	color: #530000;
	font-size: 16px;
	padding: 2px 20px 0 0;
	background: url(../images/arrow01.png) no-repeat right center;
}
.topUnit a:hover,
.innerUnit a:hover.pu {
	-webkit-transform: translatex(5px);
	-moz-transform: translatex(5px);
	-ms-transform: translatex(5px);
	-o-transform: translatex(5px);
	transform: translatex(5px);
}

#banner {
	width: 1240px;
	margin: 100px auto 20px;
}
#banner li {
	float: left;
	font-size: 14px;
	width: 400px;
	padding-right: 10px;
}
#banner li a { display: block;}
#banner li a div {
	margin-bottom: 5px;
	background-color: #fff;
}
#banner li a .ar {
	vertical-align: -5px;
	margin-right: 5px;
}


/*===== page =====*/

.pageUnit {
	text-align: center;
	padding-bottom: 130px;
	margin-bottom: 90px;
	background-color: #000;
}
.pageUnit.type2 { padding-bottom: 0;}
.pageUnit .imgUnit { padding-top: 90px;}
.pageUnit .imgUnit.type2 { padding-top: 0;}
.pageUnit .imgUnit .mark3 {
	position: relative;
	z-index: 100;
	width: 440px;
	height: auto;
}
.pageUnit .imgUnit .mark4 {
	position: relative;
	top: 40px;
	z-index: 100;
	width: 380px;
	height: auto;
}
.pageUnit h2 { margin: 120px 0 30px;}
.pageUnit p {
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
}

.pageUnit.sdg {
  padding-bottom: 50px;
}
.pageUnit.sdg p.title {
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    margin: 2em 0;
}
.pageUnit.sdg p:nth-of-type(2) {
    text-align: left;
    width: 840px;
    margin: auto;
}
.pageUnit.sdg h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1em;  
  font-weight: normal;
  margin: 100px 0 50px;
}
.pageUnit.sdg .sdgs-image2 {
  max-width: 840px;
  margin: auto;
}
.pageUnit.sdg .sdgs-image2 img {
  width: 100%;
  height: auto;
}

.pageUnit.acn {
  padding-bottom: 0;
  background-color: transparent;
}

.innerUnit {
	position: relative;
	width: 840px;
	margin: 0 auto 200px;
}
.innerUnit.acn {
  width: 1000px;
}
.innerUnit.acn .box {
  width: 900px;
  margin: 0 auto 80px;
}
.innerUnit h3 {
	display: block;
	line-height: 1em;
	text-align: center;
	padding: 6px 0 1px;
	margin-bottom: 30px;
	border: 2px solid #000;
}
.innerUnit .sdg2 h3 {
  font-size: 24px;
  line-height: 1.6em;
  padding: 10px 0;
  border-left: none;
  border-right: none;
}
.innerUnit .sdg2 h4 {
  font-size: 22px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.3em;
  padding: 15px 0;
  margin: 60px auto 30px;
  border: 2px solid #000;
}
.innerUnit .sdg2 p {
  line-height: 1.8em;
  width: 600px;
  margin: auto;
}
.innerUnit .sdg2 p.first {
  font-size: 22px;
  text-align: center;
  width: 100%;
}
.innerUnit .sdg2 p.first span {
  display: block;
  font-size: 14px;
  line-height: 1em;
}

.innerUnit .acn h3 {
  font-size: 24px;
  line-height: 1em;
  padding: 20px 0;
}
.innerUnit .acn h3 span.s {
  font-size: 16px;
}
.innerUnit h3 img { width: auto; height: 34px;}
.innerUnit table { width: 100%;}
.innerUnit th,
.innerUnit td,
.innerUnit ul li {
	font-size: 20px;
	line-height: 1.2em;
	padding: 15px 0 7px;
	border-bottom: 1px dashed #000;
}
.innerUnit p { font-size: 18px;}
.innerUnit p sub {
  font-size: 12px;
  vertical-align: -1px;
}
.innerUnit th {
	font-weight: normal;
	text-align: left;
	width: 200px;
	padding-left: 100px;
}
.innerUnit ul li {	padding-left: 100px;}
.innerUnit iframe { margin-bottom: 120px;}

.innerUnit.acn .box.box2 {
  text-align: center;
}
.innerUnit.acn .box .mark {
  font-size: 0;
  margin: 50px 0;
}
.innerUnit.acn .box .mark img {
  margin: 0 55px;
}
.innerUnit.acn .box ul li {
  font-size: 22px;
  padding-left: 0;
  border-bottom: none;
}
.innerUnit.acn .box ul li::before {
  content: "●";
  color: #c79f62;
  margin-right: 5px;
}
.innerUnit.acn ol.g {
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  margin: 50px auto 0;
}
.innerUnit.acn ol.g li {
  font-size: 0;
  margin-bottom: 40px;
}
.innerUnit.acn ol.g li:nth-of-type(2n) {
  margin-left: 50px;
}


.sdg2 dl {
    margin: 50px 0 0;
}
.sdg2 dl dt {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 1em;
}
.sdg2 dl dt:last-of-type {
    margin-top: 4em;
}
.sdg2 dl dd {
    font-size: 16px;
    line-height: 1.7em;
    padding: 0 0 0 1em;
    margin-bottom: 1em;
}
.sdg2 dl dt.s {
    cursor: pointer;
}
.sdg2 dl dd.s {
    display: none;
}
.sdg2 dl dt.s::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-size: 16px;
    line-height: 1em;
    font-weight: 900;
    margin-left: 0.5em;
}
.sdg2 dl dt.s.open::after {
    content: '\f106';
}
.puBox { padding: 10px 0 60px;}
.w400 { width: 400px;}
.h420 { height: 420px;}
.w480 { width: 480px;}
.w800 { width: 800px; margin: 0 auto 50px;}
.aki { margin-bottom: 140px !important;}
.nameBox {
	position: absolute;
	right: 0;
	bottom: 0;
}

.graph {
	position: relative;
	width: 900px;
	padding-top: 140px;
	margin: 0 auto;
}
.g2 {
	position: absolute;
	left: 117px;
	top: 381px;
	z-index: -1;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.c1,.c2,.c3,.c4,.c5,.c6,.c7 {
	position: absolute;
	right: 30px;
	z-index: 20;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.c1 { top: 185px;}
.c2 { top: 285px;}
.c3 { top: 385px;}
.c4 { top: 485px;}
.c5 { top: 585px;}
.c6 { top: 685px;}
.c7 { top: 785px;}

.slide_selector {
	width: 1000px;
	margin: 0 auto 200px;
}
.slide_selector div.box {
    position: relative;
    float: left;
    width: 1000px;
    height: 500px;
	padding: 60px 50px;
    margin: 0 15px;
    background-color: #000;
	border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.slide_selector div.box p {
	color: #fff;
	font-size: 18px;
}
.slide_selector div.box .text {
	float: left;
	width: 450px;
}
.slide_selector div.box .text h3 { margin-bottom: 20px;}
.slide_selector div.box img.fr {
	float: right;
	margin-top: 40px;
}
ul.slick-dots { display: none !important;}
.slick-arrow {
	position: absolute;
	top: 50%;
 	border: none;
	text-indent: -9999px;
	width: 44px;
	height: 80px;
	margin-top: -40px;
	cursor: pointer;
}
.slick-prev { background: url(../images/prev.png) no-repeat; left: -55px;}
.slick-next { background: url(../images/next.png) no-repeat; right: -55px;}

.sosikizu {
	margin-top: 80px;
}
.sosikizu img { width: 100%; height: auto;}


.outer {
	width: 100%;
	background-color: #000;
}

.mv {
    width: 640px;
    margin: 50px auto 0;
}


/*===== text =====*/

body {
 font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
 background: url(../images/back.jpg) repeat center top;
}
body.black {
	background-image: none;
	background-color: #000;
}
p {
	color: #040000;
	font-size: 14px;
	line-height: 1.5em;
}

a {	color: #040000;}
a,a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}
a:hover img { opacity: 0.75;}
a.alpha { color: #530000; text-decoration: underline;}
a.alpha:hover { opacity: 0.65;}

.sp { display: none;}


.sa {
  opacity: 0 !important;
  transition: all 1.0s ease;
}

.sa.show {
  opacity: 1 !important;
  transform: none;
}
.sa--left {
  transform: translate(50px,0);
}
.sa--right {
  transform: translate(-50px,0);
}
.sa--up {
  transform: translate(0,50px);
}
.sa--down {
  transform: translate(0,-50px);
}