@charset "utf-8";
/*=============================================================
 eco-friendly
=============================================================*/
/* animation
-------------------------------------------------------------*/
.setScMc {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s ease 0.2s;
}
.setScMc.enter {
  opacity: 1;
  transform: translateY(0);
}
/* topicPath
-------------------------------------------------------------*/
#topicPathArea {
  color: #fff;
}
#topicPathArea a {
  color: #fff;
}
#topicPathArea a:hover:after {
  background-color: #fff;
}
/* #footer
-------------------------------------------------------------*/
#footer {
  margin-top: 0px;
}
/* ecoFriendlyArea
-------------------------------------------------------------*/
.ecoFriendlyArea {
  position: relative;
}
.ecoFriendlyAreainner {
  position: relative;
  z-index: 2;
}
.ecoFriendlyArea:before {
  content: '';
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 58px;
}
.no-webp .ecoFriendlyArea:before {
  background: url("/sustainability/eco-friendly/img/bg.jpg") no-repeat center top;
  background-size: cover;
}
.webp .ecoFriendlyArea:before {
  background: url("/sustainability/eco-friendly/img/bg.webp") no-repeat center top;
  background-size: cover;
}
/* contents
-------------------------------------------------------------*/
#contents {
  background: #fff;
  padding: 70px 0 100px;
  margin-bottom: 100px;
}
/* contents-inner
-------------------------------------------------------------*/
.contents-inner {
  padding: 0 85px;
}
/* ttl
-------------------------------------------------------------*/
.ecoFriendlyArea h1 {
  font-size: 4.8rem;
  margin-bottom: 30px;
}
/* txt
-------------------------------------------------------------*/
.txtLead {
  margin: 30px 0 15px;
}
/* tabs
-------------------------------------------------------------*/
.tab-set .contents-inner {
  max-width: 980px;
  margin: 0 auto;
}
.tab-btn {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  position: relative;
  margin: 50px 0 80px;
  padding-left: 0;
}
.tab-btn::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #d3e0e5;
  z-index: 1;
}
.tab-btn > li {
  min-height: auto;
  margin: 0;
  width: calc((100% - 190px) / 2);
}
.tab-btn > li a {
  background: #eef3f5;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}
.tab-btn > li a.act {
  background: #d3e0e5;
  color: #333;
  font-weight: 500;
}
.tab-btn > li a span {
  position: relative;
}
.tab-btn > li a span::before {
  content: "";
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  transition: all .6s;
  position: absolute;
  bottom: -20px;
  padding-bottom: .25em;
  background: linear-gradient(#0072bf, #0072bf) 0 100% / 0 2px no-repeat;
  background-position-x: 10px;
}
.tab-btn > li a.act span::before, .tab-btn > li a:hover span::before {
  background-size: calc(100% - 30px) 2px;
}
.tab-btn > li:last-child::before, .tab-btn > li::after {
  content: none;
}
.tab-panel .table-default th, .tab-panel .table-default td {
  padding: 20px 13px 20px 16px;
}
.tab-panel .link-btn-normal,
.tab-panel .link-arw {
  margin-bottom: 10px;
}
.tab-panel .link-btn-normal a {
  border: none;
  padding: 0 56px 0 0;
}
/* #panel1
-------------------------------------------------------------*/
.ecoFriendlyArea .main-txt .col-2 img {
  object-fit: contain;
  height: 100px;
}
.ecoFriendlyArea #panel1 .link-ac {
  column-gap: 42px;
}
.ecoFriendlyArea #panel1 .ttl-h2 {
  margin: 60px 0 30px;
}
.ecoFriendlyArea #panel1 .table-default th>img {
  width: 70%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}
.ecoFriendlyArea #panel1 .table-default th>img + img {
  padding-top: 10px;
}
/* #panel2
-------------------------------------------------------------*/
.ecoFriendlyArea #panel2 .ttl-h2 {
  color: #fff;
  background: linear-gradient(90deg, #22836F, #0C66B6);
  padding: 20px;
  font-size: 2.5rem;
  border-radius: 10px;
  margin-top: 100px;
}
.ecoFriendlyArea #panel2 .ttl-h2::after {
  content: none;
}
.ecoFriendlyArea #panel2 .process {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 80px;
}
.ecoFriendlyArea #panel2 .process p {
  width: calc((100% - 110px) / 3);
  background: #F4F4F4;
  padding: 20px;
  margin: 0;
  text-align: center;
  font-size: 17px;
  box-sizing: border-box;
  position: relative;
}
.ecoFriendlyArea #panel2 .process p:not(:last-child)::before {
  content: "";
  border-left: 30px solid #2CA786;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}
.ecoFriendlyArea #panel2 .process .bg-gr {
  background: #2CA786;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  display: block;
  line-height: 1;
  border-radius: 5px;
  margin-bottom: 16px;
}
.ecoFriendlyArea #panel2 .process b {
  font-size: 18px;
}
.ecoFriendlyArea #panel2 .process span {
  font-size: 20px;
  display: block;
}
.ecoFriendlyArea #panel2 .table-default .subTtl {
  position: relative;
  padding-left: 40px;
}
.ecoFriendlyArea #panel2 .table-default .subTtl span {
  position: absolute;
  left: 20px;
}
.ecoFriendlyArea #panel2 .table-default th:first-of-type {width: 40%;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px) {

}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {
  /* contents
-------------------------------------------------------------*/
  #contents {
    padding: 30px 0 50px;
    margin-bottom: 50px;
  }
  /* main-txt
-------------------------------------------------------------*/
  .main-txt .col-2 {
    margin-bottom: 30px;
  }
/* contents-inner
-------------------------------------------------------------*/
  .contents-inner {
    padding: 0 20px;
  }
  /* ttl
-------------------------------------------------------------*/
  .ecoFriendlyArea h1 {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  /* tab
-------------------------------------------------------------*/
  .tab-btn {
    margin: 50px 0;
  }
  .tab-btn > li {
    width: calc((100% - 70px) / 2);
  }
  .tab-panel .table-default th, .tab-panel .table-default td {
    padding: 12px 16px;
  }
  .tab-panel .link-btn-normal a {
    padding: 0 54px 0 0px;
  }
/* #panel2
-------------------------------------------------------------*/
  .ecoFriendlyArea #panel2 .ttl-h2 {
    font-size: 2rem;
    padding: 15px;
    margin-top: 60px;
  }
  .ecoFriendlyArea #panel2 .process {
    display: block;
  }
  .ecoFriendlyArea #panel2 .process p {
    width: 100%;
  }
  .ecoFriendlyArea #panel2 .process p:not(:last-child) {
    margin-bottom: 40px;
  }
  .ecoFriendlyArea #panel2 .process p:not(:last-child)::before {
    border-bottom: none;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 25px solid #2CA786;
  }
  .ecoFriendlyArea #panel2 .table-default .subTtl {
    padding-left: 35px;
  }
  .ecoFriendlyArea #panel2 .table-default .subTtl span {
    left: 15px;
  }
}
@media only screen and (max-width:767px) {
  .ecoFriendlyArea .sp-table-scroll {
    margin-right: -2%;
  }
  .ecoFriendlyArea .sp-table-scroll .table-default .w12em {
     min-width: 12em;
  }
  .ecoFriendlyArea #panel2 .table-default th:first-of-type {
    width: 30%;
  }
}
@media only screen and (max-width:510px) {
/* #panel1
-------------------------------------------------------------*/
  .ecoFriendlyArea #panel1 .table-default {
    width: 510px;
  }
}