@charset "UTF-8";
.highLightsArea .numBox .numList .numTxt, .newsArea .newsBox td {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*ESG共通樣式*/
.mainArea {
  overflow: hidden;
}

.newsArea {
  background-color: #f7f7f7;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 90px 0;
}
@media (max-width: 768px) {
  .newsArea {
    padding: 45px 0;
  }
}
.newsArea .tableRWDWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: auto;
  width: 100%;
  position: relative;
}
.newsArea .tableRWDWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.newsArea .tableRWDWrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.newsArea .tableRWDWrap::-webkit-scrollbar-thumb {
  background: #1e42b4;
}
.newsArea .tableRWDWrap table {
  width: 100%;
  min-width: 480px;
}
@media (max-width: 520px) {
  .newsArea .tableRWDWrap::after {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    right: 0;
    top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: sticky;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(51, 51, 51, 0.1843137255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.1843137255) 100%);
    margin-left: -28px;
  }
}
.newsArea .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .head .title {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  padding: 0 32px;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media (max-width: 768px) {
  .newsArea .head .title {
    font-size: 22px;
    margin: auto;
    padding-bottom: 34px;
  }
}
.newsArea .head .title::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
  left: 0;
  top: 10px;
}
.newsArea .head .title::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
  right: 0;
  top: 10px;
}
.newsArea .newsBox {
  width: 100%;
  table-layout: fixed;
  font-size: 17px;
  border-collapse: collapse;
}
.newsArea .newsBox th {
  text-align: center;
  position: relative;
  padding: 26px 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .newsArea .newsBox th {
    padding: 18px 6px;
  }
}
.newsArea .newsBox th::before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 20px);
  background: #aaaaaa;
  bottom: 0;
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsArea .newsBox th::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #dddddd;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsArea .newsBox th:nth-of-type(1) {
  width: 140px;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(1) {
    width: 84px;
  }
}
.newsArea .newsBox th:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(1)::before {
    width: calc(100% - 8px);
  }
}
.newsArea .newsBox th:nth-of-type(2) {
  width: 150px;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(2) {
    width: 94px;
  }
}
.newsArea .newsBox th:nth-of-type(3) {
  width: 100%;
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(3) {
    padding-left: 12px;
  }
}
.newsArea .newsBox th:nth-of-type(3)::after {
  display: none;
}
.newsArea .newsBox th:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  right: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .newsArea .newsBox th:nth-of-type(3)::before {
    width: calc(100% - 8px);
  }
}
.newsArea .newsBox td {
  text-align: center;
  padding: 26px 20px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-all;
}
@media (max-width: 768px) {
  .newsArea .newsBox td {
    padding: 14px 6px;
    font-size: 13px;
  }
}
.newsArea .newsBox td:nth-of-type(3) {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.newsArea .newsBox td:nth-of-type(3) a {
  font-weight: 500;
}
.newsArea .newsBox td.current {
  background: #fff;
}
.newsArea .pageBox {
  padding-top: 75px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .newsArea .pageBox {
    padding-top: 35px;
  }
}
.newsArea .pageBox .pageList.number {
  padding-bottom: 0;
}
.newsArea .pageBox .pageList.number li {
  margin-bottom: 0;
}

.linkArea {
  padding: 100px 0 55px 0;
}
@media (max-width: 1200px) {
  .linkArea {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 40px 0 0px 0;
  }
}

.highLightsArea {
  padding: 158px 0;
  text-align: center;
  background: no-repeat url(../images/highlight_bg.png) left 29.5% top 56% #f7f7f7;
}
@media (max-width: 1600px) {
  .highLightsArea {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .highLightsArea {
    padding: 60px 0;
    padding-top: 20px;
  }
}
.highLightsArea > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
}
@media (max-width: 1400px) {
  .highLightsArea > .wrap {
    display: block;
  }
}
.highLightsArea .content {
  display: block;
  min-width: 0;
  padding-left: 59px;
}
@media (max-width: 1600px) {
  .highLightsArea .content {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .highLightsArea .content {
    padding-left: 0px;
  }
}
@media (max-width: 1200px) {
  .highLightsArea .content {
    position: relative;
  }
}
.highLightsArea .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.highLightsArea .content .bottom {
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .highLightsArea .content .bottom {
    padding-top: 30px;
  }
}
.highLightsArea .classBox {
  width: 100%;
  position: relative;
}
.highLightsArea .classBoxRow {
  margin-top: 0;
  margin-bottom: 34px;
}
.highLightsArea .classBox .classCurrent {
  border-radius: 99px;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .highLightsArea .classBox .classCurrent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #666;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.highLightsArea .classBox .classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -25px;
  margin-bottom: 0px;
  max-width: 380px;
}
@media (max-width: 1400px) {
  .highLightsArea .classBox .classLink {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .highLightsArea .classBox .classLink {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    left: 0;
  }
}
.highLightsArea .classBox .classLink.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highLightsArea .classBox .classLink .classItem {
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .highLightsArea .classBox .classLink .classItem {
    margin-bottom: 0;
  }
}
.highLightsArea .classBox .classLink .classItem:last-of-type::after {
  display: none;
}
.highLightsArea .classBox .classLink .classItem::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1200px) {
  .highLightsArea .classBox .classLink .classItem::after {
    display: none;
  }
}
.highLightsArea .classBox .classLink .classItem .link {
  background: transparent;
  font-size: 15px;
  color: #999999;
  letter-spacing: 1px;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .highLightsArea .classBox .classLink .classItem .link {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.highLightsArea .infoBox {
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
  padding-top: 21px;
}
@media (max-width: 1400px) {
  .highLightsArea .infoBox {
    border-right: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 56px;
  }
}
.highLightsArea .infoBox .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: sideways-right;
  font-size: 20px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  padding-top: 24px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 10px;
}
.highLightsArea .infoBox .title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #1e42b4;
  position: absolute;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .highLightsArea .infoBox .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 0;
    margin: 0;
    padding-left: 10px;
  }
  .highLightsArea .infoBox .title::before {
    left: 0;
    top: auto;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.highLightsArea .infoBox .enTitle {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 18px;
  font-weight: bold;
  color: #1e42b4;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 1400px) {
  .highLightsArea .infoBox .enTitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.highLightsArea .highLightsBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 72px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1400px) {
  .highLightsArea .highLightsBox {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 960px) {
  .highLightsArea .highLightsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.highLightsArea .highLightsTxtBox {
  max-width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
  width: 100%;
  padding-right: 80px;
}
@media (max-width: 1400px) {
  .highLightsArea .highLightsTxtBox {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .highLightsArea .highLightsTxtBox {
    position: relative;
    max-width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.highLightsArea .highLightsTxtList .slick-slide {
  pointer-events: none;
}
.highLightsArea .highLightsTxtList .slick-slide.slick-current {
  pointer-events: auto;
}
.highLightsArea .highLightsTxtList .Txt {
  text-align: left;
}
.highLightsArea .highLightsTxtList .Txt .title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .highLightsArea .highLightsTxtList .Txt .title {
    padding-right: 100px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .highLightsArea .highLightsTxtList .Txt .title {
    margin-bottom: 10px;
  }
}
.highLightsArea .highLightsTxtList .Txt .enTitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 960px) {
  .highLightsArea .highLightsTxtList .Txt .enTitle {
    font-size: 20px;
  }
}
.highLightsArea .highLightsTxtList .Txt .textEditor {
  word-wrap: break-word;
  font-size: 17px;
  color: #666666;
  letter-spacing: 1.2px;
  line-height: 30px;
  margin-bottom: 22px;
}
@media (max-width: 960px) {
  .highLightsArea .highLightsTxtList .Txt .textEditor {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .highLightsArea .highLightsTxtList .Txt .textEditor {
    margin-bottom: 20px;
  }
}
.highLightsArea .highLightsTxtList .Txt .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  font-size: 17px;
  border-radius: 99px;
  color: #fff;
  max-width: 290px;
  width: 100%;
  height: 60px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .highLightsArea .highLightsTxtList .Txt .more {
    max-width: 220px;
    height: 52px;
  }
}
@media (max-width: 960px) {
  .highLightsArea .highLightsTxtList .Txt .more {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .highLightsArea .highLightsTxtList .Txt .more {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 180px;
  }
}
.highLightsArea .highLightsTxtList .Txt .more:hover {
  background-color: #3dae2b !important;
}
.highLightsArea .highLightsImgList {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  margin-top: -58px;
}
@media (max-width: 1400px) {
  .highLightsArea .highLightsImgList {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .highLightsArea .highLightsImgList {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.highLightsArea .highLightsImgList .highLightsImgItem {
  display: block;
}
@media (max-width: 960px) {
  .highLightsArea .highLightsImgList .highLightsImgItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.highLightsArea .highLightsImgList .highLightsImgItem .Img {
  overflow: hidden;
}
.highLightsArea .highLightsImgList .highLightsImgItem .Img img {
  width: 100%;
}
.highLightsArea .indexBox {
  color: #666666;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .highLightsArea .indexBox {
    position: absolute;
    left: 0;
  }
}
.highLightsArea .indexBox .slash {
  margin: 0 15px;
}
@media (max-width: 960px) {
  .highLightsArea .indexBox .slash {
    margin: 0 10px;
  }
}
.highLightsArea .navBox {
  padding-top: 79px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .highLightsArea .navBox {
    padding-top: 40px;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .highLightsArea .navBox {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .highLightsArea .navBox .arrowBox {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
  }
  .highLightsArea .navBox .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.highLightsArea .navBox .arrow {
  margin: 0 3px;
}
.highLightsArea .numBox {
  position: relative;
}
.highLightsArea .numBox .numListWrap {
  overflow: hidden;
}
.highLightsArea .numBox .numList {
  display: none;
  margin: 0 -1px;
}
.highLightsArea .numBox .numList .slick-track {
  margin-left: 0;
}
.highLightsArea .numBox .numList .num,
.highLightsArea .numBox .numList .percent {
  font-size: 40px;
  font-weight: bold;
}
.highLightsArea .numBox .numList .superior {
  font-size: 34px;
  font-weight: 600;
  vertical-align: top;
  display: inline-block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.highLightsArea .numBox .numList .unit {
  font-size: 20px;
  font-weight: 400;
}
.highLightsArea .numBox .numList .title {
  display: block;
  font-size: 24px;
}
@media (max-width: 1400px) {
  .highLightsArea .numBox .numList .title {
    font-size: 20px;
  }
}
.highLightsArea .numBox .numList .numTxt {
  display: inline-block;
}
.highLightsArea .numBox .numList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.highLightsArea .numBox .numList .numItem {
  padding: 0 30px;
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 1400px) {
  .highLightsArea .numBox .numList .numItem {
    padding: 0 20px;
  }
}
.highLightsArea .numBox .arrowBox {
  display: none;
  width: 100%;
  position: absolute;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.highLightsArea .numBox .arrowBox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.highLightsArea .numBox .arrowBox .arrow {
  width: 44px;
  height: 44px;
}
.highLightsArea .numBox .arrowBox .arrowPrev {
  -webkit-transform: scaleX(-1) translateX(30px);
          transform: scaleX(-1) translateX(30px);
}
@media (max-width: 1600px) {
  .highLightsArea .numBox .arrowBox .arrowPrev {
    -webkit-transform: scaleX(-1) translateX(0);
            transform: scaleX(-1) translateX(0);
  }
}
.highLightsArea .numBox .arrowBox .arrowNext {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media (max-width: 1600px) {
  .highLightsArea .numBox .arrowBox .arrowNext {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.typeLayout.type3_2 .topArea .topItem .documentList .documentItem .download,
.typeLayout.type3_2 .topArea .topItem .main .download {
  border-radius: 0 !important;
}
/*# sourceMappingURL=esg_home.css.map */