/* ===========attempt-intro========= */


.attempt-intro {
  background: url(/img/product/carbon_neutral/initiatives/bg_initiatives01.webp) no-repeat bottom right #C0EFF8;
  background-size: cover;
  padding: 150px 0px 250px;
}

@media screen and (max-width: 1300px) {
  .attempt-intro {
    padding: 100px 0px 200px;
  }
}

.attempt-intro .section_inner {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}

.attempt-intro .intro-text {
  font-size: 16px;
  line-height: 280%;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 500px) {
  .attempt-intro {
    background: url(/img/product/carbon_neutral/initiatives/bg_initiatives01_sp.webp) no-repeat bottom right #C0EFF8;
    background-size: cover;
    padding: 0 0 128px;
  }

  .attempt-intro .intro-text {
    font-size: 14px;
    line-height: 260%;
    padding-top: 30px;
  }

}

/* ===========roadmap========= */

.roadmap {
  margin-top: 77px;
  padding: 53px 50px 30px;
  border-radius: 5px;
  background: var(--green_01);
  position: relative;
}

.roadmap .roadmap_ttl {
  width: fit-content;
  display: inline-table;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 11px 0;
  max-width: 776px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  border: 8px solid var(--green_01);
  font-size: 18px;
  font-weight: 600;

}

.note {
  margin-left: .7rem;
  margin-top: -30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
}

.note .note_s {
  margin-left: -.7rem;
}

/* ===========table scrollArea========= */
.table {
  margin: 30px auto;
}

.table .small {
  font-size: 12px;
}

.table .w1 {
  width: 20%;
}

.table .w2 {
  width: calc(50%/3);
}

.table .w3 {
  width: 30%;
}

.ghg-table thead {
  border-top: 1px solid var(--dark-gray);
}

.ghg-table tbody {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
}

.border_l {
  border-left: 1px solid var(--dark-gray);
}

.ghg-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

/* 共通セル */
.ghg-table th,
.ghg-table td {
  vertical-align: middle;
    height: 50px;

}

/* ヘッダー */
.ghg-table thead th {
  text-align: center;
  padding: 13px;
  background: var(--light-green);
}

.ghg-table thead th.col-scope {
  background: var(--wh);
}

/* 左端スコープ列 */

.scope {
  background: var(--baige);
  padding: 0 23px;
  line-height: 170%;
  height: 50px;
}
.scope.scope12{
  height: 100px;
}
/* 数値表現 */

.emission,
.rate {
  font-size: 16px;
}

.table_note {
  color: var(--dark-gray_50);
  font-size: 12px;
}

/* 点線区切り（Scope1+2 内） */
.dashed td,
.section-divider {
  border-top: 1px dashed var(--dark-gray);
}


/* ===========logo_box========= */
.logo_box {
  border-radius: 5px;
  border: 1px solid var(--light-gray);
  padding: 40px 10px;
}

.logo_list {
  display: flex;
  gap: 45px;
  justify-content: center;
  align-items: center;
}

.logo_box+.txt {
  margin: 20px auto 0;
}

/* ===========sustainability========= */
.sustainability {
  padding: 20px;
  border-radius: 5px;
  background: var(--light-green);
  display: flex;
  gap: 34px;
  align-items: center;
}

.sustainability_txt {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 30px;
}

.sustainability div {
  width: 434px;
}

.sustainability_link {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dark-gray);
}

.sustainability_link a {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 900px) {
  .roadmap .roadmap_ttl {
    max-width: 90%;
  }

}

@media screen and (max-width: 700px) {
  .roadmap {
    padding: 70px 0 30px 20px;
  }

  .roadmap .roadmap_ttl {
    max-width: 90%;
    line-height: 140%;
  }

  .roadmap>div {
    overflow-x: auto;
  }

  .roadmap>div>picture {
    max-width: 675px;
    min-width: 675px;
    width: 675px;
    display: block;
  }
.ghg-table{
        max-width: 644px;
        min-width: 644px;
        width: 644px;
    display: block;
}
  .scroll_text {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
    color: var(--wh);
  }

  .scroll_text2 {
    color: var(--dark-gray_50);
    margin-bottom: 25px;
    margin-top: -15px;
  }
  

}

@media screen and (max-width: 500px) {
  .roadmap {
    margin-top: 56px;
    padding: 66px 0 16px 16px;
  }

  .roadmap .roadmap_ttl {
    max-width: 264px;
    font-size: 14px;
    padding: 7px 0;
    top: -26px;
  }
.ghg-table thead th{
  padding: 0 6px;
  height: 40px;
}
.scope{
  padding: 0;
}
.ghg-table td{
  font-size: 16px;
}
.table .w2 {
    width: calc(54% / 3);
}
.table .w3 {
    width: 26%;
}

  .logo_box {
    padding: 30px 26px;
  }

  .logo_list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }
.logo_list .item{
  width: 40%;
}
  .logo_list .item:nth-of-type(3) {
    width: 100%;
  }

  .sustainability{
    flex-direction: column;
    gap: 25px;
    padding: 16px 16px 40px 16px;
  }
  .sustainability picture img{
    width: 100%;
    height: auto;
  }
  .sustainability div{
    width: auto;
    padding: 0 20px;
  }
  .sustainability_txt{
font-size: 14px;
line-height: 180%; 
margin-bottom: 20px;
  }
.sustainability_link{
  padding-bottom: 15px;
}
}