@charset "utf-8";
/* CSS Document */

/****************************** index ******************************/
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
	}
	.h1Area,
	#breadcrumbs,
	#footer {
		min-width: 100%;
	}
}
.kreportPageTitle {
	margin: 0;
	padding: 60px 0 65px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.kreportPageTitle {
		width: calc(290 / 400 * 100vw);
		min-width: calc(290 / 400 * 100vw);
		margin: 0 auto;
		padding: calc(34 / 400 * 100vw) 0;
	}
}
.kreportPageTitle img {
	margin: 0 auto;
}
.kreportIndex {
	margin: 0 auto 95px;
	border-bottom: solid 1px #b6b6b6;
}
@media screen and (max-width: 1240px) {
	.kreportIndex {
		min-width: 1240px;
	}
}
@media screen and (max-width: 767px) {
	.kreportIndex {
		min-width: 100%;
		margin: 0 auto calc(50 / 400 * 100vw);
	}
}
.kreportBody {
	margin: 0 auto;
	padding: 0;
	border-top: solid 1px #b6b6b6;
}
.kreportBody .kreportTitle {
	position: relative;
	display: block;
	cursor: pointer;
}
.kreportBody .kreportTitle::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 21px;
	height: 3px;
	transform: rotate(180deg);
	background: #222;
	transition: all 0.3s ease-in-out;
}
.kreportBody .kreportTitle::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 21px;
	height: 3px;
	background: #222;
	transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
	.kreportBody .kreportTitle::before,
	.kreportBody .kreportTitle::after {
		right: calc(22 / 400 * 100vw);
		width: calc(21 / 400 * 100vw);
		height: calc(3 / 400 * 100vw);
	}
}
.kreportBody .kreportTitle h3 {
	margin: 0;
	padding: 30px 0 30px 45px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 2.083em;
	font-weight: 400;
	color: #2badb0;
}
@media screen and (max-width: 767px) {
	.kreportBody .kreportTitle h3 {
		padding: calc(20 / 400 * 100vw);
		font-size: calc(24 / 16 * 1em);
	}
}
.kreportBody .kreportTitle.active::before {
	transform: rotate(90deg);
}
.kreportItem {
	position: relative;
	display: flex;
	width: 100%;
	/*margin: 0 auto;*/
	padding: 0;
	align-items: flex-start;
	z-index: 0;
}
.kreportItem::before {
	content: '';
	position: absolute;
	width: 560px;
	height: 400px;
	background: url(../../../assets/index/images/bg_kreportblock_01.png) no-repeat 0 0;
	top: 0;
	left: 0;
}
.kreportItem::after {
	content: '';
	position: absolute;
	width: 44px;
	height: 400px;
	background: url(../../../assets/index/images/bg_kreportblock_02.png) no-repeat 0 0;
	top: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.kreportItem {
		width: 100%;
		flex-wrap: wrap;
	}
	.kreportItem::before,
	.kreportItem::after {
		display: none;
	}
}
.kreportItem .pict {
	width: 285px;
	margin: 0;
	padding: 0;
	align-self: center;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.kreportItem .pict {
		position: relative;
		width: calc(215 / 400 * 100%);
	}
		.kreportItem .pict::after {
			content: '';
			position: absolute;
			width: calc(46 / 400 * 100vw);
			height: calc(136 / 400 * 100vw);
			background: url(../../../assets/index/images/bg_category_sp.png) no-repeat 0 0;
			background-size: cover;
			bottom: 0;
			right: calc(-46 / 400 * 100vw);
		}
}
.kreportItem .pict img {
	vertical-align: middle;
}
.kreportItem .category {
	width: 210px;
	text-align: center;
	font-size: 1.805em;
	font-weight: 700;
	align-self: center;
	z-index: 1;
}
.kreportItem .category span {
	display: block;
	font-size: 0.5em;
	font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
	.kreportItem .category {
		width: calc(185 / 400 * 100%);
		font-size: calc(26 / 16 * 1em);
		z-index: 10;
	}
	.kreportItem .category span {
		font-size: calc(13 / 26 * 1em);
	}
}
.kreportItem .category[data-category='forestry'] {
	color: #973721;
}
.kreportItem .category[data-category='building'] {
	color: #a72a8a;
}
.kreportItem .category[data-category='industrial_waste'] {
	color: #28a7e1;
}
.kreportItem .text {
	position: relative;
	width: calc(100% - 555px);
	height: 100%;
	padding-left: 60px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.kreportItem .text {
		width: 100%;
		padding: 0 0 calc(35 / 400 * 100vw);
	}
	.kreportItem .text::before {
		content: '';
		position: absolute;
		width: calc(60 / 400 * 100vw);
		height: calc(180 / 400 * 100vw);
		background: url(../../../assets/index/images/bg_text_sp.png) no-repeat center 0;
		background-size: calc(60 / 400 * 100vw) auto;
		top: 0;
		right: 0;
		z-index: 100;
	}
}
.kreportItem .text h4 {
	margin: 40px 0 30px;
	font-size: 3.125em;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}
.kreportItem .text h4 span {
	font-size: 0.688em;
}
@media screen and (min-width: 768px) {
	[data-number="2022_01"] .kreportItem .text h4 {
		font-size: 2.8em;
	}
}
@media screen and (min-width: 1400px) {
	[data-number="2022_01"] .kreportItem .text h4 {
	font-size: 3.125em;
	}
	[data-number="2022_01"] .kreportItem .text h4 .under_w1400{
		display: none;
	}
}

@media screen and (max-width: 1240px) {
	.kreportItem .text h4 {
		margin: 30px 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.kreportItem .text h4 {
		margin: calc(40 / 400 * 100vw) calc(50 / 400 * 100vw) calc(20 / 400 * 100vw) calc(50 / 400 * 100vw);
		font-size: calc(32 / 16 * 1em);
	}
	.kreportItem .text h4 span {
		font-size: calc(24 / 32 * 1em);
	}
}
.kreportItem .text .company {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 0 22px;
	font-size: 1.805em;
	color: #fff;
}
.kreportItem .text .company::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 12px;
	top: 13px;
	left: 0;
}
@media screen and (max-width: 767px) {
	.kreportItem .text .company {
		margin: 0 calc(50 / 400 * 100vw) calc(30 / 400 * 100vw);
		font-size: calc(20 / 16 * 1em);
	}
	.kreportItem .text .company::before {
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		background: #fff;
		border-radius: 12px;
		top: 10px;
		left: 0;
	}
}
.kreportItem .text .link {
	position: absolute;
	display: flex;
	margin: 0;
	bottom: 36px;
	right: -60px;
}
@media screen and (max-width: 767px) {
	.kreportItem .text .link {
			position: static;
			display: block;
			padding: 0;
			bottom: auto;
	}
}
.kreportItem .text .link li {
	list-style: none;
	margin: 0 0 0 2px;
}
@media screen and (max-width: 767px) {
	.kreportItem .text .link li {
		margin: 0 0 calc(5 / 400 * 100vw) 0;
	}
}
.kreportItem .text .link li a {
	display: block;
	padding: 18px 10px;
	background: #222;
	color: #fff;
	font-size: 1.11em;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.kreportItem .text .link li a {
		padding: calc(20 / 400 * 100vw);
		font-size: calc(16 / 16 * 1em);
	}
}
.kreportItem .text .link li a:hover {
	opacity: 0.7;
}
.kreportItem .text .link li[data-link='web'] a {
	width: 300px;
}
.kreportItem .text .link li[data-link='pdf'] a {
	width: 200px;
}
@media screen and (max-width: 767px) {
	.kreportItem .text .link li[data-link='web'] a,
	.kreportItem .text .link li[data-link='pdf'] a {
		width: calc(300 / 400 * 100vw);
		margin: 0 auto;
	}
}
.kreportItem .text .link li[data-link='web'] a span,
.kreportItem .text .link li[data-link='pdf'] a span {
	position: relative;
	padding-left: 30px;
}
.kreportItem .text .link li[data-link='web'] a span::before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(../../../assets/index/images/icon_arrow.png) no-repeat 0 0;
	background-size: 23px 23px;
	top: 50%;
	left: 0;
	margin: -11px 0 0 0;
}
.kreportItem .text .link li[data-link='pdf'] a span::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 12px;
	background: url(../../../assets/index/images/icon_pdf.png) no-repeat 0 0;
	background-size: 20px 12px;
	top: 50%;
	left: 0;
	margin: -6px 0 0 0;
}

/* 各号 */
.kreportBlock[data-number='2018_01'] {
	display: flex;
	background: url(../../../assets/index/images/bg_2018_01.jpg) no-repeat center 0;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.kreportBlock[data-number='2018_01'] {
		display: inline;
		background: none;
	}
	.kreportBlock[data-number='2018_01'] .text {
		background: url(../../../assets/index/images/bg_2018_01_sp.jpg) no-repeat center 0;
		background-size: cover;
	}
}
.kreportBlock[data-number='2019_01'] {
	display: flex;
	background: url(../../../assets/index/images/bg_2019_01.jpg) no-repeat center 0;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.kreportBlock[data-number='2019_01'] {
		display: inline;
		background: none;
	}
	.kreportBlock[data-number='2019_01'] .text {
		background: url(../../../assets/index/images/bg_2019_01_sp.jpg) no-repeat center 0;
		background-size: cover;
		display: inline;
	}
}
.kreportBlock[data-number='2021_01'] {
	display: flex;
	background: url("../../../assets/index/images/bg_2021_01.jpg") no-repeat center 0;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.kreportBlock[data-number='2021_01'] {
		display: inline;
		background: none;
	}
	.kreportBlock[data-number='2021_01'] .text {
		background: url("../../../assets/index/images/bg_2021_01_sp.jpg") no-repeat center 0;
		background-size: cover;
		display: inline;
	}
}
.kreportBlock[data-number='2022_01'] {
	display: flex;
	background: url("../../../assets/index/images/bg_2022_01.jpg") no-repeat center 0;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.kreportBlock[data-number='2022_01'] {
		display: inline;
		background: none;
	}
	.kreportBlock[data-number='2022_01'] .text {
		background: url("../../../assets/index/images/bg_2022_01_sp.jpg") no-repeat center 0;
		background-size: cover;
		display: inline;
	}
}
/* 出し分け */
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 767px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
