@charset "UTF-8";
/* CSS Document */
/* =下層ページメインビジュアル
-----------------------------------------------------------------------------*/
.post-type-archive-information header.masthead.sub,.single-information header.masthead.sub {
	background: url(../images/visual/bg_info.jpg) center center/cover no-repeat;
}
.page-id-6 header.masthead.sub {
	background: url(../images/visual/visual_products.jpg) center center/cover no-repeat;
}
.page-id-8 header.masthead.sub {
	background: url(../images/visual/visual_environmental.jpg) center center/cover no-repeat;
}
.page-id-10 header.masthead.sub {
	background: url(../images/visual/visual_company.jpg) center center/cover no-repeat;
}
.page-id-14 header.masthead.sub {
	background: url(../images/visual/visual_contact.jpg) center center/cover no-repeat;
}

/* =トップページ
-----------------------------------------------------------------------------*/
#about {
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#81cb9b+0,00874b+81 */
background: linear-gradient(135deg,  #81cb9b 0%,#00874b 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#about::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/nagare_green.svg) center center/600px no-repeat;
	opacity: .4;
}
#about img {
	border-radius: 50%;
}
#about h4 {
	font-weight: bold;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
	opacity: 1;
	background: rgba(0,0,0,.2);
}
.en-US #portfolio .container-fluid .portfolio-box .portfolio-box-caption {
	text-transform: uppercase;
	font-weight: 700;
}

#portfolio .container-fluid .portfolio-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,135,75,.7);
    transition: opacity .25s ease;
    opacity: 0;
}
#portfolio .container-fluid .portfolio-box:hover::before {
	opacity: 1;
}
#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption {
	
}
#portfolio .container-fluid .portfolio-box img {
	width: 100%;
}


/* トップお知らせ */
#top-news h2 {
	margin-top: 1rem;
}
.news-wrap article {
	border-bottom: 1px dotted #ccc;
}
.news-wrap article a {
	display: table;
	width: 100%;
	padding: 1rem;
	position: relative;
	color: #222;
}
.news-wrap article a > div {
	display: table-cell;
	
}
.news-wrap article a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f8f9fa;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.32s, -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    z-index: -1;
}
.news-wrap article a:hover::after {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.news-wrap article .news-meta {
	width: 120px;
}
.news-wrap article .date {
	display: inline-block;
	padding-right: 1rem;
	font-size: .9rem;
	opacity: .5; 
	line-height: 1.25;
	font-weight: bold;
	white-space: nowrap;
}
.news-wrap article a .news-txt {
	transition: .25s;
}
.news-wrap article a:hover span.material-icons {
	transform: translateX(7px);
	color: #4c9268;
}
.news-wrap article a:hover .news-txt {
	color: #999;
}
/*-----------------------------------------------------------------------------
	お知らせ
-----------------------------------------------------------------------------*/
.news-wrap article a:hover .news-txt {
    color: #00874b;
}
.single-title-box {
	border-left: 5px solid #00874b;
	padding-left: 1.5em;
}
.single-title-box h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.65;
	margin-bottom: 0;
}
.single-title-box p.date {
	color: #aaa;
	font-weight: bold; 
}

/*-----------------------------------------------------------------------------
	ページナビ
-----------------------------------------------------------------------------*/
.pagenavi {
	width: 100%;
	margin-top: 3rem;
}
.pagenavi .wp-pagenavi {
	font-weight: 800;
}
.pagenavi .wp-pagenavi a,.pagenavi .wp-pagenavi span {
	color: #999;
	border: none;
	margin: 0 4px;
	padding: 4px;
}
.pagenavi .wp-pagenavi span.material-icons {
	padding: 0;
	margin: 0;
}
.pagenavi .wp-pagenavi span.current {
	color: #00874b;
	border-bottom: 3px solid #00874b;
}
.pagenavi .wp-pagenavi a:hover,.pagenavi .wp-pagenavi a.nextpostslink:hover span.material-icons {
	color: #00874b; 
}
.pagenavi .wp-pagenavi a.nextpostslink span.material-icons {
	padding: 0;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
.single-post-area h2 {
	font-size: 14px;
    font-weight: bold;
	padding: .5em .5em .5em 1em;
    background: #f7f7f7;
    border-left: 5px solid #00874b;
    margin: 0 0 30px;
}
.single-post-area h3 {
	border-bottom: 3px solid #00874b;
    padding-bottom: 5px;
}
.single-post-area h4 {
	padding: 10px 2em;
    background: #f8f9fa;
    border-radius: 300px;
    color: #00874b;
    line-height: 1.65;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1em;
}
.single-title-box .date {
	color: #c3a264;
}
.single-post-area,.single-post-area p {
	line-height: 2em;
}
.single-post-area table {
	width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	padding: .75em;
}
.single-post-area .post-date {
	background: #f7f7f7;
	padding: 7px 0 4px 1.5em;
	border-radius: 4px;
	margin-bottom: 1.5em;
}
.pageNav {
	padding: 30px 0;
	border-top: 1px solid #00874b;
	border-bottom: 1px solid #00874b;
}
.pageNav a {
	display: inline-block;
	color: #fff;
	background-color: #00874b;
	padding: 4px 1.25em;
	font-size: 13px;
	border-radius: 50px;
	font-weight: bold;
}
.pageNav a .material-icons {
	font-size: 24px;
	margin-top: -2px;
}
.pageNav a:hover {
	background-color: #81cb9b;
	color: #fff;
}
.pageNav span.prev {
	float: right;
}
.pageNav span.prev,.pageNav span.next {
	display: inline-block;
}

.single-post-area a:link,.single-post-area a:visited {
	color: #999;
	text-decoration: underline;
}
.single-post-area a:hover {
	text-decoration: none;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	border: 1px solid #eee;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 4px solid #f7f7f7;
	margin-left: 0;
	padding-left: 2em;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/* =企業情報
-----------------------------------------------------------------------------*/
table.table td table th,table.table td table td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	border: none;
	width: auto;
}
table.table td table th {
	padding-right: 2em;
}

/* =環境活動
-----------------------------------------------------------------------------*/
#env02 ul li {
	position: relative;
    padding-left: 2.25rem;
    margin-bottom: 1em;
}
#env02 ul li span {
    display: inline-block;
    font-size: 2.2em;
    font-style: italic;
    font-weight: 700;
    color: #81cb9b;
    opacity: .5;
    position: absolute;
    left: 0;
    top: -.1em;
    line-height: 1;
}
.eco-box {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 3em 3em 2em;
    border: 4px solid rgba(0, 135, 75, .3);;
    border-radius: 20px;
}
.eco-box h3 {
    position: absolute;
    width: 100%;
    top: -.8em;
    left: 0;
    margin: 0;
    text-align: center;
    font-size: 22px;
    color: #00874b;
}
.eco-box h3 span {
    display: inline-block;
    padding: 0 1em;
    background: #f8f9fa;
}
.eco-box ul li {
	position: relative;
	padding-left: 1.65rem;
}
.eco-box ul li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #00874b;
	position: absolute;
	left: 5px;
	top: calc(50% - 3px);
}


/* =お問い合わせ
-----------------------------------------------------------------------------*/
.contact-sec .color {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}


/* =取扱品目
-----------------------------------------------------------------------------*/
.product-list {
	background-color: #eaf6ee;
    padding: 1.5rem 2rem 2rem;
}
.product-list h3 {
	color: #00874b;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    font-size: 1.5rem;
}
.product-list h3 span {
	display: inline-block;
	padding: 0 .75em;
	background: #eaf6ee;
	position: relative;
	z-index: 0;
}
.product-list h3::before {
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #00874b;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: .3;
    z-index: 0;
}
.product-list .row span {
	background-color: #fff;
    height: 64px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    text-align: center;
    padding: 0 .5em;
    line-height: 1.5;
}
#products02 {
	background: url(../images/nagare_green.svg) center center / 600px no-repeat,url(../images/products/products02.jpg) center center / cover no-repeat;
}
.product-box {
	margin-bottom: 2rem;
}
.product-box .pr-copy {
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
	line-height: 1.35;
}
.product-box .pr-copy span {
	font-size: 2em;
	font-weight: normal;
}
.product-box img {
	border-radius: 24px;
}
.product-box h3 {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: bold;
	color: #00874b;
	margin-bottom: 10px;
}
.product-box .pr-txt {
	line-height: 1.75;
}
#products03 ul li {
	display: inline-block;
	margin-right: 3.25em;
}
#products03 ul li a i {
	color: #00874b;
}
#products03 ul li a:hover {
	color: #00874b;
}
#products04 .eco-box ul li {
	line-height: 1.75;
}
#products04 .eco-box h3 span {
	background-color: #fff;
}


@media (min-width: 1140px) {
	.product-wrap:nth-child(odd) .product-box {
		padding-right: 120px;
	}
	.product-wrap:nth-child(even) .product-box {
		padding-left: 120px;
	}

}

@media (max-width: 991px) {
/* =トップページ
-----------------------------------------------------------------------------*/	
	.news-btn {
	    text-align: center;
	}
}

@media (max-width: 767px) {
	
/* =トップページ
-----------------------------------------------------------------------------*/	
	#about::before {
		background: url(../images/nagare_green.svg) 10px 20px/170px no-repeat;
	}
	#about h2 {
		font-size: 20px;
	}
	#about h4 {
		font-size: 16px;
	}
	.top-map iframe {
		height: 240px;
	}
/* top-news */
	.news-wrap article a {
	    display: block;
	    padding: .6rem 0;
	}
	.news-wrap article .news-meta {
		display: block;
	    width: 100%;
	    margin-bottom: 0;
	}
	.news-wrap article .date {
		font-size: 13px;
	}
	.slider-wrap {
		margin-bottom: 20px;
	}
	#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
	    font-size: 1rem;
	}
/* -----------------------------------------------------------------------------
	お知らせ
-----------------------------------------------------------------------------*/
	.single-title-box {
		padding-left: 1em;
	}
	.single-title-box h2 {
		font-size: 18px;
	}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
	.single-post-area h2 {
		font-size: 18px;
	}
	.single-post-area h3 {
		font-size: 16px;
	}
	.single-post-area h4 {
	    padding: 8px 20px;
	    font-size: 15px;
	    margin-bottom: 12px
	}
/*-----------------------------------------------------------------------------
	企業情報
-----------------------------------------------------------------------------*/	
	#company01 table.table th {
		display: block;
		border-right: none;
		border-bottom: none;
		width: 100%;
		text-align: left;
		font-weight: bold;
		background: #dee2e6;
	}
	#company01 table.table td {
		display: block;
		width: 100%;
		border-top: none;
	}
	#company01 table.table td table th {
		background: none;
	}
/*-----------------------------------------------------------------------------
	環境活動
-----------------------------------------------------------------------------*/	
	.eco-box {
		padding: 1.5em 1.5em 0;
	}
	.eco-box h3 {
	    font-size: 18px;
	}
	.eco-box h3 span {
	    padding: 0 .75em;
	}
	.eco-box ul li {
		padding-left: 1.25rem;
	}
	.eco-box ul li::before {
		top: calc(50% - 4px);
	}
/*-----------------------------------------------------------------------------
	取扱品目
-----------------------------------------------------------------------------*/	
	.product-list {
	    padding: 1rem 1.5rem 1rem;
	}
	.product-list h3 {
	    margin-bottom: .5em;
	    font-size: 1.2rem;
	}
	.product-list .row span {
		height: 50px;
	}
	.product-box .pr-copy {
	    font-size: 1.2rem;
	    margin-left: 1em;
	}
	.product-box .pr-copy span {
	    font-size: 1.5em;
	    font-weight: bold;
	}
	.product-box figure {
		margin-bottom: 7px;
	}
	.product-box h3 {
	    font-size: 1.1rem;
	    margin-bottom: 5px;
	}
	#products02 {
		background: url(../images/products/products02.jpg) center center / cover no-repeat;
	}



}
