@charset "UTF-8";
/* ==========================================================================
   parts
   ========================================================================== */
.p-pdfLink.-mt2em {
  margin-top: 2em;
}

.-width7per {
  width: 7%;
}

.-width10per {
  width: 10%;
}

.-width15per {
  width: 15%;
}

.-width20per {
  width: 20%;
}

.-width25per {
  width: 25%;
}

.-width30per {
  width: 30%;
}

.-width40per {
  width: 40%;
}

.-width50per {
  width: 50%;
}

.p-txtWrap .p-txt {
  margin-bottom: 45px;
}

.p-txt.-txtRight {
  text-align: right;
}

.m-noteList {
  margin-top: 10px;
}

.m-noteList-item {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media only screen and (max-width: 768px) {
  .p-txtWrap .p-txt {
    margin-bottom: 30px;
  }
}

.p-txt.-mt1em {
  margin-top: 1em;
}

.p-txt.-mt2em {
  margin-top: 2em;
}

.p-centerImg {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-centerImg img {
    max-width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .c-processContainer .p-txt {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-processContainer .p-txt {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-propulsionContainer .p-centerImg {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-propulsionContainer .p-centerImg {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-propulsionContainer .m-grid {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-propulsionContainer .m-grid {
    margin-top: 30px;
  }
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-tableWrap {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-tableWrap {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .m-tableWrap {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-tableWrap + .p-txtWrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-tableWrap + .p-txtWrap {
    margin-top: 30px;
  }
}

.m-boundaryTable .m-table-header {
  width: auto;
}

.m-boundaryTable .m-table-header.-widthSmall,
.m-boundaryTable .m-table-data.-widthSmall {
  width: 19%;
}

.m-table-header.-width9_2per,
.m-table-data.-width9_2per {
  width: 9.2%;
}

.m-table-header.-width14per,
.m-table-data.-width14per {
  width: 14%;
}

.m-table-header.-width19_5per,
.m-table-data.-width19_5per {
  width: 19.5%;
}

.m-table-header.-width29_5per,
.m-table-data.-width29_5per {
  width: 29.5%;
}

.m-table-header.-width37per,
.m-table-data.-width37per {
  width: 37%;
}

.m-table-header.-width52_5per,
.m-table-data.-width52_5per {
  width: 52.5%;
}

.m-table-header.-borderTop-none {
  border-top: none;
}

.m-table-header.-borderBtm-none {
  border-bottom: none;
}

.m-table-data.-borderTop-dotted {
  border-top-style: dotted;
}

.m-table-data.-borderBtm-dotted {
  border-bottom-style: dotted;
}

.-mb8 {
  margin-bottom: 8px;
}

.-mt30 {
  margin-top: 30px;
}

.m-goalList-item {
  font-size: 1.4rem;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}

.m-goalList-item + .m-goalList-item {
  margin-top: 5px;
}

.m-goalList-item .p-txt {
  line-height: 1.2;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .m-goalList-item {
    line-height: 1.5;
  }
}

.m-goalList-item::before {
  content: '・';
  display: inline;
}

@media only screen and (max-width: 768px) {
  .m-grid-content + .m-grid-content {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-grid-img > img {
    height: auto;
  }
}

.m-targetList-contents {
  margin-top: 10px;
}

.m-shortTable.-materiality {
  font-size: 1.4rem;
}

.m-shortTable.-materiality .m-shortTable-header, .m-shortTable.-materiality .m-shortTable-data {
  word-break: normal;
}

.m-shortTable.-materiality th, .m-shortTable.-materiality td {
  line-height: 1.2;
  padding: 5px;
}

.m-shortTable-img + .m-shortTable-img {
  margin-top: 5px;
}

.m-dotList-item {
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: -1.3em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .m-dotList-item {
    line-height: 1.5;
  }
}

.m-dotList-item::before {
  content: '・';
  display: inline;
  margin-right: 0.3em;
}

.m-lineList-item {
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: -1.3em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .m-lineList-item {
    line-height: 1.5;
  }
}

.m-lineList-item::before {
  content: '-';
  display: inline;
  margin-right: 0.3em;
}

/* ==========================================================================
   components
   ========================================================================== */
.c-headdingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    margin-bottom: 30px;
  }
}

.c-issueContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-issueContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-issueContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-issueContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-issueContainer {
    margin-bottom: 60px;
  }
}

.c-issueContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-issueContainer-inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-issueContainer-inner {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-issueContainer-inner {
    margin-bottom: 60px;
  }
}

.c-issueContainer-item {
  margin: 60px 0 80px;
}

@media only screen and (max-width: 768px) {
  .c-issueContainer-item {
    margin: 40px 0 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-planContainer,
  .c-processContainer,
  .c-propulsionContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-planContainer,
  .c-processContainer,
  .c-propulsionContainer {
    margin-bottom: 60px;
  }
}


/* ==========================================================================
   /sustainability/policy/systems/ からの移行
   ========================================================================== */
@media print,
screen and (min-width:769px) {
  .c-planContainer-inner .p-txt {
    margin-bottom: 60px
  }
}
@media only screen and (max-width:768px) {
  .c-planContainer-inner .p-txt {
    margin-bottom: 40px
  }
}
.c-planContainer.-colorbeige .p-txt {
  line-height: 2.6;
  font-weight: 700
}
@media only screen and (max-width:768px) {
  .c-planContainer.-colorbeige .p-txt {
    line-height: 2;
    font-size: 1.5rem
  }
}
@media print,
screen and (min-width:769px) {
  .p-txt.-centerpc {
    text-align: center
  }
}
.m-mv.-key {
  height: 0;
  margin-bottom: 0;
  padding-bottom: 31.94444%;
  background-image: url(/sustainability/policy/systems/img/img-mv_pc.jpg);
  background-size: cover
}
@media only screen and (max-width:768px) {
  .m-mv.-key {
    padding-bottom: 46.93333%;
    background-image: url(/sustainability/policy/systems/img/img-mv_sp.jpg)
  }
}
@media print,
screen and (min-width:769px) {
  .m-mv.-sustainability {
    width: 100%;
    height: auto;
    margin: 80px auto
  }
}
@media only screen and (max-width:768px) {
  .m-mv.-sustainability {
    min-height: 152px;
    margin-bottom: 40px
  }
}
.m-mv.-sustainability p {
  height: 0;
  background-size: cover
}
@media print,
screen and (min-width:769px) {
  .m-mv.-sustainability p {
    padding-bottom: 45.21739%;
    background-image: url(/sustainability/policy/systems/img/img-sustainability_pc.png)
  }
}
@media only screen and (max-width:768px) {
  .m-mv.-sustainability p {
    padding-bottom: 50.29851%;
    background-image: url(/sustainability/policy/systems/img/img-sustainability_sp.png)
  }
}
@media print,
screen and (min-width:769px) {
  .m-mv-txtWrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
  }
}
@media print,
screen and (min-width:769px) and (min-width:769px) {
  .m-mv-txtWrap {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px
  }
}
@media only screen and (min-width:769px) and (max-width:768px) {
  .m-mv-txtWrap {
    width: 92%
  }
}
@media only screen and (max-width:768px) {
  .m-mv-txtWrap {
    top: 40%;
    padding: 0 6%;
    text-align: left
  }
}
.m-mv-txt {
  color: #333;
  font-size: 4rem
}
@media only screen and (max-width:768px) {
  .m-mv-txt {
    line-height: 1.6;
    font-size: 2rem
  }
}
@media print,
screen and (min-width:769px) {
  .m-relationLinkList {
    margin-bottom: 60px
  }
}
@media only screen and (max-width:768px) {
  .m-relationLinkList {
    margin-bottom: 40px
  }
}
@media print,
screen and (min-width:769px) {
  .m-colList-cap {
    font-size: 1.6rem
  }
}
.c-headdingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px
}
@media print,
screen and (min-width:769px) {
  .c-headdingContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px
  }
}
@media only screen and (max-width:768px) {
  .c-headdingContainer {
    width: 92%
  }
}
@media only screen and (max-width:768px) {
  .c-headdingContainer {
    margin-bottom: 47px
  }
}
.c-mvContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto
}
@media print,
screen and (min-width:769px) {
  .c-mvContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px
  }
}
@media only screen and (max-width:768px) {
  .c-mvContainer {
    width: 92%
  }
}
@media print,
screen and (min-width:769px) {
  .c-mvContainer {
    margin-bottom: 80px
  }
}
@media only screen and (max-width:768px) {
  .c-mvContainer {
    margin-bottom: 60px
  }
}
.c-planContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto
}
@media print,
screen and (min-width:769px) {
  .c-planContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px
  }
}
@media only screen and (max-width:768px) {
  .c-planContainer {
    width: 92%
  }
}
@media print,
screen and (min-width:769px) {
  .c-planContainer {
    margin-bottom: 80px
  }
}
@media only screen and (max-width:768px) {
  .c-planContainer {
    margin-bottom: 60px
  }
}
.c-planContainer.-colorbeige {
  padding: 6rem 0;
  background: #fbf1dd
}
@media print,
screen and (min-width:769px) {
  .c-planContainer.-colorbeige {
    max-width: none
  }
}
@media only screen and (max-width:768px) {
  .c-planContainer.-colorbeige {
    width: 100%;
    padding: 3rem 2.5rem
  }
}
.c-planContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px
}
@media only screen and (max-width:768px) {
  .c-planContainer-inner {
    width: 100%
  }
}
@media only screen and (min-width:769px) {
    .c-planContainer-movie {
        margin: -80px 0 0;
        padding: 80px 0;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .c-planContainer-movie .c-planContainer-inner video-js {
        border: none;
        height: 607.5px;
        width: 1080px;
    }
    .c-planContainer-movie .c-planContainer-inner video {
      height: auto;
      width: 1080px;
  }
}
@media only screen and (max-width:768px) {
    .c-planContainer-movie {
        margin: -60px 0 0;
        padding: 60px 0;
        text-align: center;
    }
    .c-planContainer-movie .c-planContainer-inner video-js {
        border: none;
        display: block;
        height: 56.25vw;
        margin: 0 auto;
        width: 92%;
    }
    .c-planContainer-movie .c-planContainer-inner video {
      height: auto;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 92%;
    }
}

/*===========
.scroll-box
===========*/

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

/*===========
scrollbar
===========*/

.scroll-box::-webkit-scrollbar {
  height: 10px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #8b8558;
  border: none;
  transition: all 0.2s;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #f3be00;
}

/*===========
table
===========*/

.scroll-box table {
  min-width: 150%;
  width: auto;
}
.scroll-box td {
  background: #fff;
}
._sticky {
  position: sticky;
  left: 0;
}
.scroll-box table th._sticky {
  background: #f5f6f9;
}
._sticky:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 768px) {
  .scroll-box table {
    font-size: 1.4rem;
    min-width: 280%;
    width: auto;
  }
  .scroll-box table th,
  .scroll-box table td {
    padding: 8px;
  }
}
