@charset "UTF-8";
@import url("global.css");
img {
  color: #d5502f;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img.objectfit {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%; }

.sustainability-report #contents .wrapper {
  max-width: 1100px;
  width: 100%; }

#contents {
  margin-bottom: 120px; }
  #contents .pcnone, #contents .pctabnone {
    display: none; }
  #contents .title {
    text-align: center;
    margin-bottom: 60px; }
    #contents .title span {
      font-size: 24px;
      font-weight: 600;
      position: relative; }
      #contents .title span::after {
        content: "";
        width: 100px;
        height: 2px;
        background-color: rgba(83, 130, 52, 0.5);
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%); }
  #contents .f_inner {
    display: flex;
    justify-content: center;
    align-items: center; }
  #contents .atention_box {
    padding: 30px;
    border: 1px solid #538234;
    box-sizing: border-box; }
    #contents .atention_box .atention + .atention {
      margin-top: 15px; }
    #contents .atention_box .atention dt {
      padding-left: 14px;
      color: #538234;
      font-weight: 600;
      position: relative;
      box-sizing: border-box; }
      #contents .atention_box .atention dt::before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: #538234;
        position: absolute;
        top: 7px;
        left: 0;
        border-radius: 100px; }
    #contents .atention_box .atention dd {
      padding-left: 14px;
      box-sizing: border-box; }
  #contents .ghg-reduction {
    margin-bottom: 80px; }
    #contents .ghg-reduction .lead {
      margin-bottom: 80px;
      display: block;
      position: relative; }
      #contents .ghg-reduction .lead .textarea {
        width: 56%;
        padding: 60px 0 60px 0;
        margin: 0 auto 0 0; }
        #contents .ghg-reduction .lead .textarea .text {
          margin-bottom: 40px;
          box-sizing: border-box; }
          #contents .ghg-reduction .lead .textarea .text p {
            line-height: 2; }
            #contents .ghg-reduction .lead .textarea .text p + p {
              margin-top: 1em; }
      #contents .ghg-reduction .lead figure {
        width: 42%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 100px;
        overflow: hidden; }
        #contents .ghg-reduction .lead figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    #contents .ghg-reduction .date .detail {
      max-width: 800px;
      margin: 0 auto 60px;
      box-sizing: border-box; }
      #contents .ghg-reduction .date .detail .box {
        width: calc((100% / 2) - 40px);
        padding: 0 0 40px;
        background-color: rgba(239, 239, 239, 0.4);
        text-align: center;
        line-height: 1;
        box-sizing: border-box;
        border-radius: 8px; }
        #contents .ghg-reduction .date .detail .box dt .year {
          font-weight: 600; }
          #contents .ghg-reduction .date .detail .box dt .year .nam {
            padding-right: 3px;
            font-size: clamp(22px, 3.4vw, 32px); }
        #contents .ghg-reduction .date .detail .box dt .label {
          padding: 0 20px;
          margin-bottom: 30px;
          font-size: 18px;
          font-weight: 600;
          line-height: 2;
          border: 2px solid #538234;
          box-sizing: border-box;
          border-radius: 8px 8px 0 0; }
        #contents .ghg-reduction .date .detail .box dd {
          margin-top: 20px; }
          #contents .ghg-reduction .date .detail .box dd p:not([class]) {
            margin: 0 auto 10px;
            color: #888888;
            font-size: 17px;
            font-weight: 600; }
          #contents .ghg-reduction .date .detail .box dd .nam span {
            padding-right: 5px;
            color: #538234;
            font-size: 52px;
            font-weight: 900;
            letter-spacing: 0.1em; }
        #contents .ghg-reduction .date .detail .box.box01 dt .label {
          color: #fff;
          background-color: #538234; }
        #contents .ghg-reduction .date .detail .box.box02 dt .label {
          color: #fff;
          background-color: #D5502F;
          border: 2px solid #D5502F; }
        #contents .ghg-reduction .date .detail .box.box02 dd .nam span {
          color: #D5502F; }
      #contents .ghg-reduction .date .detail .arrow {
        width: 40px;
        margin: 0 20px;
        position: relative; }
        #contents .ghg-reduction .date .detail .arrow span {
          width: 20px;
          height: 20px;
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
          #contents .ghg-reduction .date .detail .arrow span::after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            border-style: solid;
            border-width: 40px 0 40px 40px;
            border-color: transparent transparent transparent #ddd;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
    #contents .ghg-reduction .date .graph {
      max-width: 500px;
      width: 48%;
      margin: 0 auto;
      text-align: center; }
      #contents .ghg-reduction .date .graph img {
        width: 100%;
        object-fit: contain; }
  #contents .ghg-num {
    padding: 60px 0;
    margin-bottom: 80px;
    background-color: rgba(239, 239, 239, 0.5);
    box-sizing: border-box; }
    #contents .ghg-num .table {
      max-width: 800px;
      padding-bottom: 30px;
      margin: 0 auto; }
      #contents .ghg-num .table .unit {
        text-align: end; }
      #contents .ghg-num .table table {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse; }
        #contents .ghg-num .table table thead {
          background-color: rgba(83, 130, 52, 0.2); }
          #contents .ghg-num .table table thead tr th:nth-child(2) {
            border-top: 3px solid #538234;
            border-left: 3px solid #538234;
            border-right: 3px solid #538234; }
          #contents .ghg-num .table table thead tr th:last-child {
            border-top: 3px solid #D5502F;
            border-left: 3px solid #D5502F;
            border-right: 3px solid #D5502F; }
        #contents .ghg-num .table table tbody tr td:nth-child(2) {
          border-left: 3px solid #538234;
          border-right: 3px solid #538234; }
        #contents .ghg-num .table table tbody tr td:last-child {
          border-left: 3px solid #D5502F;
          border-right: 3px solid #D5502F; }
        #contents .ghg-num .table table tbody tr:last-child td:nth-child(2) {
          border-bottom: 3px solid #538234;
          position: relative; }
          #contents .ghg-num .table table tbody tr:last-child td:nth-child(2)::before {
            content: "基準年";
            color: #538234;
            font-weight: 600;
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%); }
        #contents .ghg-num .table table tbody tr:first-child td:last-child {
          color: #538234;
          font-weight: bold;
          border-bottom: 3px solid #D5502F;
          position: relative; }
          #contents .ghg-num .table table tbody tr:first-child td:last-child::before {
            content: "目標年";
            color: #D5502F;
            font-weight: 600;
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%); }
        #contents .ghg-num .table table tr th, #contents .ghg-num .table table tr td {
          padding: 20px;
          border: 1px solid #888888; }
        #contents .ghg-num .table table tr th {
          font-size: 18px;
          font-weight: 600;
          text-align: center; }
        #contents .ghg-num .table table tr td {
          font-size: clamp(18px, 3vw, 22px);
          text-align: end; }
        #contents .ghg-num .table table .tfoot td {
          color: #538234;
          font-weight: 600; }
  #contents .sbt .f_inner .text {
    padding-right: 60px;
    flex: 1;
    box-sizing: border-box; }
    #contents .sbt .f_inner .text p {
      line-height: 2; }
      #contents .sbt .f_inner .text p + p {
        margin-top: 1em; }
  #contents .sbt .f_inner figure {
    width: 48%; }

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

 Responsive-Breakpoint-1 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .sustainability-report #contents .wrapper {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; }

  #contents {
    margin-bottom: 90px; }
    #contents .pcnone {
      display: block; }
    #contents .tabnone, #contents .tabspnone {
      display: none; }
    #contents .title {
      margin-bottom: 50px; }
    #contents .f_inner {
      display: block; }
    #contents .atention_box {
      padding: 20px; }
    #contents .ghg-reduction {
      margin-bottom: 60px; }
      #contents .ghg-reduction .lead {
        margin-bottom: 40px; }
        #contents .ghg-reduction .lead .textarea {
          width: 100%;
          padding: 0;
          margin: 0 auto; }
          #contents .ghg-reduction .lead .textarea .text {
            margin-bottom: 30px; }
        #contents .ghg-reduction .lead figure {
          width: 100%;
          height: 160px;
          margin-bottom: 40px;
          position: relative;
          top: auto;
          right: auto;
          bottom: auto; }
      #contents .ghg-reduction .date .detail {
        padding-right: 0;
        display: flex; }
      #contents .ghg-reduction .date .graph {
        width: 50%;
        margin: 40px auto 0; }
    #contents .ghg-num {
      padding: 50px 0;
      margin-bottom: 60px; }
      #contents .ghg-num .table {
        max-width: 800px;
        margin: 0 auto; }
        #contents .ghg-num .table .unit {
          text-align: end; }
    #contents .sbt .f_inner .text {
      padding-right: 0; }
    #contents .sbt .f_inner figure {
      width: 70%;
      margin: 40px auto 0; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #contents {
    margin-bottom: 70px; }
    #contents .tabnone, #contents .pctabnone {
      display: block; }
    #contents .spnone {
      display: none; }
    #contents .title {
      margin-bottom: 40px; }
      #contents .title span {
        font-size: 20px; }
        #contents .title span::after {
          width: 80px; }
    #contents .atention_box {
      padding: 15px; }
    #contents .ghg-reduction {
      margin-bottom: 50px; }
      #contents .ghg-reduction .lead .textarea .text {
        margin-bottom: 20px; }
      #contents .ghg-reduction .lead figure {
        height: 120px;
        margin-bottom: 30px; }
      #contents .ghg-reduction .date .detail .box {
        width: calc((100% / 2) - 15px);
        padding: 0 0 20px; }
        #contents .ghg-reduction .date .detail .box dt .label {
          margin-bottom: 15px;
          font-size: 15px; }
        #contents .ghg-reduction .date .detail .box dd {
          margin-top: 15px; }
          #contents .ghg-reduction .date .detail .box dd p:not([class]) {
            font-size: 15px; }
          #contents .ghg-reduction .date .detail .box dd .nam span {
            font-size: 32px; }
      #contents .ghg-reduction .date .detail .arrow {
        width: 20px;
        margin: 0 5px; }
        #contents .ghg-reduction .date .detail .arrow span {
          width: 20px;
          height: 20px; }
          #contents .ghg-reduction .date .detail .arrow span::after {
            border-width: 15px 0 15px 20px; }
      #contents .ghg-reduction .date .graph {
        width: 80%;
        margin: 30px auto 0; }
    #contents .ghg-num {
      padding: 40px 0;
      margin-bottom: 50px; }
      #contents .ghg-num .table {
        overflow: scroll; }
        #contents .ghg-num .table table tr th, #contents .ghg-num .table table tr td {
          white-space: nowrap; }
        #contents .ghg-num .table table tbody tr:last-child td:nth-child(2)::before {
          bottom: -30px; }
        #contents .ghg-num .table table tbody tr:first-child td:last-child::before {
          bottom: -30px; }
    #contents .sbt .f_inner figure {
      width: 80%;
      margin: 30px auto 0; } }
