﻿@charset "UTF-8";

/* **************************************************

Name: csr.css

Create: 2018.06.14
Update: 2018.06.14

Copyright 2018 Hitachi Document Solutions Co., Ltd.

***************************************************** */


/* 共通・汎用スタイル
=========================================================================================== */
html {
	overflow-x: hidden;
}

/* --- ページタイトル --- */
.Grid4 h1 {
	min-height: 150px;
	text-align: center;
	background: url(/csr/backnumber/2019/image/common/bg_h1.png) no-repeat center center;
}
.Grid4 h1 a {
	display: inline-block;
	padding-top: 60px;
	color: #0081cc;
	font-size: 141.66%;
	font-weight: normal;
	line-height: 120%;
}

/* --- 見出し --- */
.h2Style1 {
	color: #0081cc;
	font-size: 125%;
	font-weight: bold;
	background: none;
}
.h2Style2 {
	color: #595959;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background: none;
}
.h3Style1 {
	color: #0081cc;
	font-weight: normal;
}
.h3Style2 {
	color: #0081cc;
	font-weight: bold;
}

/* --- グリッド --- */
.fullGrid {
	margin-bottom: 15px !important;
	padding: 36px 0;
	background: #f2f2f2;
	box-shadow: -37vw 0 0 0 #f2f2f2, 37vw 0 0 0 #f2f2f2;
}
.csrContents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* --- テキスト --- */
.csrCopy1 {
	margin-bottom: 15px;
	color: #0081cc;
}
.csrText1 {
	color: #595959;
}

/* --- 画像 --- */
.csrImg2Col {
	display: flex;
	justify-content: space-between;
}
.csrImg2Col .ImgOnlyStyle:first-child {
	margin-right: 15px;
}
.departmentName {
	font-size: 80%;
}

/* --- 改行 --- */
.brSp {
	display: none;
}

/* --- 余白 --- */
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.pt25 {
	padding-top: 25px;
}
.pt100 {
	padding-top: 100px;
}
.pb36 {
	padding-bottom: 36px;
}
.ptb36 {
	padding: 36px 0;
}

/* --- 下層ページへのリンクボタン --- */
.linkListBtn {
	display: flex;
	flex-wrap: wrap;
}
.linkListBtn li {
	box-sizing: border-box;
	width: calc((100% - 30px) / 3);
	margin: 0 15px 15px 0;
	text-align: center;
	border: 3px solid #0081cc;
	background: #fff url(/csr/backnumber/2019/image/common/icon_arrow_02.png) no-repeat center right 12px;
	background-size: 8px;
}
.linkListBtn li:hover {
	background: #fff url(/csr/backnumber/2019/image/common/icon_arrow_02.png) no-repeat center right 10px;
	background-size: 8px;
}
.linkListBtn li:nth-child(3n) {
	margin-right: 0;
}
.linkListBtn li a {
	display: inline-block;
	width: calc(100% - 34px);
	min-height: 34px;
	padding: 10px 24px 10px 10px;
	color: #0081cc;
	font-size: 87.5%;
	font-weight: bold;
	text-decoration: none;
	line-height: 240%;
}
.linkListBtn li a.line2 {
	line-height: 120%;
}

a.NewWin {
	padding: 0 17px 0 0;
	background: url(/image/jp/r1/icon/icon_new_window_hd.gif) no-repeat right center;
	background-size: 16px 16px;
}

@media screen and (max-width: 767px) {
	.brPc {
		display: none;
	}
	.brSp {
		display: block;
	}
	.h2Style1 {
		padding: 0 15px 10px 15px;
	}
	.linkListBtn li {
		width: calc((100% - 15px) / 2);
	}
	.linkListBtn li:nth-child(3n) {
		margin-right: 15px;
	}
	.linkListBtn li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 579px) {
	.Grid4 h1 a {
		padding-top: 30px;
	}
	.csrImg2Col {
		display: block;
	}
	.csrImg2Col .ImgOnlyStyle {
		text-align: center;
	}
	.csrImg2Col .ImgOnlyStyle:first-child {
		margin-right: 0;
	}
	.linkListBtn li {
		width: 100%;
		margin-right: 0;
	}
	.linkListBtn li:nth-child(3n),
	.linkListBtn li:nth-child(2n) {
		margin-right: 0;
	}
}



/* トップページ
=========================================================================================== */
/* --- ブランディング --- */
#branding {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 20px 0;
}
#branding img {
	width: 100%;
}

/* --- 共通 --- */
#topMessage,
#topics,
#emphasis,
#download,
#sustainability {
	padding: 30px 0;
}
.inner {
	width: 100%;
	max-width: 1275px;
	margin: 0 auto;
}
#topMessage h2,
#topics h2,
#emphasis h2,
#download h2,
#sustainability h2 {
	margin: 0 0 25px;
	padding: 0;
	font-size: 150%;
	text-align: center;
	background: none;
}

/* --- トップメッセージ --- */
#topMessage {
	padding-bottom: 0;
	background: #f2f2f2;
}
#topMessage .inner {
	min-height: 420px;
	background: url(/csr/backnumber/2019/image/top/img_top-message.png) no-repeat right bottom;
	max-width: 1100px;
}
#topMessage h3 {
	margin-bottom: 15px;
	color: #0081cc;
	font-size: 125%;
	font-weight: normal;
}
#topMessage .catchcopy {
	margin-bottom: 15px;
	color: #0081cc;
}
#topMessage .andmore {
	display: inline-block;
	padding: 3px 30px;
	color: #0081cc;
	font-size: 87.5%;
	text-decoration: none;
	border: 1px solid #85b3d9;
}
#topMessage .andmore .arrow {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding-left: 12px;
}
#topMessage .andmore:hover .arrow {
  margin-left: 8px;
   padding-left: 9px;
}
#topMessage .andmore .arrow::before{
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #0081cc;
  border-right: solid 1px #0081cc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 995px) and (max-width: 1304px){
.OptionWideRWD #Contents #topMessage {
    padding-right: 15px;
    padding-left: 15px;
}
}

/* --- トピックス --- */
#topics .featureWrap {
	display: flex;
	justify-content: space-between;
}
#topics .featureWrap .feature {
	box-sizing: border-box;
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	padding: 20px 20px 0;
	border: 3px solid #0081cc;
}
#topics .featureWrap .feature:last-child {
	margin-right: 0;
	border: 3px solid #1d7a7c;
}
#topics .featureWrap .feature:hover {
	cursor: pointer;
}
#topics .featureWrap .feature img {
	margin: 20px 0 0 -20px;
	width: calc(100% + 40px);
	transition: opacity .3s ease-out;
}
#topics .featureWrap .feature:hover img {
	opacity: .7;
}
#topics .featureWrap .feature h3 {
	color: #0081cc;
	font-size: 112.5%;
	font-weight: normal;
	text-align: center;
}
#topics .featureWrap .feature h3 span {
	display: inline-block;
	margin-top: 5px;
	padding: 0 30px 10px; 
	font-family: "Times New Roman", Times, "serif";
	font-size: 188.8%;
	border-bottom: 1px solid #ccc;
}
#topics .featureWrap .feature .catchcopy {
	color: #0081cc;
	font-size: 75%;
	text-align: center;
}
#topics .featureWrap .feature:last-child h3,
#topics .featureWrap .feature:last-child .catchcopy {
	color: #1d7a7c;
}

/* --- CSR活動・重点課題 --- */
#emphasis {
	margin-bottom: 15px;
	background: #f2f2f2;
}
#emphasis .itemWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#emphasis .itemWrap .item {
	box-sizing: border-box;
	width: calc((100% - 31px) / 3);
	margin: 0 15px 15px 0;
}
#emphasis .itemWrap .item:nth-child(3n) {
	margin-right: 0;
}
#emphasis .itemWrap .item:hover {
	cursor: pointer;
}
#emphasis .itemWrap .item a {
	box-sizing: content-box;
	display: table;
	width: calc(100% - 20px);
	min-height: 35px;
	padding: 10px;
	color: #fff;
	font-size: 90%;
	line-height: 120%;
	text-decoration: none;
	background: #3a722b;
}
#emphasis .itemWrap .item span {
	display: table-cell;
	vertical-align: middle;
	background: url(/csr/backnumber/2019/image/common/icon_arrow_01.png) no-repeat center right 3px;
	background-size: 8px;
}
#emphasis .itemWrap .item:hover span {
	background: url(/csr/backnumber/2019/image/common/icon_arrow_01.png) no-repeat center right;
	background-size: 8px;
}
#emphasis .itemWrap .item img {
	width: 100%;
	transition: opacity .3s ease-out;
}
#emphasis .itemWrap .item:hover img {
	opacity: .7;
}

/* --- 2018年度版 PDFダウンロード --- */
#download {
	
}

/* --- 日立グループの取り組み --- */
#sustainability {
	background: #f2f2f2;
}
.FootBannerList {
	letter-spacing: -0.5em;
	margin-left: -32.5px;
	margin-bottom: 15px;
	overflow: hidden;
}
.FootBannerList li {
	letter-spacing: normal;
	display: inline-block;
	position: relative;
	width: 33.3%;
	height: auto;
	padding-left: 32.5px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
}
.FootBannerList li img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 4px;
	transition: opacity .3s ease-out;
}
.FootBannerList li img:hover {
	opacity: 0.7;
}
.FootBannerList li strong {
	position: absolute;
 	left: 50px;
	top: 20px;
  	margin: 0;
  	padding: 0;
	font-size: 110%;
	color: #454446;
	text-shadow: 0px 1.5px 2px #fff;
}


@media screen and (max-width: 994px) {
	#Contents #branding {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
	#Contents #topMessage,
	#Contents #emphasis,
	#Contents #sustainability {
		margin: 0 -15px;
		padding: 30px 15px 0;
	}
	#topics .featureWrap .feature img {
		max-width: none;
	}
	#topMessage .inner{
	background-size: 450px;
	}
}

@media screen and (max-width: 964px) {
	.JS .FootBannerList {
		margin-left: -15px;
	}
	.JS .FootBannerList li {
		padding-left: 15px;
	}
	.JS .FootBannerBox p {
		padding-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	#topMessage .inner {
		min-height: none;
		text-align: center;
		background: url(/csr/backnumber/2019/image/top/img_top-message.png) no-repeat center bottom;
		background-size: 80%;
	}
	#topMessage .andmore {
		margin-bottom: 330px;
	}
	.JS .FootBannerList li strong {
		left: 0;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 579px) {
	#topMessage .andmore {
		margin-bottom: 280px;
	}
	#topics .featureWrap {
		display: block;
	}
	#topics .featureWrap .feature {
		width: 100%;
		margin-bottom: 15px;
	}
	#emphasis .itemWrap {
		display: block;
	}
	#emphasis .itemWrap .item {
		width: 100%;	
	}
	.JS .FootBannerList li {
		width: 100%;
	}
}

@media screen and (max-width: 399px) {
	#topMessage .andmore {
		margin-bottom: 200px;
	}	
}


/* 活動方針
=========================================================================================== */
/* --- トップメッセージ--- */
.topMessage {
	min-height: 330px;
	background: url(/csr/backnumber/2019/image/top/img_top-message.png) no-repeat bottom left 20px;
	background-size: 500px;
}
/* --- 会社概要 --- */
.profileList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 48%;
	margin: 0 auto;
	font-size: 90%;
	color: #595959;
}
.profileList dt {
	width: 25%;
}
.profileList dd {
	width: 75%;
	margin-bottom: 20px;
}
.profileList dt:before {
	content: "■";
	color: #0081cc;
}
.visionBox {
	padding: 25px 40px 15px;
	background: #d6e6f2;
}
.visionBox h3 {
	color: #0081cc;
	text-align: center;
}

@media screen and (max-width: 994px) {
	.topMessage .csrText1 .brPc {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.topMessage {
		background: url(/csr/backnumber/2019/image/top/img_top-message.png) no-repeat bottom left;
		background-size: 400px;
	}
	.profileList {
		width: 70%;
	}
}

@media screen and (max-width: 579px) {
	.topMessage {
		min-height: 550px;
		background: url(/csr/backnumber/2019/image/top/img_top-message.png) no-repeat bottom center;
		background-size: 100%;
	}
	.topMessage .csrText1 {
		width: 100%;
	}
	.profileList {
		display: block;
		width: 80%;
	}
	.profileList dt,
	.profileList dd {
		width: 100%;
	}
}



/* 事業方針
=========================================================================================== */
/* --- 事業ハイライト（リンク）--- */
.csrContents .featureWrap {
	display: flex;
}
.csrContents .feature {
	box-sizing: border-box;
	width: calc((100% - 15px) / 2);
	margin-right: 15px;
	padding: 20px 20px 0;
	border: 3px solid #0081cc;
}
.csrContents .feature:last-child {
	margin-right: 0;
}
.csrContents .feature:hover {
	cursor: pointer;
}
.csrContents .feature img {
	margin: 20px 0 0 -20px;
	width: calc(100% + 40px);
	transition: opacity .3s ease-out;
}
.csrContents .feature:hover img {
	opacity: .7;
}
.csrContents .feature h3 {
	color: #0081cc;
	font-size: 112.5%;
	font-weight: normal;
	text-align: center;
}
.csrContents .feature h3 span {
	display: inline-block;
	margin-top: 5px;
	padding: 0 30px 10px; 
	font-family: "Times New Roman", Times, "serif";
	font-size: 188.8%;
	border-bottom: 1px solid #ccc;
}
.csrContents .feature .catchcopy {
	color: #0081cc;
	font-size: 75%;
	text-align: center;
}

/* --- 事業ハイライト--- */
.highlight1 .header {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	background: url(/csr/backnumber/2019/business/image/img_business_02_01.jpg) no-repeat center top -100px;
	background-size: cover;
}
.highlight2 .header {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	background: url(/csr/backnumber/2019/business/image/img_business_03_01.jpg) no-repeat center center;
	background-size: cover;
}
.highlight1 .header .inner,
.highlight2 .header .inner {
	position:  relative;
	width: 100%;
	max-width: 1275px;
	height: 350px;
	margin: 0 auto;
}
.highlight1 .header .h2Wrap,
.highlight2 .header .h2Wrap {
	position: absolute;
	bottom: -70px;
	left: 0;
	display: inline-block;
	margin: 0 0 0 -100vw;
	padding: 40px 50px 40px 100vw;
	background: #0081cc;
}
.highlight1 .header h2,
.highlight2 .header h2 {
	margin: 0 0 0 30px;
	padding: 0;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	background: none;
}
.highlight1 .header h2 span,
.highlight2 .header h2 span {
	margin: 10px 0 0;
	padding: 0;
	color: #fff;
	font-size: 70%;
	font-weight: normal;
	background: none;
}

@media screen and (max-width: 994px) {
	.csrContents .feature img {
		max-width: none !important;
	}
}

@media screen and (max-width: 767px) {
	.highlight1 .header h2,
	.highlight2 .header h2 {
		margin: 0 0 0 30px;
	}
}

@media screen and (max-width: 579px) {
	.csrContents .featureWrap {
		display: block;
	}
	.csrContents .feature {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 399px) {
	.highlight1 .header .h2Wrap {
		padding: 40px 30px 40px 100vw;
	}
}



/* CSR活動・重点課題
=========================================================================================== */
/* --- 環境活動 --- */
.BoxPolicy {
	padding: 20px 25px 10px;
	border: 1px solid #0081cc;
}




/* index ****年度版 PDFダウンロード
=========================================================================================== */

ul.csr_topics li a{
 border-color: #086a4b;
 color: #ffffff;
 background-color: #086a4b;
 background-image: url(/image/jp/r1/icon/icon_download_white_hd.png) !important;
 background-position: right 15px center;
 display: block;
 width: 32%;
 margin: 15px auto;
 padding: 15px;
 border-radius:5px;
 font-weight: bold;
}
ul.csr_topics li a:hover{
opacity: 0.8;
text-decoration: none;
}

@media screen and (min-width: 995px) and (max-width: 1304px){
 ul.csr_topics li a{width: 42%;}
}

@media screen and (max-width: 994px) {
 ul.csr_topics li a{width: 70%;}
}

@media screen and (max-width: 579px) {
 ul.csr_topics li a{width: 80%;}
}



