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


/* main
-----------------------------------------------*/
#main {
  background: #01305D;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 212px;
  padding: 8px 40px 0;
  color: #fff;
}
#main p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#main h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #main {
    height: 114px;
    padding: 0 20px 20px;
  }
  #main p {
    font-size: 32px;
  }
  #main h1 {
    font-size: 14px;
    margin-top: 8px;
  }
}


/* mainIndex
-----------------------------------------------*/
#mainIndex {
  position: relative;
  background: #01305D;
  padding: 0 40px 0;
  color: #fff;
}
#mainIndex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #F6F7FA;
}
#mainIndex .inner {
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 212px;
  padding-top: 8px;
}
#mainIndex p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex .img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1352px;
  margin: 0 auto;
  border-radius: 20px;
  height: 442px;
}
#mainIndex .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  #mainIndex {
    padding: 0 24px;
  }
  #mainIndex::before {
    height: 34px;
  }
  #mainIndex .inner {
    height: 114px;
    padding: 0 0 20px;
  }
  #mainIndex p {
    font-size: 32px;
  }
  #mainIndex h1 {
    font-size: 14px;
    margin-top: 8px;
  }
  #mainIndex .img {
    height: 272px;
  }
}


/* section
-----------------------------------------------*/
section {
  overflow: hidden;
  position: relative;
  padding: 80px 40px;
}
section::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#main + section::before,
#mainIndex + section::before {
  display: none;
}
section .inner {
  position: relative;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
}
section .ttl:not(:first-child) {
  margin-top: 40px;
}
section .ttl h2 {
  font-size: 36px;
  font-weight: bold;
}
section .ttl h2 span {
  display: block;
  color: #B01A2E;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}
section .ttl + p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  section {
    padding: 48px 24px 48px;
  }
section .ttl h2 {
  font-size: 26px;
}
}

/* borderColBox
-----------------------------------------------*/
.borderColBox {
  margin-top: 40px;
  display: flex;
}
.borderColBox .col {
  position: relative;
  padding: 0 40px;
  width: 33.33%;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
}
.borderColBox .boxL {
  max-width: 960px;
  width: 100%;
}
.borderColBox .col:first-child {
  border-right: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
  padding-left: 0;
}
.borderColBox .boxL {
  border-left: none!important;
  padding-right: 40px!important;
  padding-left: 0!important;
}
.borderColBox .col:last-child {
  padding-right: 0;
  border-left: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
  padding-right: 0;
}
.borderColBox h3 {
  font-size: 16px;
  line-height: 1.6;
}
.borderColBox p {
  margin-top: 16px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}
.borderColBox a {
  color: #01305D;
}
.borderColBox .col .btn {
  margin-top: 12px;
}
.borderColBox .col .btn a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 14px;
  line-height: 100%;
  color: #2B3E57;
}
.borderColBox .col .btn a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/img/common/icon-arrow.svg");
}

@media only screen and (max-width:767px) {
  .borderColBox {
    display: block;
  }
  .borderColBox .col {
    width: 100%;
    padding: 24px 0 0 0;
    margin-top: 24px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1!important;
  }
  .borderColBox .col:first-child {
    border-right: none;
  }
  .borderColBox .col:last-child {
    border-left: none;
  }
  .borderColBox h3 {
    margin-top: 8px;
  }
  .borderColBox p {
    margin-top: 8px;
  }
}

/* checkColBox
-----------------------------------------------*/
.checkColBox {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 80px);
  left: -40px;
  gap: 40px 0;
  position: relative;
}
.checkColBox:not(:first-child) {
  margin-top: 40px;
}
.checkColBox .col {
  width: 33.333%;
  padding: 0 40px;
  border-right: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
  display: flex;
  flex-direction: column;
}
.checkColBox .col.colHalf {
  width: 50%;
}
.checkColBox .col:nth-child(3n),
.checkColBox .col:last-child {
  border-right: none;
}
.checkColBox .col h3,
.checkColBox .col h4 {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin-top: 12px;
}
.checkColBox .col p {
  font-family: Inter;
  font-size: 14px;
  line-height: 160%;
  margin-top: 12px;
  flex: 1;
}
.checkColBox .col .btn {
  margin-top: 12px;
}
.checkColBox .col .btn a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 14px;
  line-height: 100%;
  color: #2B3E57;
}
.checkColBox .col .btn a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/img/common/icon-arrow.svg");
}
@media only screen and (max-width:767px) {
  .checkColBox {
    flex-direction: column;
    width: 100%;
    left: 0;
    gap: 0;
  }
  .checkColBox:first-child .col:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .checkColBox .col {
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid transparent;
    border-right: none;
    border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
  }
  .checkColBox .col.colHalf {
    width: 100%;
  }
  .checkColBox .col:last-child {
    padding-bottom: 0;
  }
}


/* cardColBox01
-----------------------------------------------*/
.cardColBox01 {
  margin-top: 24px;
}
.cardColBox01 .col {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cardColBox01 .col:not(:first-child){
  margin-top: 56px;
}
.cardColBox01 .col .img {
  width: 50%;
  overflow: hidden;
  border-radius: 16px;
}
.cardColBox01 .col .txt {
  width: 50%;
}
.cardColBox01 .col .txt h3 {
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
}
.cardColBox01 .col .txt h3 span {
  display: block;
  font-family: Inter;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 5px;
}
.cardColBox01 .col .txt ul {
  margin-top: 24px;
  list-style: circle;
}
.cardColBox01 .col .txt ul li {
  font-size: 16px;
  line-height: 160%;
  margin-left: 1em;
  text-indent: -1em;
}
.cardColBox01 .col .txt ul li::before {
  content: "・";
}
.cardColBox01 .col .txt .btn {
  margin-top: 24px;
}
.cardColBox01 .col .txt .btn a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 14px;
  line-height: 100%;
  color: #2B3E57;
}
.cardColBox01 .col .txt .btn a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/img/common/icon-arrow.svg");
}
.cardColBox01 .col .txt p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
}
@media only screen and (max-width:767px) {
  .cardColBox01 .col {
    flex-direction: column;
    gap: 24px;
  }
  .cardColBox01 .col .img {
    width: 100%;
    order: 1;
  }
  .cardColBox01 .col .txt {
    width: 100%;
    order: 2;
  }
  .cardColBox01 .col .txt h3 {
    font-size: 20px;
  }
  .cardColBox01 .col .txt p {
    font-size: 14px;
    margin-top: 10px;
  }
}


/* cardColBox02
-----------------------------------------------*/
.cardColBox02 {
  margin-top: 40px;
}
.cardColBox02 .col {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cardColBox02 .col:not(:first-child){
  margin-top: 56px;
}
.cardColBox02 .col .img {
  width: 50%;
  overflow: hidden;
  border-radius: 16px;
}
.cardColBox02 .col .txt {
  width: 50%;
}
.cardColBox02 .col .txt h3 {
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
}
.cardColBox02 .col .txt h3 span {
  display: block;
  font-family: Inter;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 5px;
}
.cardColBox02 .col .txt p {
  font-size: 16px;
  line-height: 160%;
}
.cardColBox02 .col .txt p:not(:first-child) {
  margin-top: 24px;
}
.cardColBox02 .col .txt .btn {
  margin-top: 24px;
}
.cardColBox02 .col .txt .btn a {
  display: inline-flex;
  height: 40px;
  min-width: 120px;
  max-width: 540px;
  padding: 0px 32px 0px 6px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #01305D;
  transition: all .4s;
  opacity: 1;
  color: #fff;
}
.cardColBox02 .col .txt .btn a:hover {
  gap: 12px;
  background: #245E95;
}
.cardColBox02 .col .txt .btn a::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(/img/common/icon-arrow-wht.svg);
}
.cardColBox02 .col .txt .btna  span {
  color: #fff;
  font-size: 13px;
  line-height: 130%;
  flex: 1 0 0;
}
@media only screen and (max-width:767px) {
  .cardColBox02 {
    margin-top: 24px;
  }
  .cardColBox02 .col {
    flex-direction: column;
    gap: 32px;
  }
  .cardColBox02 .col .img {
    width: 100%;
    order: 1;
  }
  .cardColBox02 .col .txt {
    width: 100%;
    order: 2;
  }
.cardColBox02 .col .txt h3 {
  font-size: 20px;
  line-height: 120%;
}
}


/* ttlLine
-----------------------------------------------*/
.ttlLine:not(:first-child) {
  margin-top: 80px;
}
#pim h2,
#committee .ttl h2,
#charter #policy h2,
#ourcharter .ttl h2,
.ttlLine h2,
.ttlLine h3 {
  font-size: 32px!important;
  font-weight: bold;
  line-height: 120%;
  margin-top: 40px;
}
.ttlLine h2 span,
.ttlLine h3 span {
  display: block;
  font-family: Poppins;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 1.08px;
}
.ttlLine p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 16px;
}
#deployment .cardColBox02 + .ttl h2,
#ecoRecycling .box + .ttl h2,
#ecoRecycling .box .ttl h2{
  font-size: 24px!important;
  font-weight: bold;
  line-height: 120%;
}
@media only screen and (max-width:767px) {
  .ttlLine:not(:first-child) {
    margin-top: 60px;
  }
#pim h2,
#committee .ttl h2,
#charter #policy h2,
#ourcharter .ttl h2,
  .ttlLine h2,
  .ttlLine h3 {
    font-size: 24px!important;
    margin-top: 32px;
  }
#deployment .cardColBox02 + .ttl h2,
#ecoRecycling .box + .ttl h2,
#ecoRecycling .box .ttl h2{
  font-size: 20px!important;
}
}


/* thumbLink
-----------------------------------------------*/
.thumbLink {
  margin-top: 36px;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr;
}
.thumbLink .col {
  display: flex;
}
.thumbLink .col a {
  color: #01305D;
  display: flex;
  flex-direction: column;
}
.thumbLink .col .img {
  overflow: hidden;
  border-radius: 16px;
}
.thumbLink .col .img img {
  width: 100%;
}
.thumbLink .col h3 {
  color: #01305D;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.9px;
  margin-top: 8px;
}
.thumbLink .col p {
  font-size: 14px;
  line-height: 160%;
  margin-top: 4px;
  flex: 1;
}
.thumbLink .col .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 14px;
  line-height: 100%;
  color: #2B3E57;
  margin-top: 8px;
}
.thumbLink .col .btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/img/common/icon-arrow.svg");
}
@media only screen and (max-width:767px) {
  .thumbLink {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}


/* thumbList
-----------------------------------------------*/
.thumbList {
  margin-top: 36px;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr;
}
.thumbList .col .img {
  overflow: hidden;
  border-radius: 16px;
}
.thumbList .col .img img {
  width: 100%;
}
.thumbList .col h3 {
  color: #01305D;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.9px;
  margin-top: 8px;
}
.thumbList .col p {
  font-size: 14px;
  line-height: 160%;
  margin-top: 4px;
  flex: 1;
}
@media only screen and (max-width:767px) {
  .thumbList {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}


/* pdfColBox
-----------------------------------------------*/
.pdfColBox {
  margin-top: 40px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pdfColBox .col .img {
  overflow: hidden;
  border-radius: 16px;
}
.pdfColBox .col h3 {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin-top: 8px;
}
.pdfColBox .col p {
  color: #314557;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.65px;
}
.pdfColBox .col .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 120%;
}
.pdfColBox .col .btn::before {
  content: "";
  display: block;
  background: url("/img/common/icon-pdf-download.svg");
  min-width: 24px;
  height: 24px;
}
@media only screen and (max-width:1080px) {
  .pdfColBox {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width:580px) {
  .pdfColBox {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}


/* imgFig
-----------------------------------------------*/
.imgFig {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  margin-top: 34px;
}
.imgFig img {
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
.imgFig {
  padding: 12px;
}
}


/* figColBox
-----------------------------------------------*/
.figColBox {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.figColBox .col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.figColBox .col .img {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reports .figColBox .col:nth-child(1) .img img {
  max-width: 100%;
}
.figColBox .col:nth-child(1) .img img {
  max-width: 356px;
}
.figColBox .col h3 {
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin-top: 24px;
}
@media only screen and (max-width:767px) {
  .figColBox {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
  .figColBox .col {
    width: 100%;
  }
  .figColBox .col h3 {
    margin-top: 12px;
  }
}


/* lead
-----------------------------------------------*/
#lead p {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 160%;
}
@media only screen and (max-width:767px) {
  #lead + section .borderColBox .col:first-child{
    border-left: none;
  }
  #lead p {
    font-size: 18px;
  }
}


/* eco
-----------------------------------------------*/
#eco #about .inner > p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 40px;
}
#eco #policy .ttlLine::before {
  display: none;
}
#eco #policy .inner > h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
}
#eco #policy .box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
#eco #policy .box .img {
  width: 50%;
  max-width: 460px;
  overflow: hidden;
  border-radius: 16px;
}
#eco #policy .box .txt {
  width: 50%;
}
#eco #policy .box .txt p {
  font-size: 16px;
  line-height: 160%;
}
@media only screen and (max-width:767px) {
#eco #about .inner {
  padding-top: 48px;
}
  #eco #about p {
    font-size: 18px;
  }
  #eco #policy .inner > h3 {
    font-size: 20px;
  }
  #eco #policy .box {
    flex-direction: column;
  }
  #eco #policy .box .img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  #eco #policy .box .txt {
    width: 100%;
  }
}


/* charter
-----------------------------------------------*/
#charter #policy h2{
  font-size: 20px;
}
#charter #policy .col{
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
#charter #policy .col .img{
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
}
#charter #policy .col .txt{
  width: 50%;
}
#charter #policy .col .txt li{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 32px;
  margin: 24px 0 0 1em;
  text-indent: -1em;
}
#charter #policy .col .txt li:first-child{
  margin-top: 0;
}
#charter #ourcharter .txt p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 40px;
}
#charter #environment .red h2 span {
  color: #B01A2E;
}
#reports #pim .cardColBox01 p,
#charter #environment .cardColBox01 p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
}
#charter .environmentList {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
}
#charter .environmentList .img {
  width: 35.57%;
  border-radius: 16px;
  overflow: hidden;
}
#charter .environmentList .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#charter .environmentList .list {
  width: 64.43%;
}
#charter .environmentList .list li {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom:1px solid #cccccc;
}
#charter .environmentList .list li:first-child {
  padding-top: 0;
}
#charter .environmentList .list p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#charter .environmentList .list p span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
#charter .environmentList .list a {
  display: flex;
  gap: 6px;
  font-size: 12px;
  line-height: 1.2;
  align-items: center;
}
#charter .environmentList .list a::before {
  content: "";
  display: block;
  background: url(/img/common/icon-pdf-download.svg);
  min-width: 24px;
  height: 24px;
}
#charter th,
#charter td {
  border-bottom: 1px solid #cccccc;
  padding: 16px 0;
  font-size: 13px;
}
#charter tr:first-child th,
#charter tr:first-child td {
  padding-top: 0;
}
#charter th {
  font-weight: normal;
}
#charter td {
  text-align: right;
}
#charter th strong {
  font-size: 16px;
}
#charter .txtBox p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 40px;
}
#charter .txtBox .img {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
}
#charter .txtBox .img img {
  width: 100%;
}
#charter #policy {
  margin-top: 120px;
}
#charter #committee {
  margin-top: 120px;
}
@media only screen and (max-width:767px) {
  #charter .borderColBox .boxL {
    border-top:none;
    margin-top: 0;
    padding-top: 0;
  }
  #charter #ourcharter .box .txt p {
    margin-top: 20px;
  }
  #charter #policy h2 {
    font-size: 20px;
  }
  #charter #policy .col{
    flex-wrap: wrap;
    gap: 20px;
  }
  #charter .environmentList .img,
  #charter .environmentList .list,
  #charter #policy .col .txt,
  #charter #policy .col .img{
    width: 100%;
  }
  #charter #environment .cardColBox01 .col .txt h3 {
    font-size: 20px;
  }
  #reports #pim .cardColBox01 p,
  #charter #environment .cardColBox01 p {
    font-size: 14px;
    margin-top: 10px;
  }
  #charter #environment .cardColBox01 .col:not(:first-child) {
    margin-top: 40px;
  }
  #charter .environmentList{
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  #charter .environmentList .list li{
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 0;
  }
  #charter .environmentList .list p span{
    display: inline-block;
    margin-right: 10px;
  }
  #charter th, 
  #charter td{
  }
  #charter #policy {
    margin-top: 60px;
  }
  #charter #committee {
    margin-top: 60px;
  }
#charter .txtBox p {
  margin-top: 20px;
}
}


/* reports
-----------------------------------------------*/
#reports #ecoRecycling .box .ttl h3,
#reports #pim .box .ttl h3 {
  font-size: 26px;
  font-weight: normal;
}
#reports #pim .cardColBox01,
#reports #pim .cardColBox01+ .ttl {
  margin-top: 120px;
}
#reports #ecoRecycling .box,
#reports #pim .box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 80px;
}
#reports #pim .figColBox + .ttl,
#reports #ecoRecycling .box + .ttl,
#reports #pim .box + .ttl {
  margin-top: 80px;
}
#reports #ecoRecycling .box02 + .box .txt,
#reports #pim .box02 + .box .txt {
  width: 100%;
}
#reports #ecoRecycling .box .txt > p,
#reports #pim .box .txt > p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 24px;
}
#reports #ecoRecycling .box .img,
#reports #pim .box .img {
  background: #fff;
  border-radius: 16px;
  width: 50%;
  max-width: 485px;
  overflow: hidden;
}
#reports #pim .box02  {
  align-items: center;
}
#reports #pim .box02 .txt p {
  margin-top: 0;
}
#reports #pim .box02 .img {
  background: none;
  padding: 0;
  overflow: hidden;
}
#reports #pim .box02 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
#reports #pim .figColBox .col {
  width: 43.16%;
}
#reports #pim .figColBox .col + .col {
  width: 56.84%;
}
#reports #ecoRecycling .box,
#reports #pim .box {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
#reports #ecoRecycling .box .ttlLine,
#reports #pim .box .ttlLine {
  white-space: nowrap;
}
#reports #ecoRecycling .box .list,
#reports #pim .box .list {
  border-left: 1px solid #01305D;
  padding-left: 24px;
  width: 51.52%;
}
#reports #ecoRecycling .box .ttl,
#reports #pim .box .ttl {
  white-space: nowrap;
  width: 48.48%;
}
#reports #ecoRecycling .box .list ul,
#reports #pim .box .list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#reports #ecoRecycling .box .list ul li,
#reports #pim .box .list ul li {
  display: flex;
  gap: 20px;
}
#reports #ecoRecycling .box .list ul li span,
#reports #pim .box .list ul li span {
  min-width: 22px;
}
#reports #ecoRecycling .box .list ul li .txt h3,
#reports #pim .box .list ul li .txt h3 {
  font-family: Inter;
  font-size: 16px;
  line-height: 130%;
}
#reports #ecoRecycling .box .list ul li .txt p,
#reports #pim .box .list ul li .txt p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
}
#reports .col3 {
  display: flex;
  gap: 26px;
  margin-top: 24px;
}
#reports .col3 .col .img {
  border-radius: 16px;
  overflow: hidden;
}
#reports .col3 .col h3 {
  font-size: 16px;
  margin-top: 10px;
}
#reports #deployment .col .txt p {
  line-height: 2.3;
}
@media only screen and (max-width:767px) {
  #reports #pim .cardColBox01,
  #reports #pim .cardColBox01+ .ttl {
    margin-top: 60px;
  }
  #reports #pim .box02 {
    margin-top: 24px;
  }
  #reports #ecoRecycling .box,
  #reports #pim .box {
    flex-direction: column;
    margin-top: 40px;
    gap: 24px;
  }
  #reports #ecoRecycling .box .txt,
  #reports #pim .box .txt {
    width: 100%;
  }
  #reports #ecoRecycling .box .img,
  #reports #pim .box .img {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #reports #ecoRecycling .box .list,
  #reports #pim .box .list {
    margin-top: 0;
  }
  #reports #pim .figColBox .col,
  #reports #pim .figColBox .col + .col {
    width: 100%;
  }
  #reports .col3 {
    flex-wrap: wrap;
    gap: 24px;
  }
#reports #ecoRecycling .box .list,
#reports #pim .box .list ,
#reports #ecoRecycling .box .ttl,
#reports #pim .box .ttl {
  width: 100%;
}
}

.imgFull {
  border-radius: 16px;
  overflow: hidden;
}
.imgFull:not(:first-child) {
  margin-top: 40px;
}


/*add202508*/
#AchievementsList {}
#AchievementsList a {text-decoration: underline;}
p.subtext {text-align: right;display: block;    font-size: 12px !important;}


/* modal */
.modal{
	display:none;
	overflow-y: scroll;
	position:fixed;
	z-index:101;
  width:100%;
  height:100%;
  top:0;
  left:0;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
  z-index: 999999;
}
.modal .bg{
	position:fixed;
  top:0;
  left:0;
  z-index:1;
  background:rgba(7,32,56,.8);
  width:100%;
  height:100%;
	opacity:0.5;
}
.modal .modalInner{
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index:11;
	max-width: 800px;
  max-height: 465px;
  height: auto;
  width: 100%;
	box-sizing:padding-box;
	margin:0 auto;
}
.modal .modalBox{
	position:relative;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
  padding: 0 20px;
}
.modal .modalBox .over{
	position:relative;
	max-width: 800px;
}
.modal .modalBox img{
	height: auto;
	width: auto;
  margin: 0 auto;
}
.modal .modalBox .modalClose{
	position:absolute;
	right:0;
	top:-65px;
	display:block;
	width:56px;
	height:56px;
	font-size:0;
	ppacity:1 !important;
  z-index: 999;
}
.modal .modalBox .modalClose img{
  width: 100%;
}
.modal.min{
	overflow-y:scroll;
}
.modal .modalInner{
	box-sizing: border-box;
}
.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
	display:block;
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.modal .modalBox .img{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
.modal .modalBox img{
  max-height: 350px;
}
  .modal .modalBox .historySlide + .modalClose{
    top: 0;
  }
}
/*add202508_end***************************/