@charset "UTF-8";

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){
/*  dummy
===================================*/
.articleList>.oneArticle:nth-child(1)>.img,.articleList>.oneArticle:nth-child(4)>.img,.articleList>.oneArticle:nth-child(7)>.img,.articleList>.oneArticle:nth-child(10)>.img{
	background: no-repeat;
	background-size: cover;
}
.articleList>.oneArticle:nth-child(2)>.img,.articleList>.oneArticle:nth-child(5)>.img,.articleList>.oneArticle:nth-child(8)>.img,.articleList>.oneArticle:nth-child(11)>.img{
	background: no-repeat;
	background-size: cover;
}
.articleList>.oneArticle:nth-child(3)>.img,.articleList>.oneArticle:nth-child(6)>.img,.articleList>.oneArticle:nth-child(9)>.img,.articleList>.oneArticle:nth-child(12)>.img{
	background: no-repeat;
	background-size: cover;
}
.largeimgBlock.leftimg>.img{
	background-repeat: no-repeat;
	background-size: cover;
}
.largeimgBlock.rightimg>.img{
	background-repeat: no-repeat;
	background-size: cover;
}

/*--- member ---*/
/*.ceo{
	background: url(../img/dummy/member/HIROYUKIKIKUCHI_top.jpg) no-repeat;
	background-size: cover;
}
.ceo{
	background: url(../img/dummy/member/YAYOISUZUKI_eyecatch.jpg) no-repeat;
	background-size: cover;
}*/

/*  base
===================================*/
.mainContent{
	width: 1100px;
	margin: 0 auto 150px;
}
.oneContent{
	width: 100%;
	margin-bottom: 122px;
	display: block;
}
.txtLinkArrow>a{
	padding-right: 85px;
	background: url(../img/okawa_arrow_bl.png) right top no-repeat;
	background-size: 75px auto;
}
.txtLinkArrow>a:hover{
	color: #a0a0a0;
}
.oneContent .txtLinkArrow{
	text-align: center;
	margin-top: 50px;
	letter-spacing: 0px;;
}

.txtLinkArrowBg {
    text-align: center;
    color: #fff !important;
    margin: 30px auto 10px;
}
.txtLinkArrowBg>a{
	color: #e9e9e9 !important;
	font-size: 19px;
	letter-spacing: 2px;
	padding:10px 105px 5px 15px;
	background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
	background-size: 75px auto;
}
.txtLinkArrowBg>a:hover{
	padding:10px 105px 5px 15px;
	background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
	background-size: 75px auto;
	text-decoration: none;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}


/* topEyeCatching
-------------------------------*/
.topEyeCatching{
	width: 1100px;
	height: 200px;
	margin: 0 auto 90px;
	overflow: hidden;
	position: relative;
}
.topEyeCatching .leftLogo{
	text-align: left;
	padding-left: 220px;
	background: url(../img/okawa_logo3.png) left center no-repeat;
	background-size: auto 190px;
	width: 80.5%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	position: relative;
	border: none;
}
.topEyeCatching .leftLogo::after{
	content: "";
	position: absolute;
	right: 0;
	height: 88%;
	border-right: solid 1px #000;
	bottom: 0;
}
.topEyeCatching .leftLogo>.top{
	padding-top: 0px;
	font-size: 19px;
	letter-spacing: 2px;

}
.topEyeCatching .leftLogo>.middle{
	margin-top: 16px;
	font-size: 70px;
	letter-spacing: 1px;

}
.topEyeCatching .leftLogo>.bottom{
	margin-top: 2px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.topEyeCatching .rightSince{
	float: right;
	width: 17%;
	padding-top: 33px;
	text-align: center;
	/* position: absolute; */
	/* right: 0; */
	/* bottom: 0; */;
}
.topEyeCatching .rightSince>.since{
	display: block;
	font-size: 22px;
	letter-spacing: 5px;

}
.topEyeCatching .rightSince>.year{
	display: block;
	margin-top: 10px;
	font-size: 60px;
	letter-spacing: 1px;

}
.topEyeCatching .rightSince>.presented{
	display: block;
	margin-top: 3px;
	font-size: 14px;
	line-height: 1.5;

}
/* CO2 排出量削減カウンター
-------------------------------*/
.co2_emissions {
	display: flex;
    width: 1100px;
    border-top: solid 1px;
    padding-top: 24px;
    margin: 0px auto 0px;
}

.co2_emissions .co2_emissions_title {
	float: left;
	width: 30%;
}

.co2_emissions .co2_emissions_title p {
    line-height: 23px;
    font-size: 15px;
}

.co2_emissions .co2_emissions_counter {
    width: 95%;
    text-align: right;
    margin-top: -5px;
}

.co2_emissions .co2_emissions_counter p {
	font-size: 93px;
}

.co2_emissions .odometer-inside {
    margin-top: -6px;
}
.co2_emissions .odometer-negation-mark {
    vertical-align: 6px;
}

.co2_emissions .co2_emissions_unit {
    margin-left: 18px;
    margin-top: -5px;
}

.co2_emissions .co2_emissions_unit p {
	font-size: 93px;
}

/* movieBlock
-------------------------------*/
.movieBlock{
	height: 680px;
	background: #a088ba;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.movieInfo {
    text-align: right;
    margin: 15px auto 105px;
    max-width: 1100px;
    font-size: 10pt;
}
.movieBlock>video{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	/*bottom: 0;*/
	left: 0;
	right: 0;
	margin: auto;
	filter: brightness(80%);
}

.movieBlock .catchBlock{
	width: 700px;
	position: absolute;
	top: 50px;
	left: 71px;
}
.movieBlock .catchEn{
	font-size: 35px;
	letter-spacing: 0px;
	line-height: 1.3;
	display: inline-block;
	position: relative;
	color: white;
}
.movieBlock .catchEn::before{
	content:"“";
	position: absolute;
	left: -0.6em;
	top: 0;
}
.movieBlock .catchEn::after{
	content:"”";
	position: absolute;
}
.movieBlock .catchEn>span{
	position: relative;
	padding-right: 0.5em;
}
.movieBlock .catchJa{
	margin-top: 18px;
	margin-left: 10px;
	line-height: 1.6;
	font-size: 15px;
	letter-spacing: 1px;
	color: white;
}
.movieBlock .catchJa::before{
	content:"“";
	position: absolute;
	left: 0.1em;
}
.movieBlock .catchJa::after{
	content:"”";
	position: absolute;
}

.movieBlock .enname{
	display: block;
	position: relative;
	font-size: 18px;
	margin-top: 6px;
	padding-left: 80px;
	color: white;
}
.movieBlock .enname::before{
	content: "";
	position: absolute;
	left: 10px;
	width: 63px;
	height: 1px;
	background:#fff;
	top: 0.4em;
	margin: auto;
}
.movieBlock>.txtLinkArrow{
	display: inline-block;
	position: absolute;
	bottom: 50px;
	left: 78px;
	font-size: 15px;
	letter-spacing: 1px;
	background: #000;
	padding: 1em 1.2em .8em;
}
.movieBlock>.txtLinkArrow>a{
	color: #fff;
	background: url(../img/okawa_arrow_wh.png) right center no-repeat;
	background-size: 73px auto;
}

/* twoLineTit
-------------------------------*/
.twoLineTit{
	text-align: center;
	padding: 36px 0 30px;
	margin-bottom: 30px;
	border-top: solid 4px #000;
	border-bottom: solid 4px #000;
	position: relative;
}
.twoLineTit::before{
	content: "";
	position: absolute;
	top: 6px;
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
}
.twoLineTit::after{
	content: "";
	position: absolute;
	bottom: 6px;
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
}
.twoLineTit .enTit{
	font-size: 35px;
	letter-spacing: 2px;

}
.twoLineTit .jaTit{
	margin-top: 18px;
	font-size: 19px;
	letter-spacing: 0.6px;;

}
/* journalCat
-------------------------------*/
.journalCat{
	display: inline-block;
	margin: 66px auto;
	-ms-flex-pack: distribute;
	justify-content: space-evenly;
}
.journalCat li{
	display: inline-block;
	border-right: solid 1px #000;
	padding: 0 12px 0 18px;
}
.journalCat li:last-child{
	border-right: none;
}
.journalCat li>a{
	padding: 5px 10px;
}
.journalCat li.serch>a{
	width: 150px;
	border: solid 1px #000;
	display: inline-block;
	box-sizing: border-box;
}
/* articleList
-------------------------------*/
.articleList{
	max-width: 1100px;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	overflow: hidden;
}
.articleList>.oneArticle{
	float: left;
	width: 32%;
	padding-bottom: 13px;
	margin-bottom: 53px;
	border-bottom: dotted 2px #818182;

}
.articleList.green>.oneArticle{
	width: 48%;
	padding-bottom: 13px;
	margin-bottom: 53px;
	border-bottom: dotted 2px #818182;

}
.articleList>.oneArticle:nth-child(3n+2){
	margin-left: 22px;
	margin-right: 22px;
}

.articleList.green>.oneArticle:nth-child(2n+2){
	margin-left: 22px;
	margin-right: 0px;
}

.articleList>.oneArticle .img{
	width: 100%;
	height: 220px;
	background: #9f88b9;
	position: relative;
	overflow: hidden;
}
.articleList>.oneArticle .img a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.articleList>.oneArticle .articleTit{
    margin-top: 35px;
    font-size: 16px;
    line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.articleList>.oneArticle>.articleDisc{
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.6;
	height: 38px;
	margin: 16px auto 16px;
	max-height: 38px;
	overflow: hidden;
}
.articleList>.oneArticle>.articleCat{
	display: inline-block;
	font-size: 11px;
	padding: 5px 13px;
	border: solid 1px #818182;
	border-radius: 5px;
	margin-right: 5px;
	color: #818182;

}
.articleList>.oneArticle>.articleDay{
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0;
	color: #818182;

}
.articleTagBox{
	margin-top: 5px;
	height: 48px;
    overflow: hidden;
}
.articleTagBox>.articleTags li{
	display: inline-block;
    padding: 0px 6px 3px;
    background: #B3B4B4;
    border-radius: 30px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
}
.articleTagBox>.articleTags li a{
	font-size: 11px;
	color: #fff;

}
.articleTagBox>.articleTags li:hover{
    background: #818182;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all  0.25s ease;
}

/*  listPage articleList
===================================*/
.listPage .articleList{
	display: block;
	overflow: hidden;
}
.listPage .articleList>.oneArticle {
    width: 32%;
    float: left;
    margin: 0 2% 90px 0;
}
.listPage .articleList>.oneArticle:nth-child(3n) {margin-right: 0;}

/* largeimgBlock
-------------------------------*/
.largeimgBlock{
	overflow: hidden;
}
.largeimgBlock>.img{
	display: inline-block;
	width: 65%;
	height: 500px;
	float: left;
	background: #9f88b9;
}
.largeimgBlock>.greenprinting_img{
	display: inline-block;
	width: 65%;
	height: 500px;
	background: url("../img/greenprinting.jpg");
}
.largeimgBlock>.ourservice_img{
	display: inline-block;
	width: 65%;
	height: 500px;
	background: url("../img/ourservice.jpg");
}
.largeimgBlock>.txtBlock{
	display: inline-block;
	width: 29%;
	float: right;
	padding-top: 15px;
	background: url(../img/okawa_title_icon2.png) left top repeat-x ;
	background-size: auto 15px;
	height: 500px;
	box-sizing: border-box;
	position: relative;
}
.largeimgBlock>.txtBlock h1,
.largeimgBlock>.txtBlock h2,
.largeimgBlock>.txtBlock h3,
.largeimgBlock>.txtBlock h4,
.largeimgBlock>.txtBlock h5,
.largeimgBlock>.txtBlock h6{
	margin-top: 23px;
	font-size: 21px;
	line-height: 1.4;
	padding-bottom: 20px;
	border-bottom: dotted 2px #000;
}
.largeimgBlock>.txtBlock div{
	font-size: 15px;
	line-height: 2.4;
	max-height: 500px;
	overflow: hidden;
}.largeimgBlock>.txtBlock p{
	 margin-top: 18px;
	font-size: 15px;
	line-height: 2.4;
}
.largeimgBlock>.txtBlock .txtLinkArrow{
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
}
.largeimgBlock.rightimg>.img{float: right;}
.largeimgBlock.rightimg>.txtBlock{float: left;}

/*  service articleList
===================================*/
.serviceTitBlock{
	margin-bottom: 53px;
}

.serviceTitBlock h3{
	margin-top: 23px;
	font-size: 21px;
	line-height: 1.4;
	padding-bottom: 0px;
	text-align: left;
	/* border-bottom: dotted 2px #000; */
}

.serviceTitBlock p{
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 2.4;
}

/*  green printing articleList
===================================*/
.greenTitBlock{
	margin-bottom: 53px;
}

.greenTitBlock h3{
	margin-top: 23px;
	font-size: 21px;
	line-height: 1.4;
	padding-bottom: 0px;
	text-align: left;
	/* border-bottom: dotted 2px #000; */
}

.greenTitBlock p{
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 2.4;
}

.greenList>.oneMorecont {
    height: 260px;
    display: inline-block;
    background: #9f88b9;
    width: 49.5%;
}

/*  member
===================================*/
/* memberName
-------------------------------*/
.memberName{
	display: inline-block;
	position: absolute;
	color: #fff;
}
.memberName>.name{
	font-size: 21px;
	line-height: 1.1;
	width: 160px;
	letter-spacing: 1px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.memberName>.position{
	margin-top: 3px;
	font-size: 16px;
	letter-spacing: 1px;;
}
/* ceo
-------------------------------*/
.ceo{
	height: 500px;
	position: relative;
	background: #9f88b9;
	color: #fff;
	margin-bottom: 10px;
	background-image: url('/wp-content/uploads/2017/10/top_ceo.png');
	background-size:cover;
}
.ceo .catchTxt{
	position: absolute;
	color: #fff;
	top: 135px;
	left: 95px;
}
.ceo .catchTxt>.catchEn{
	font-size: 33px;
	line-height: 1.3;
	letter-spacing: 1px;;
}
.ceo .catchTxt>.catchJa{
	margin-top: 13px;
	font-size: 18px;
}
.ceo .catchTxt>.txt{
	margin-top: 11px;
	font-size: 13px;
	line-height: 1.8;
}
.ceo .memberName{
	right: 98px;
	bottom: 58px;
}
.ceo .memberName>.position{
	margin-top: 3px;
	font-size: 18px;
	letter-spacing: 1px;;
}

/* memberList
-------------------------------*/
.memberList{
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	margin-bottom: 53px;
}
.memberList>li{
	height: 221px;
	display: inline-block;
	width: 24.2%;
	margin-left: 8px;
	background: #9f88b9;
	position: relative;
}
.memberList>li:nth-child(1) {
	margin-left: 0px;
}
.memberList .name{
}
.memberList>li .memberName{
	left: 16px;
	bottom: 15px;

}
/* contsList
-------------------------------*/
.contsList{
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	margin-top: 10px;
}
.contsList.top{
}
.contsList.under{
}
.contsList.top>.oneMorecont{
	height: 260px;
	display: inline-block;
	background: #9f88b9;
	width: 49.5%;
}
.contsList.under>.oneMorecont{
	display: inline-block;
	width: 32.6%;
	background: #9f88b9;
	height: 260px;
	margin-top: 10px;
}
.contsList>.oneMorecont>a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.contsList>.oneMorecont>a::before {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.contsList>.oneMorecont>a:hover::before{
    background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.contsList>.oneMorecont .tits{
	position: absolute;
	top: 0;bottom: 0;
	right: 0;left: 0;
	margin: auto;
	display: inline-block;
	text-align: center;
	height: 30%;
}
.contsList>.oneMorecont .jaTit{
	font-size: 23px;
	letter-spacing: 3px;
}
.contsList>.oneMorecont .enTit{
	margin-top: 10px;
	font-size: 14px;letter-spacing: 2px;
	line-height: 1.7;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 999;
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background: url(../img/page_top.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* articleCatList
-------------------------------*/

.categoryLinks{
	display: flex;
	align-items: flex-start;
	justify-content: center;
  	/* flex-wrap: nowrap; */
	align-items: center;
	align-content: center;
	height: 100%;
}
.categoryLinks p{
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	padding: 2px 0px 0px 0px;
}
.articleCatList{
	text-align: center;
}
.articleCatList .articleCat{
	font-size: 12px;
	line-height: 1;
	display: inline-block;
    border-right: solid 1px #000;
    padding: 2px 15px 0 15px;
	color: #818182;
	vertical-align: middle;
}
.articleCatList .articleCat:last-child{
	border-right: none;
}

}/* PCここまで */
