@charset "UTF-8";
body {
  /* background-image: url(/test.jpg);
  opacity: .2;
  background-size: 1480px auto;
  background-position: 212px -132px; */
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section + .section {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .section + .section {
    margin-top: 25px;
  }
}

/*******************************
Layout
*******************************/
.article_header {
  padding-top: 32px;
  margin-bottom: 52px;
}

@media screen and (max-width: 640px) {
  .article_header {
    padding-top: 20px;
    margin-bottom: 33px;
  }
}

.article_header::after {
  padding-top: 8px;
}

@media screen and (max-width: 640px) {
  .article_header::after {
    padding-top: 0;
  }
}

.sustainability-container {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .sustainability-container {
    padding-bottom: 3em;
  }
}

.sustainability-container--main {
  width: 800px;
}

@media screen and (max-width: 640px) {
  .sustainability-container--main {
    width: 100%;
  }
}

.sustainability-container--side {
  width: 220px;
}

@media screen and (max-width: 640px) {
  .sustainability-container--side {
    display: none;
  }
}

.sustainability-container .section_header,
.sustainability-container .section_body {
  max-width: 100%;
}

.sustainability-container .sdgs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .sustainability-container .sdgs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sustainability-container .sdgs-container__ico {
  text-align: center;
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  .sustainability-container .sdgs-container__ico {
    margin-left: 0;
  }
}

.sustainability-container .sdgs-container__ico--num1 {
  width: 70px;
}

.sustainability-container .sdgs-container__ico--num2 {
  width: 145px;
}

.sustainability-container .sdgs-container__ico--num3 {
  width: 220px;
}

.sustainability-container .sdgs-container__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sustainability-container img {
  max-width: 100%;
  height: auto;
}

.heading-bar-bottom {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #005faf;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .heading-bar-bottom {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.heading-bar-bottom--short .title {
  display: inline-block;
  border-bottom: 1px solid #005faf;
  padding-bottom: 8px;
  margin-bottom: 26px;
}

.heading-bold {
  font-weight: bold;
}

.heading-bold-mgb {
  margin-bottom: 20px;
}

.heading-bold-blue {
  margin-bottom: 10px;
  font-weight: bold;
  color: #005faf;
}

.heading-bold-green {
  font-weight: bold;
  color: #45b035;
}

.heading-bold-yg {
  font-weight: bold;
  color: #90c31f;
}

@media screen and (max-width: 640px) {
  .heading-bold-blue {
    margin-bottom: 5px;
  }
}

.xs-hidden {
  display: block;
}

@media screen and (max-width: 640px) {
  .xs-hidden {
    display: none;
  }
}

.xs-visible {
  display: none;
}

@media screen and (max-width: 640px) {
  .xs-visible {
    display: block;
  }
}

.flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.flex-bottom .mgt-a {
  margin-top: auto;
}

@media screen and (max-width: 640px) {
  .m-scroll {
    overflow-x: scroll;
  }
  .m-scroll img {
    max-width: 800px;
  }
}

/* table_text */
.table_text{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	padding-bottom: 5px;
}
.table_text .text_date,
.table_text .text_sub{ font-size: 0.75rem;}
.pb5{ padding-bottom: 5px;}
@media screen and (max-width: 640px) {
	.table_text { 
		max-width: 800px;
		width: 800px;
	}
}

/* table_main */
.table_main { width: 100%;}
.table_main th,
.table_main td{
	border: 1px solid #333;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	font-size: 13px;
	padding: 8px;
	line-height: 1.4;
}
.table_main td{ font-size: 14px;}
.table_main th{
	background: #15b288;
	color: #fff;
}
.table_main td.text_left{ text-align: left;}
.table_main td.text_right{ text-align: right;}
.table_main th.bg_green,
.table_main td.bg_green{ 
	background: #e1f0e8;
	color: #333;
}
.table_main td.bg_green{ font-size: 13px;}
.table_main th.bg_pink,
.table_main td.bg_pink{ 
	background: #f9ebee;
	color: #333;
}
.table_main th.bg_pink_b,
.table_main td.bg_pink_b{ 
	background: #ee869b;
	color: #fff;
}
.table_main td.bg_pink,
.table_main td.bg_pink_b{ font-size: 13px;}
@media screen and (max-width: 640px) {
	.table_main { 
		max-width: 800px;
		width: 800px;
	}
	.table_main.max-w610 { 
		max-width: 610px;
		width: 610px;
	}
	.table_main.max-w580 { 
		max-width: 580px;
		width: 580px;
	}
	.table_main.max-w100 { 
		max-width: 100%;
		width: 100%;
	}
	.table_main th{ font-size: 13px;}
	.table_main td,
	.table_main td.bg_green,
	.table_main td.bg_pink,
	.table_main td.bg_pink_b{ font-size: 12px;}
	.table_main.max-w100 th{ font-size: 12px;}
}

/* table_system */
@media screen and (max-width: 640px) {
	.table_system .table_system_spnone{ display: none;}
	.table_system .table_system_spnone + tr td{ border-top: none;}
}

.m-table1 th,
.m-table1 td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

.m-table1 th {
  padding-right: 20px;
}

.m-list1 {
  margin-bottom: 25px;
}

.m-list1:last-of-type {
  margin-bottom: 0;
}

.m-list1 li {
  position: relative;
  padding-left: 1em;
}

.m-list1 li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0.6em;
  color: #005FAF;
  font-size: 0.6em;
}

.m-list2 li {
  position: relative;
  padding-left: 1em;
}

.m-list2 li::before {
  content: '◯';
  position: absolute;
  left: 0;
  top: 0.6em;
  color: #005FAF;
  font-size: 0.6em;
}

.m-list3 {
  counter-reset: number 0;
}

.m-list3 > li {
  position: relative;
  padding-left: 1.2em;
  counter-increment: number 1;
  padding-top: 10px;
}

.m-list3 > li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.m-list4 > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}

.m-list4 > li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.m-list-attention {
  position: relative;
  padding-left: 1.5em;
}

.m-list-attention li::before {
  content: "※" attr(data-list-num);
  position: absolute;
  left: 0;
}

.m-border-box {
  background-color: #EEEEEE;
  padding: 15px;
}

@media screen and (max-width: 640px) {
  .fl_l, .fl_r {
    float: none;
    margin: 0 0 10px 0;
  }
}

.clearfix {
  display: block;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fl_xs_non {
  float: none;
}

.fl_xs_center {
  margin-left: auto;
  margin-right: auto;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

sub {
  vertical-align: sub;
  font-size: 10px;
}

.fz--small {
  font-size: 13px;
}

/*******************************
Sidebar
*******************************/
.sustainability-navi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3px;
}

.sustainability-navi .active {
  color: #005faf;
  text-decoration: underline;
}

.sustainability-navi-parent {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.sustainability-navi-parent .toggle::after,
.sustainability-navi-parent a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 22px;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: contain;
}

.sustainability-navi-parent:hover {
  cursor: pointer;
}

.sustainability-navi-parent.current {
  color: #005faf;
  font-weight: bold;
  border-top: 2px solid #005faf;
  border-bottom: 2px solid #005faf;
}

.sustainability-navi-parent.page a::after {
  background-image: url(../img/ico_current.png);
}

.sustainability-navi-parent.close .toggle::after {
  background-image: url(../img/ico_open.png);
}

.sustainability-navi-parent.open .toggle::after {
  background-image: url(../img/ico_close.png);
}

.sustainability-navi-parent.open .sustainability-navi-child {
  display: block;
}

.sustainability-navi-parent > a,
.sustainability-navi-parent > button {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 60px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17.5px 10px;
  outline: none;
  background-color: inherit;
  border: none;
}

.sustainability-navi-parent > a:hover,
.sustainability-navi-parent > button:hover {
  cursor: pointer;
  color: #005faf;
  font-weight: bold;
  text-decoration: none;
}

.sustainability-navi-child {
  display: none;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-top: -4px;
}

.sustainability-navi-child li {
  position: relative;
  line-height: 1.5;
  padding-left: 1em;
  padding-bottom: 10px;
}

.sustainability-navi-child li::before {
  content: '-';
  position: absolute;
  left: -7px;
}

.sustainability-navi-child li > a {
  color: inherit;
  font-size: 14px;
  padding: 0;
}

.sustainability-navi-child li > a:hover {
  color: #005faf;
  text-decoration: none;
}

/*******************************
Pages
*******************************/
.standard {
  background-color: #FDCB00;
  border: 1px solid #666;
  padding: 10px;
  margin: 10px 0;
}

.productpolicy-title {
  height: 4em;
}

@media screen and (max-width: 640px) {
  .productpolicy-title {
    height: auto;
    padding-bottom: 1em;
  }
}

.productpolicy-title--normal {
  height: auto;
  padding-bottom: 1em;
}

.flex-pc-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .flex-pc-row-reverse {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.flex-sp-row-reverse {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}

@media screen and (max-width: 640px) {
  .flex-sp-row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sp-row-reverse img {
    display: block;
    margin: 0 auto;
    /*max-width: 200px;*/
  }
  .flex-sp-row-reverse .button {
    display: block;
    margin: 0 auto;
  }
}

.empoyees--standard {
  background-color: #005fae;
  padding: 10px;
  margin: 10px 0;
  color: #fff;
  font-weight: bold;
}

.plan_target {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e2edf1;
  color: #005faf;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
}
.plan_target.item_center{ align-items: center;}

@media screen and (max-width: 640px) {
  .plan_target {
    padding: 5px;
    font-size: 15px;
  }
	.plan_target.item_center{ align-items: inherit;}
}

table.hanging .td_indent{
	padding-left: 1em;
    text-indent: -1em;
}

.employees-plan {
  background-color: #d7ebf8;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .employees-plan {
    padding: 20px 0 50px;
  }
}

.employees-plan .section_header {
  border-color: #005fae;
  margin-bottom: 0;
}

.employees-plan .section_body {
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .employees-plan .section_body {
    padding: 20px;
  }
}

.employees-plan__title {
  font-size: 20px;
  font-weight: bold;
  color: #005fae;
}

@media screen and (max-width: 640px) {
  .employees-plan__title {
    font-size: 18px;
  }
}

.employees-plan__title2 {
  border-bottom: 1px solid #222;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.plan_target_num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFF;
  margin-right: 20px;
  background: #005faf;
}

@media screen and (max-width: 640px) {
  .plan_target_num {
    width: 4em;
    height: 4em;
    margin-right: 10px;
    font-size: 13px;
    line-height: 1.968;
  }
}

.safetypolicy-list {
  display: inline-block;
  border: 2px solid #ee859a;
  background-color: #fffde4;
  padding: 15px 20px;
  margin: 25px 0;
}

.safetypolicy-list--item {
  color: #ee859a;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}

.safetypolicy-list--item::before {
  content: '・';
  position: absolute;
  left: 0;
}

.product-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #005faf;
  min-height: 112px;
}

@media screen and (max-width: 640px) {
  .product-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.product-heading__ico {
  width: 115px;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #005faf;
}

@media screen and (max-width: 640px) {
  .product-heading__ico {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-heading__ico__title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-top: 8px;
}

@media screen and (max-width: 640px) {
  .product-heading__ico__title {
    padding-top: 0;
    padding-left: 10px;
  }
}

.product-heading__ico__title-sub {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .product-heading__ico__title-sub {
    padding-left: 10px;
  }
}

.product-heading__content {
  padding: 25px 35px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .product-heading__content {
    padding: 15px;
  }
}

.product-heading__content__title {
  color: #005faf;
  font-size: 22px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .product-heading__content__title {
    font-size: 14px;
  }
}

.product-heading__content__text {
  padding-top: 5px;
}

.product-heading__content_2021 {
  padding: 25px 35px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .product-heading__content_2021 {
    padding: 15px;
  }
}

.product-heading__content_2021__title {
  color: #005faf;
  font-size: 22px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .product-heading__content_2021__title {
    font-size: 14px;
  }
}

.product-heading__content_2021__text {
  padding-top: 5px;
}

.product-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-title--square {
  font-weight: 600;
  position: relative;
}

.product-title--square::before {
  content: '■';
}

.product-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .product-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (max-width: 640px) {
  .product-images__item img {
    width: 100%;
    height: auto;
  }
}

.product-images__item:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .product-images__item:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.product-outline {
  border: 2px solid #eee;
  padding: 15px;
}

.product-outline p {
  position: relative;
  padding-left: 1.5em;
}

.product-outline p::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.product-point {
  padding: 15px 20px;
  background-color: #f4f4f4;
}

.product-point__title {
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}

.product-point__title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #005faf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tcfd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #e1efd8;
  padding: 20px;
  gap: 20px;
}

.tcfd-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tcfd-content__title {
  color: #2ab287;
}

.tcfd__image {
  width: 180px;
}

.scenario {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 20px;
  border: 1px solid #2ab287;
}

.waste-list {
  background-color: #fefdf0;
  padding: 15px;
}

.waste-list li {
  padding-left: 1em;
  position: relative;
}

.waste-list li::before {
  content: '●';
  color: #2ab287;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.tcfd-logo {
  background-color: #e1efd8;
  padding: 15px;
}

.tcfd-logo-ttl {
  color: #2ab287;
}

.tcfd-scenario {
  border: 1px solid #2ab287;
  border-radius: 15px;
  height: 100%;
  position: relative;
}

.tcfd-scenario-ttl {
  color: #2ab287;
  text-align: center;
  border-bottom: 1px solid #2ab287;
  background-color: #e1efd8;
  border-radius: 15px 15px 0 0;
}

.tcfd-scenario-text {
  padding: 15px;
  height: 100%;
  margin-bottom: 50px;
}

.tcfd-scenario-text .note {
  position: absolute;
  bottom: 15px;
}

.tcfd-table {
  width: 800px;
}

.tcfd-table th, .tcfd-table td {
  padding: 10px 5px;
  border: solid 1px #222;
  vertical-align: middle;
}

.tcfd-table-bg1 {
  color: #fff;
  background-color: #2ab287;
}

.tcfd-table-bg2 {
  background-color: #eee;
  width: 3.2em;
}

.tcfd-table-bg3 {
  background-color: #e1efd8;
}

.tcfd-table-bg4 {
  background-color: #fefdf0;
}

.tcfd-table-tategaki {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.table-note {
  position: relative;
  padding-left: 2em;
}

.table-note span {
  position: absolute;
  left: 0;
}

.table-note-1 {
  position: relative;
  padding-left: 1em;
}

.table-note-1 span {
  position: absolute;
  left: 0;
}

.tcfd-activity {
  background-color: #fdfdef;
  padding: 15px 10px 5px;
}

.tcfd-activity_heading {
  color: #15b288;
  padding-bottom: 5px;
  border-bottom: #15b288 solid 1px;
}

.tcfd-activity_heading span {
  background-color: #15b288;
  color: #fff;
  padding: 15px 5px 7px;
  margin-right: .5em;
}

.tcfd-activity .section_header {
  border-bottom: none;
}

.tcfd-activity_theme {
  background-color: #fff;
  border: solid 1px #15b288;
}

.tcfd-activity_theme-head {
  background-color: #15b288;
  color: #fff;
  font-weight: bold;
}

.tcfd-activity_theme-main {
  padding: 10px;
}

.tcfd-activity_theme ul li::before {
  content: "●";
  color: #15b288;
  padding-right: 2px;
}

.supplier-heading-bar {
  font-size: initial;
}

.supplier-heading-bar::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  background: #999;
}

.client-color-text {
  color: #005fae;
  font-weight: bold;
}

.client-table th {
  padding-right: 1em;
}

@media screen and (max-width: 640px) {
  .client-table th {
    width: 100%;
    display: block;
    padding-right: 0;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .client-table td {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.client-table a {
  font-weight: bold;
}

.client-number_list li {
  position: relative;
  padding-left: 1.2em;
}

.client-number_list .number {
  position: absolute;
  left: 0;
}

.vision-materiality {
  position: relative;
  overflow-x: scroll;
}

.vision-materiality img {
  max-width: 1200px;
}

.vision-materiality .slide_icon {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: url("/common/img/icon_touch_slide.png") center center / contain no-repeat;
}

@media screen and (max-width: 640px) {
  .vision-materiality img {
      max-width: 960px;
  }
}

/*
.vision-materiality table {
  width: 800px;
}

.vision-materiality table td, .vision-materiality table th {
  vertical-align: middle;
  padding: 5px 10px;
  font-size: .85em;
}

.vision-materiality table th {
  background-color: #33a1db;
  color: #fff;
  border-right: solid 1px #fff;
}

.vision-materiality table .bdr-bt {
  border-bottom: 1px solid #222;
}

.vision-materiality table .environment-tr td {
  background-color: #f5f9ec;
}

.vision-materiality table .social-tr td {
  background-color: #f1f8f8;
}

.vision-materiality table .governance-tr td {
  background-color: #f2f4fa;
}

.vision-materiality table .left-td {
  text-align: center;
  padding: 5px;
  color: #fff;
}

.vision-materiality table .left-td-big {
  display: block;
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
}

.vision-materiality table .left-td-en {
  display: block;
}

.vision-materiality table .left-td-ja {
  display: block;
}

.vision-materiality table .left-td.green {
  background-color: #9dca3b;
}

.vision-materiality table .left-td.blue {
  background-color: #50bec2;
}

.vision-materiality table .left-td.violet {
  background-color: #8096cc;
}

.vision-materiality table .main-td {
  position: relative;
  line-height: 1.2;
}

.vision-materiality table .main-td .dot {
  padding-left: 1em;
  text-indent: -1em;
}

.vision-materiality table .main-td.green .dot {
  display: block;
  color: #222;
  padding: 15px 5px;
}

.vision-materiality table .main-td.green .dot:first-child {
  padding-top: 10px;
}

.vision-materiality table .main-td.green .dot:last-child {
  padding-bottom: 10px;
}

.vision-materiality table .main-td.green .dot:hover {
  text-decoration: none;
  opacity: .8;
}

.vision-materiality table .main-td.green .dot::before {
  content: "●";
  color: #9dca3b;
}

.vision-materiality table .category-td.green .title {
  color: #9dca3b;
  font-weight: 500;
}

.vision-materiality table .main-td.blue .dot {
  display: block;
  color: #222;
  padding: 15px 5px;
}

.vision-materiality table .main-td.blue .dot:first-child {
  padding-top: 10px;
}

.vision-materiality table .main-td.blue .dot:last-child {
  padding-bottom: 10px;
}

.vision-materiality table .main-td.blue .dot:hover {
  text-decoration: none;
  opacity: .8;
}

.vision-materiality table .main-td.blue .dot::before {
  content: "●";
  color: #50bec2;
}

.vision-materiality table .main-td.blue .dot.link_parent {
  padding-bottom: 5px;
}

.vision-materiality table .main-td.blue .link_child {
  padding-left: 1em;
  padding-bottom: 5px;
}

.vision-materiality table .main-td.blue .link_child::before {
  content: "・";
}

.vision-materiality table .main-td.blue .link_child a {
  text-decoration: none;
  color: #222;
}

.vision-materiality table .main-td.blue .link_child a:hover {
  text-decoration: none;
  opacity: .8;
}

.vision-materiality table .category-td.blue .title {
  color: #50bec2;
  font-weight: 500;
}

.vision-materiality table .main-td.violet .dot {
  display: block;
  color: #222;
  padding: 15px 5px;
}

.vision-materiality table .main-td.violet .dot:first-child {
  padding-top: 10px;
}

.vision-materiality table .main-td.violet .dot:last-child {
  padding-bottom: 10px;
}

.vision-materiality table .main-td.violet .dot:hover {
  text-decoration: none;
  opacity: .8;
}

.vision-materiality table .main-td.violet .dot::before {
  content: "●";
  color: #8096cc;
}

.vision-materiality table .main-td.violet .dot.link_parent {
  padding-bottom: 5px;
}

.vision-materiality table .main-td.violet .link_child {
  padding-left: 1em;
  padding-bottom: 5px;
}

.vision-materiality table .main-td.violet .link_child::before {
  content: "・";
}

.vision-materiality table .main-td.violet .link_child a {
  text-decoration: none;
  color: #222;
}

.vision-materiality table .main-td.violet .link_child a:hover {
  text-decoration: none;
  opacity: .8;
}

.vision-materiality table .category-td.violet .title {
  color: #8096cc;
  font-weight: 500;
}

.vision-materiality table .sdgs-td {
  max-width: 160px;
  line-height: 0;
}

.vision-materiality table .sdgs-td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vision-materiality table .sdgs-td ul li {
  padding: 2px;
}
*/

.system-activity {
  background-color: #fdfdef;
  padding: 15px 10px 5px;
}

.system-activity_heading {
  color: #15b288;
  padding-bottom: 5px;
  border-bottom: #15b288 solid 1px;
}

.system-activity_heading span {
  background-color: #15b288;
  color: #fff;
  padding: 15px 5px 7px;
  margin-right: .5em;
}

.system-activity .section_header {
  border-bottom: none;
}

.system-activity h4 span {
  background-color: #fff;
  color: #15b288;
  border: solid 1px #15b288;
  border-radius: 30px;
  padding: 5px 15px;
}

.strcture-skill_matrix table th, .strcture-skill_matrix table td {
  border: solid 1px #222;
  padding: 5px 3px;
  text-align: center;
  vertical-align: middle;
}

.strcture-skill_matrix table th {
  background-color: #ccc;
}

.button-more.pastdata-button-more {
  max-width: 280px;
  margin: 0 auto;
}

/* CSR憲章 */
.img_kensyo .slide_icon {
  display: none;
}

@media screen and (max-width: 640px) {
  .img_kensyo {
    overflow-x: auto;
    position: relative;
  }
  .img_kensyo img {
    max-width: 800px;
    margin: 0 auto;
    height: auto;
  }
  .img_kensyo .slide_icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: url(/common/img/icon_touch_slide.png) no-repeat center center;
    background-size: contain;
  }
}

/* 情報セキュリティの確保 追加css ここから */
.sustainability-container .securitypolicy-intro {
  background: #75a7da;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 4px;
  padding: 8px 5px;
}

.sustainability-container .securitypolicy-intro span {
  font-size: 15px;
}

.securitypolicy-policy {
  background: rgba(117, 167, 218, 0.2);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .sustainability-container .securitypolicy-intro {
    font-size: 15px;
    border-radius: 2px;
    padding: 5px;
  }
  .sustainability-container .securitypolicy-intro span {
    display: block;
    font-size: 12px;
  }
  .securitypolicy-policy {
    padding: 10px;
  }
}

/* 情報セキュリティの確保 追加css ここまで */
/* 従業員とともに 追加css ここから */
.sustainability-container .employees-introduction {
  background: #e6f4f6;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sustainability-container .employees-introduction .name {
  font-weight: bold;
}

.employees-table {
  width: 100%;
}
.employees-table th,
.employees-table td {
  border: 1px solid #000;
  padding: 7px 5px;
  vertical-align: middle;
}
.employees-table th {
  background: #e6f4f6;
}
.employees-table td:not(:first-child) {
  text-align: center;
}

/* 従業員とともに 追加css ここまで */
/* 商品開発の事例 追加css ここから */
.sustainability-container .products-small-txt {
  margin-top: -1.3rem;
}
.products-profile {
  align-items: flex-end;
}
.products-profile img {
  display: block;
}

@media screen and (max-width: 640px) {
  .sustainability-container .products-small-txt {
    margin-top: -1rem;
  }
}

/* 商品開発の事例 追加css ここまで */
/* 環境コミュニケーションの促進 追加css ここから */
.sustainability-container .communication-bnr a {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.sustainability-container .communication-bnr a:hover {
  opacity: .7;
}

/* 環境コミュニケーションの促進 追加css ここまで */
/* TCFD提言に基づく情報開示 追加css ここから */
.sustainability-container .tcfd-table .tategaki-text {
  min-height: 8em;
  min-width: 30px;
}

.sustainability-container .tcfd-table .m-list1 {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sustainability-container .tcfd-table .tategaki-text {
    min-width: 20px;
  }
}

/* TCFD提言に基づく情報開示 追加css ここまで */
/* 資源の有効活用 追加css ここから */
.waste-table {
  table-layout: fixed;
}
.waste-table .waste-table-bg2 {
  background-color: #e1efd8;
  color: #000;
}
/* 資源の有効活用 追加css ここまで */

/* マテリアリティ 追加css ここから */
.vision-process li {
  background: #dee4f4;
  padding: 8px 20px 8px 110px;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.vision-process li:not(:first-child) {
  margin-top: 20px;
}
.vision-process li .step {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 70px;
  height: 100%;
  background: #76aedf;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}
.vision-process li .step:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 10px solid #76aedf;
}
.vision-process li .step .en {
  font-size: .85em;
}
.vision-process li .step .num {
  margin-top: 5px;
  font-size: 1.4em;
  font-weight: 700;
}
.vision-process li .title {
  font-weight: 700;
  color: #0a5ca6;
}

.vision-materiality table td.category {
  background: #fff;
  writing-mode: vertical-lr;
  text-align: center;
  width: 5%;
  border-right: 1px solid #000;
  letter-spacing: .2em;
}

@media screen and (max-width: 640px) {
  .vision-process li {
    padding: 8px 10px 8px 70px;
    min-height: 94px;
  }
  .vision-process li:not(:first-child) {
    margin-top: 15px;
  }
  .vision-process li .step {
    left: 10px;
    width: 50px;
  }
  .vision-process li .step:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}
.materiality-revision {
  display: inline-block;
  background-color: #FEFBDA;
  border: 1px solid #A3B7DF;
  border-radius: 4px;
  padding: 0 0.75em;
  margin-left: 0.5em;
}

/* マテリアリティ 追加css ここまで */

/* コーポレート・ガバナンス 追加css ここから */
.structure-table {
  width: 800px;
}
.structure-table th,
.structure-table td {
  border: 1px solid #000;
  padding: 10px 5px;
  vertical-align: middle;
}
.structure-table th {
  background: #e5ebf5;
}
.structure-table tbody th {
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
}
.structure-table tbody td {
  text-align: center;
}
.structure-table .tategaki-text {
  -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  min-height: 12em;
  min-width: 34px;
}
/* コーポレート・ガバナンス 追加css ここまで */

/* 人財を未来へつなぐ 追加css ここから */
.human_future-intro .training {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.human_future-intro .training-text {
  width: calc(100% - 221px);
}
.human_future-intro .training-text .title {
  color: #00a8a6;
  font-size: 20px;
  margin-bottom: 5px;
}
.human_future-intro .training-text p {
  font-size: 15px;
  line-height: 1.733;
}
.human_future-intro .training-image {
  margin-top: 9px;
  width: 221px;
}
.human_future-intro .system {
  margin-top: 17px;
}
.human_future-intro .system-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 9px;
}
.human_future-intro .system-title:before {
  content: "●";
  display: inline-block;
  color: #00a8a6;
}
@media screen and (max-width: 640px) {
  .human_future-intro {
    /* padding-bottom: 32px; */
  }
  .human_future-intro .training {
    padding: 0 10px;
  }
  .human_future-intro .training-text {
    width: 100%;
  }
  .human_future-intro .training-text .title {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .human_future-intro .training-text p {
    font-size: 13px;
  }
  .human_future-intro .training-image {
    margin: 12px auto 0;
    width: 100%;
    max-width: 190px;
  }
  .human_future-intro .system {
    margin-top: 17px;
    padding: 0 10px;
  }
  .human_future-intro .system-title {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

.human_future-talk .heading-bar::before {
  background-color: #009b9a;
}
.human_future-talk .heading-bar-faq {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #009b9a;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #009b9a;
}
.human_future-talk .heading-bar-faq .icon-question {
  display: inline-block;
  padding: 0 0.5em 0.25em;
  margin-right: 0.5em;
  border-radius: 4px;
  color: #fffbc7;
}
.human_future-talk .color-aqua {
  color: #009b9a;
}
@media screen and (max-width: 640px) {
  .human_future-talk .heading-bar-faq {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .human_future-talk .heading-bar-faq .icon-question {
    padding: 0 0.5em;
  }
}
.human_future-talk .icon-question {
  background-color: #009b9a;
  color: #fff;
}
/* 人財を未来へつなぐ 追加css ここまで */

/* 気候変動への対応 追加css ここから */
.global_warming-table {
  width: 800px;
}
.global_warming-table th,
.global_warming-table td {
  border: 1px solid #000;
  padding: 7px 5px;
  vertical-align: middle;
}
.global_warming-table thead th {
  background: #2ab287;
  color: #fff;
}
.global_warming-table tbody {
  text-align: center;
}
.global_warming-table tbody th.num {
  width: 30px;
}
.global_warming-table tbody th.title {
  width: 35%;
  text-align: left;
  font-weight: 400;
}
.global_warming-table tbody tr.red {
  color: #c8161d;
}
.global_warming-table tbody tr.total {
  background: #e1efd8;
}
.global_warming-table tbody .indent {
  padding-left: 1.5em;
}

.global_warming-subsidiary {
  background: #f0f6e3;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.global_warming-subsidiary .title {
  font-weight: 700;
}
.global_warming-subsidiary .list {
  flex: 1;
  padding-left: 20px;
}
.global_warming-subsidiary .list li {
  padding-left: 1em;
  text-indent: -1em;
}
.global_warming-subsidiary .list li:before {
  content: "●";
  color: #90c31f;
  font-size: 90%;
}

@media screen and (min-width: 641px) {
  .global_warming-table th,
  .global_warming-table td {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .global_warming-subsidiary {
    display: block;
    padding: 10px;
  }
  .global_warming-subsidiary .list {
    margin-top: 5px;
    padding-left: 0;
  }
}
/* 気候変動への対応 追加css ここまで */

/* 三協立山の人的資本 追加css ここから */
.human_capital-table {
  width: 800px;
}
.human_capital-table th,
.human_capital-table td {
  border: 1px solid #000;
  padding: 7px 5px;
  vertical-align: middle;
}
.human_capital-table th {
  background: #00a8a6;
  color: #fff;
}
.human_capital-table td .list li {
  padding-left: 1em;
  text-indent: -1em;
}
.human_capital-table td .list li:before {
  content: "●";
  color: #00a8a6;
  font-size: 90%;
}

@media screen and (min-width: 641px) {
  .human_capital-table th,
  .human_capital-table td {
    font-size: 14px;
  }
}
/* 三協立山の人的資本 追加css ここまで */

/* リスク管理 追加css ここから */
.risk-review {
  border: 1px solid #75a7da;
}
.risk-review .heading {
  background: #75a7da;
  color: #fff;
  padding: 5px 19px;
  font-size: 20px;
}
.risk-review .inner {
  padding: 15px 20px 29px;
}
.risk-review .inner .catch {
  color: #75a7da;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
}

@media screen and (min-width: 641px) {
  .risk-review .inner .col-8 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .risk-review .heading {
    padding: 4px 10px;
    font-size: 16px;
  }
  .risk-review .inner {
    padding: 8px 10px 10px;
  }
  .risk-review .inner .catch {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
/* リスク管理 追加css ここまで */

.sustainability-container .twinleaf_header-container {
  background-color: #f9ffeb;
}

.sustainability-container .twinleaf_header-container_inner {
  padding: 25px 45px;
}

@media screen and (max-width: 640px) {
  .sustainability-container .twinleaf_header-container_inner {
    padding: 15px 25px;
  }
}

.sustainability-container .twinleaf_header-container_inner .note-area {
  background-color: #e7f1cf;
  padding: 20px 25px;
}

@media screen and (max-width: 640px) {
  .sustainability-container .twinleaf_header-container_inner .note-area {
    padding: 15px 15px;
  }
}

.sustainability-container .twinleaf_tit {
	font-weight: bold;
	font-size: 120%;
	color: #46a51c;
	margin-bottom: 10px;
}


.sustainability-container .twinleaf_after {
  border: #3eb134 solid 3px;
}

.sustainability-container .twinleaf_after h3 {
  background-color: #3eb134;
  color: #fff;
  font-size: 24px;
  width: 100%;
  text-align: center;
  padding: 3px 0 5px;
}

.sustainability-container .twinleaf_after p {
  padding: 20px 25px;
}

.sustainability-container .twinleaf_before {
  background-color: #f9ffeb;
}

.sustainability-container .twinleaf_before img {
  display: block;
  margin: 0 auto;
}

.sustainability-container ul.list-dot li {
  position: relative;
}

.sustainability-container ul.list-dot li:not(:last-child) {
  margin-bottom: 0.3em;
}

.sustainability-container ul.list-dot li::before {
  position: absolute;
  left: 0;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #005faf;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .sustainability-container ul.list-dot li {
    padding-left: 18px;
  }
  .sustainability-container ul.list-dot li::before {
    top: calc((1.69em - 9px)/2);
    width: 6px;
    height: 6px;
    border-width: 3px;
  }
}

@media screen and (min-width: 641px), print {
  .sustainability-container ul.list-dot li {
    padding-left: 20px;
  }
  .sustainability-container ul.list-dot li::before {
    top: calc((1.75em - 7px)/2);
    width: 9px;
    height: 9px;
    border-width: 4px;
  }
}
/*# sourceMappingURL=sustainability.css.map */