@charset "UTF-8";
/*--------------------------------------

サステナビリティ基本方針

--------------------------------------*/
.p_mb_50 {
	margin-bottom: 50px;
}
.hl {
  text-align: center;
}
.hl_03 {
  margin-bottom: 40px;
}
.hl_03_center {
  font-size: 23px;
  color: #166d3f;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_70 {
  margin-bottom: 70px;
}
.mb_90 {
  margin-bottom: 90px;
}
.mb_110 {
  margin-bottom: 110px;
}
.bg_gray_flat {
  padding: 50px;
  margin-bottom: 90px;
}
.bg_gray_flat .h3_blue {
  font-size: 23px;
  color: #005bac;
  margin-bottom: 30px;
}
.bg_gray_flat .ta_left {
  text-align: left;
}
.bg_gray_flat .btn_blue {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.bg_gray_flat .btn_blue a {
  width: 328px;
  margin-bottom: 0;
}
.sustainability-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 110px;
}
.sustainability-table th {
  border-bottom: 1px solid #166d3f;
  padding: 10px;
  vertical-align: middle;
}
.sustainability-table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 10px 20px;
  vertical-align: middle;
}
.sustainability-table thead th {
  color: #166d3f;
  font-size: 17px;
  font-weight: bold;
}
.sustainability-table thead th:nth-child(2) {
  width: 17%;
}
.sustainability-table thead th:nth-child(3) {
  width: 23%;
}
.sustainability-table tbody th {
  width: 40px;
  padding: 0;
  background-color: #166d3f;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.sustainability-table tbody th span {
  display: inline-block;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  vertical-align: middle;
  white-space: nowrap;
}
.sustainability-table tbody tr:nth-child(3) td, .sustainability-table tbody tr:nth-child(4) td, .sustainability-table tbody tr:nth-child(5) td {
  border-bottom: 1px solid #166d3f;
}
.sustainability-table .td_01 {
  font-size: 16px;
  font-weight: bold;
}
.sustainability-table ul {
  padding-left: 20px;
  margin: 0;
}
.sustainability-table li {
  margin-bottom: 5px;
  text-indent: -14px;
}
.sustainability-table li::before {
  content: "●";
  color: #166d3f;
  font-size: 3px;
  vertical-align: middle;
  margin-right: 3px;
}
.sdgs-icon {
  display: block;
  max-width: 100%;
  height: auto;
}
/*--------------------------------------

環境・社会共生への取り組み

--------------------------------------*/
.img_flex {
	overflow: hidden;
	margin-bottom: 40px;
}
.img_flex_item {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 50px
}
.img_flex_item:nth-child(2n) {
	margin-right: 0%;
} 
.hl_05 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.img_caption {
	margin-top: 7px;
}
.no_green {
	color: #166d3f;
	font-weight: bold;
	margin-right: 5px;
}
.kansa {
	margin-bottom: 10px;
}
.kansa li {
	line-height: 1.7;
	text-indent: -22px;
	padding-left: 22px;
}
/*--------------------------------------

ものづくりへの取り組み

--------------------------------------*/
.manufacturing-links {
  display: flex;
  justify-content: center;
	gap: 2%;
}

.link-item {
  width: 32%;
  background: #f0f6e9;
  text-align: center;
  padding-bottom: 20px;
  box-sizing: border-box;
	margin-bottom: 20px;
}
.link-item img {
  width: 100%;
  height: auto;
  display: block;
}

.link-title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin: 20px 0 10px;
}
.arrow {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-image: url('../../assets/img/sustainability/manufacturing/arrow_down.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.hl h3 {
  display: inline-block;
  position: relative;
  font-size: 25px;
	font-weight: bold;
  color: #166d3f; 
	margin-bottom: 70px;
}
.hl h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.7em;
  background-color: #eff3e2;
  z-index: -1;
}
.bg_gray_flat_02 {
	background-color: #f2f4f4;
	padding: 110px 0;
}
.bg_gray_flat .hl_03 {
	color: #166d3f;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 40px;
}
.bg_gray_flat_02 .hl h3 {
	z-index: 1;
}
.bg_gray_flat_02 .hl h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.7em;
  background-color: #fff;
  z-index: -1;
}
.bg_gray_flat .hl h3 {
  display: inline-block;
  position: relative;
  font-size: 25px;
	font-weight: bold;
  color: #166d3f; 
	margin-bottom: 70px;
	z-index: 1;
}
.bg_gray_flat .hl h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.7em;
  background-color: #fff;
  z-index: -1;
}
.point-badge {
  display: inline-block;
  background-color: #166d3f; 
  color: #FFFFFF !important; 
  padding: 8px 20px 8px 10px;
  font-weight: bold;
  clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
	margin-right: 10px;
	font-size: 16px;
}
.bg_gray_flat_02 .p_ml {
	padding-left: 95px;
}

/*--------------------------------------

原材料調達への取り組み

--------------------------------------*/
.h5_green {
	font-weight: bold;
	color: #166d3f;
	margin: 25px 0;
}

.btn_blue_2 {
display: flex;
  justify-content: center;
  gap: 20px;
	margin-bottom: 90px;
}

.btn_blue_2 a {
  width: 380px;
	line-height: 1.3;
	padding: 17px 0;
	background-position: 95%;
}
.btn_blue_2 a:last-child {
	padding: 27px 0 0;
}
.kome {
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
	font-size: 13px;
}
.h5_green_2 {
	color: #166d3f;
	font-size: 20px;
	font-weight: bold;
}
.btn_blue_3 a {
	width: 450px;
	background-position: 96%;
}
/*--------------------------------------

資源循環への取り組み

--------------------------------------*/
.table_kinki {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
	border-top: 1px solid #166d3f;
	
}

.table_kinki th,
.table_kinki td {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  font-size: 14px;
	vertical-align: middle;
	line-height: 1.7;
}

.table_kinki .left-group {
  background-color: #166d3f;
  color: #fff;
  text-align: center;
  width: 20%;
  white-space: nowrap;
	font-size: 16px;
}
.table_kinki .category {
  background-color: #f0f5eb;
  font-weight: bold;
  width: 30%;
	font-size: 16px;
}

.table_kinki td {
  width: 50%;
}
.table_kinki tr:nth-child(1) th {
	border-bottom: 1px solid #fff;
}
.table_kinki tr:nth-child(4) td, .table_kinki tr:nth-child(5) th, .table_kinki tr:nth-child(5) td {
	border-bottom: 1px solid #166d3f;
}

.note {
  font-size: 12px;
  margin-top: 8px;
}
/*--------------------------------------

安全管理への取り組み

--------------------------------------*/
.hl_05_2 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
border-left: 4px solid #166d3f;
	margin-bottom: 20px;
}
.bg_green_2 {
	padding: 60px 80px;
  margin-bottom: 90px;
}
.bg_green_2 .h3_green {
  font-size: 23px;
  margin-bottom: 30px;
}
/*--------------------------------------

機密書類溶解処理サービス

--------------------------------------*/
p a {
	color: #005bac;
	text-decoration: underline;
}
.kimitsu-links .sp {
	display: none;
}
.btn_green_2 a {
	width: 350px;
	background-position: 95%;
}
.hl_05 span {
	color: #166d3f;
	margin-right: 5px;
}
.hl_05 span img {
	vertical-align: -0.25em;
}
.p_ml_2 {
	margin-left: 25px;
}
.p_ml_2 span {
	font-weight: bold;
}
.bg_white {
	background-color: #fff;
}
.edogawa {
	padding: 30px;
}
.edogawa h5 {
	color: #166d3f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.icon_text {
	padding: 30px;
	display: flex;
	gap: 20px;
}
.icon_text img {
	width: 60px;
}
.icon_text p {
	font-weight: bold;
}
.step_flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* SPで折り返し対応 */
  gap: 35px;
	margin-bottom: 90px
}

.step_box {
  width: 320px;
}

.triangle_arrow {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 24px solid #166d3f;
}
/*--------------------------------------

古紙回収ソリューション

--------------------------------------*/
.paper_card_wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom: 90px;
}

.paper_card {
  background-color: #eff3e2;
  padding: 40px;
  flex: 1 1 30%;
  box-sizing: border-box;
	position: relative;
}

.paper_card img {
	position: absolute;
	right: 30px;
	top: -60px;
  margin: 0 auto 15px;
}

.paper_card_title {
  color: #166d3f;
  font-size: 1.2em;
  margin-bottom: 10px;
	font-weight: bold;
}

.paper_card .btn_green a {
	margin: 10px 0 0;
}
.hl_05_2 span {
	font-size: 16px;
}
.waste_paper {
	display: flex;
	gap: 20px;
	margin-bottom: 50px;
}
.waste_paper div {
	width: 33%;
}
.bunbetsu li {
	font-weight: bold;
	line-height: 1.7;
}
.bunbetsu li span {
	color: #166d3f;
}

@media (max-width:767.98px) {
/*--------------------------------------

サステナビリティ基本方針

--------------------------------------*/
	.p_mb_50 {
		margin-bottom: 25px;
	}
  .hl h3 {
    margin-bottom: 30px;
    font-size: 5.3vw;
  }
	.hl_03 {
	font-size: 5vw;
	line-height: 1.3;
		margin-bottom: 20px;
}
.hl_03_center {
  font-size: 5vw;
  margin-bottom: 10px;
}
.mt_50 {
  margin-top: 25px;
}
.mb_50 {
  margin-bottom: 25px;
}
.mb_70 {
  margin-bottom: 35px;
}
.mb_90 {
  margin-bottom: 45px;
}
.mb_110 {
  margin-bottom: 55px;
}
.bg_gray_flat {
  padding: 10%;
  margin-bottom: 45px;
}
.bg_gray_flat .h3_blue {
  font-size: 5vw;
  color: #005bac;
  margin-bottom: 20px;
}
.bg_gray_flat .ta_left {
  text-align: left;
}
.bg_gray_flat .btn_blue {
  display: block;
  justify-content: center;
  gap: 20px;
}
.bg_gray_flat .btn_blue a {
  width: 100%;
  margin-bottom: 0;
	background-position: 95%;
}
	.img_03 {
		padding: 0 10%;
	}
.sustainability-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 55px;
}
	.sustainability-table th span {
		font-size: 5vw;
	}
	.sustainability-table td {
		padding: 20px;
	}
	.sustainability-table h5 {
		font-size: 4.5vw;
		color: #166d3f;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.sustainability-table p {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 4.3vw
	}
.sustainability-table ul {
  padding-left: 10px;
  margin-bottom: 10px;
}
.sustainability-table li {
  margin-bottom: 5px;
  text-indent: -2vw;
}
/*--------------------------------------

環境・社会共生への取り組み

--------------------------------------*/
	.bg_gray_img {
		padding: 30px 10px;
	}
.img_flex {
	overflow: hidden;
	margin-bottom: 30px;
}
.img_flex_item {
	width: 100%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px
}

.hl_05 {
	font-size: 4.5vw;
	margin-bottom: 10px;
	line-height: 1.5;
}
.kansa li {
	font-size: 4vw;
	line-height: 1.7;
	text-indent: -6vw;
	padding-left: 6vw;
}
	.kome {
		font-size: 3.5vw;
		font-weight: normal !important;
	}
/*--------------------------------------

ものづくりへの取り組み

--------------------------------------*/
.manufacturing-links {
  display: block;
  justify-content: center;
	gap: 5%;
}

.link-item {
	display: block;
  width: 100%;
  background: #f0f6e9;
  text-align: center;
  padding-bottom: 10px;
  box-sizing: border-box;
	margin-bottom: 20px;
}
.bg_gray_flat_02 {
	background-color: #f2f4f4;
	padding: 50px 0 20px;
}
.bg_gray_flat .hl_03 {
	color: #166d3f;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 20px;
}
.bg_gray_flat_02 .hl h3 {
	z-index: 1;
}
.bg_gray_flat_02 .hl h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.7em;
  background-color: #fff;
  z-index: -1;
}
.bg_gray_flat .hl h3 {
  display: inline-block;
  position: relative;
  font-size: 5vw;
	font-weight: bold;
  color: #166d3f; 
	margin-bottom: 30px;
	z-index: 1;
}
.bg_gray_flat .hl h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.7em;
  background-color: #fff;
  z-index: -1;
}
.point-badge {
  display: block;
	width: 25%;
  padding: 5px 20px 4px 10px;
	font-size: 4vw;
	margin-bottom: 10px;
}
.bg_gray_flat_02 .p_ml {
	padding-left: 0px;
}

/*--------------------------------------

原材料調達への取り組み

--------------------------------------*/
.h5_green {
	font-size: 4.5vw;
	line-height: 1.3;
}
	.img_fsc {
		width: 70%;
	}
.btn_blue_2 {
display: block;
  justify-content: center;
  gap: 20px;
	margin-bottom: 50px;
}

.btn_blue_2 a {
  width: 100%;
	line-height: 1.3;
	padding: 17px 0;
	background-position: 95%;
	margin-bottom: 0;
}
.btn_blue_2 a:last-child {
	padding: 17px 0;
}
.btn_blue_3 a {
	width: 100%;
	line-height: 1.3;
	padding: 20px;
}
	.h5_green_2 {
		font-size: 5vw;
	}
/*--------------------------------------

資源循環への取り組み

--------------------------------------*/
.table_kinki {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
	border-top: 1px solid #166d3f;
	
}

.table_kinki th,
.table_kinki td {
  border-bottom: none;
  padding: 10px;
  font-size: 3.7vw;
	vertical-align: middle;
	line-height: 1.7;
	display: flex;
	width: 100%;
}

.table_kinki .left-group {
  width: 100%;
	font-size: 4vw;
	justify-content:center;
	line-height: 1.3;
}
.table_kinki .category {
  width: 100%;
	font-size: 4vw;
}
.table_kinki td {
  width: 100%;
}
.table_kinki tr:nth-child(1) th {
	border-bottom: 1px solid #fff;
}
.table_kinki tr:nth-child(4) td, .table_kinki tr:nth-child(5) th, .table_kinki tr:nth-child(5) td {
	border-bottom: 1px solid #166d3f;
}

p.note {
  font-size: 3.5vw;
}
/*--------------------------------------

安全管理への取り組み

--------------------------------------*/
.hl_05_2 {
	font-size: 4.5vw;
	padding-left: 7px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.bg_green_2 {
	padding: 7%;
  margin-bottom: 45px;
}
.bg_green_2 .h3_green {
  font-size: 5vw;
  margin-bottom: 10px;
}
	/*--------------------------------------

機密書類溶解処理サービス

--------------------------------------*/
	.kimitsu-links a {
  display: flex;
  position: relative;
  padding: 0;
	place-items: center;
		margin-bottom: 10px;
	}
	.kimitsu-links .link-title {
  margin: 15px 0 15px;
}
	.kimitsu-links img {
		width: 20%;
		margin-right: 10px;
	}
	.kimitsu-links .pc {
		display: none;
	}
	.kimitsu-links .sp {
	display: block;
}
	.kimitsu-links .arrow {
		position: absolute;
		top: 40%;
		right: 3%;
		width: 5%;
	}
.btn_green_2 a {
	width: 100%;
}
	.bg_white {
		margin-bottom: 0;
	}
.edogawa {
	padding: 20px;
}
.edogawa h5 {
	font-size: 4.5vw;
	margin-bottom: 10px;
}
.icon_text {
	padding: 7%;
	display: block;
	text-align: center;
}
.icon_text img {
	width: 20%;
	margin-bottom: 10px;
}
	.icon_text p {
		text-align: left;
	}
	.merit_h5 {
	text-indent: -5.8vw;
	padding-left: 5.8vw;
	}
	.step_flow {
    flex-direction: column;
		gap: 0px;
	margin-bottom: 45px
  }
	.step_box {
  width: 80%;
}
  .triangle_arrow {
    border-top: 18px solid #166d3f;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    margin: 8px 0 0;
  }
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* ← 16:9 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
	.p_ml_2 {
	margin-left: 6vw;
}
	.bg_gray_flat_02 .btn_blue a {
		margin-top: 0;
	}
	/*--------------------------------------

古紙回収ソリューション

--------------------------------------*/
.paper_card_wrap {
  display: block;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom: 45px;
}

.paper_card {
  background-color: #eff3e2;
  padding: 7%;
  flex: 1 1 30%;
  box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}

.paper_card img {
	position: absolute;
	right: 30px;
	top: -20px;
  margin: 0 auto 15px;
	width: 20%;
}
	.paper_card:nth-child(2) img {
		width: 13%;
		top: -30px;
		right: 40px;
	}
	.paper_card:nth-child(3) img {
		width: 30%;
	}

.paper_card_title {
  color: #166d3f;
  font-size: 4.5vw;
  margin-bottom: 10px;
	font-weight: bold;
}

.paper_card .btn_green a {
	margin: 10px 0 0;
}
.hl_05_2 span {
	font-size: 4vw;;
}
.waste_paper {
	display: block;;
	gap: 20px;
	margin-bottom: 50px;
}
.waste_paper div {
	width: 100%;
	margin-bottom: 10px;
}
.bunbetsu li {
	font-weight: bold;
	line-height: 1.7;
	font-size: 4vw;
	text-indent: -5.5vw;
	padding-left: 5.5vw;
}
.bunbetsu li span {
	color: #166d3f;
	}
}
