@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;600&family=Noto+Serif+TC:wght@200;400;600&display=swap");
*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
  -o-transition: background-color 0.2s linear, border-color 0.1s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
  transition: background-color 0.2s linear, border-color 0.1s linear;
}

.h1 {
  font-size: 2.8rem;
}

.h2 {
  font-size: 2.4rem;
}

.h3 {
  font-size: 2.2rem;
}

.h4 {
  font-size: 2rem;
}

.h5 {
  font-size: 1.8rem;
}

.h6 {
  font-size: 1.6rem;
}

.p {
  font-size: 1.4rem;
}

.p-sm {
  font-size: 1.4rem;
}

.note {
  font-size: 1.2rem;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

/* ------- 標頭設計(字級,字距,顏色) ------- */
html {
  font-size: 10px;
}

[lang=zh-Hans-TW] body,
[lang=zh-Hans-TW] * {
  font-family: "Noto Sans TC", sans-serif;
}

.sustainability-page {
  background-color: #fff;
  -webkit-print-color-adjust: exact;
  overflow: hidden;
  padding-bottom: 0;
  font-size: 1.4rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* CSS Document */
.pc-mode-01 {
  display: block !important;
}

.pc-mode-02 {
  display: inline !important;
}

.sp-mode-01 {
  display: none !important;
}

.sp-mode-02 {
  display: none !important;
}

/* 容器設定*/
.inner {
  width: 940px;
  margin: 0 auto;
}

.inner-01 {
  width: 1120px;
  margin: 0 auto;
}

/* common
-----------------------------------------------------------------*/
.fw-600 {
  font-weight: 600 !important;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

/*sustainability_container
--------------------------------------------------------------*/
.vi-bg {
  background: url(../images/sustainability/img_vi_bg.jpg) no-repeat top center;
  padding: 176px 0 170px;
  margin-bottom: 200px;
}

.ttl-txt {
  font-family: "Noto Serif TC", "Hiragino Mincho ProN", "Sawarabi Mincho", serif;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  letter-spacing: 1.5px;
}

.ttl-txt-01 {
  letter-spacing: -0.5em;
}

.txt-01 {
  color: #434343;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.txt-02 {
  font-weight: bold;
}

.txt-03 {
  text-align: center;
}

.txt-04 {
  color: #cc4747;
}

.note {
  font-size: 1rem;
  margin-top: 10px;
  color: #555;
}

.note dt {
  float: left;
}

.note dd {
  margin-left: 18px;
}

.note-01 {
  color: #777;
}

.note.note-02 {
  /*font-size: 1.143em;*/
  font-size: 1em;
  color: #777;
}

.note.note-02 dd {
  margin-left: 1.5em;
}

.ttl-01 {
  font-size: 34px;
  line-height: 1.5;
  margin: 20px 0 30px;
  text-align: left;
}

.ttl-01 .sub-ttl-01 {
  font-size: 20px;
  color: #0a4da1;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 6px;
}

.ttl-02 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 100px;
}

.ttl-03 {
  font-size: 26px;
  margin-bottom: 0.75em;
}

.ttl-03 .small {
  font-size: 0.74em;
}

.list-01 {
  color: #555;
  margin-bottom: 1.5em;
}

.list-01 dt {
  font-weight: bold;
  float: left;
}

.list-01 dd {
  padding: 0 0 0 80px;
  margin-bottom: 0.5em;
}

.list-02 {
  padding-left: 1.5em;
}

.list-02 > li {
  list-style-type: disc;
  margin-bottom: 0.2em;
}

.clm-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.clm-02.clm-02b {
  align-items: flex-start;
}

.clm-02 .txt-wrap {
  width: 450px;
}

.clm-02 .txt-wrap .txt-01 + .list-01 {
  padding-top: 9px;
}

.btn-01 {
  width: 480px;
  margin: 0 auto 120px;
}

.btn-01 a {
  color: #fff;
  background: url(../images/sustainability/arw_01.png) no-repeat left 40px center #005bac;
  background-size: 11px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 10px;
  font-size: 1.571em;
  font-weight: bold;
  padding: 21px 20px 18px 50px;
  width: 100%;
  text-align: center;
}

.btn-01 a:hover {
  opacity: 0.7;
}

.img-03 {
  margin: 80px auto 0;
  text-align: center;
}

.img-04 {
  width: 440px;
  border: solid 1px #b5b5b5;
  border-radius: 10px;
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.img-04 img {
  margin: 0 auto;
}

#SEC01 {
  padding-bottom: 140px;
  background: url(../images/sustainability/img_01_pc.png) no-repeat top center;
}

#SEC01 .clm-01 {
  width: 940px;
  margin: 0 auto;
}

#SEC01 .clm-01-01 .txt-wrap {
  width: 448px;
  float: left;
}
#SEC01 .clm-01-01 .txt-wrap .ttl-txt {
  font-size: inherit;
}

#SEC01 .clm-01-02 {
  margin-bottom: 40px;
}

#SEC01 .clm-01-02 .txt-wrap {
  float: right;
  width: 510px;
  margin: 180px 0 0;
}
#SEC01 .clm-01-02 .txt-wrap .ttl-txt {
  font-size: inherit;
}

.img-01-02 {
  margin: -34px 0 0 -30px;
}

.section_02_bg {
  background-color: #f1f7ff;
  padding: 136px 0 130px;
}

#SEC03.section_03_bg {
  background-size: contain;
  background: url(../images/sustainability/img_07_pc.png) no-repeat top center;
  padding: 206px 0 0;
}

#SEC03 .clm-02 {
  margin: 260px 0 100px;
}

#SEC03 .img-04 {
  width: 300px;
}
#SEC03 .clm-02 .txt-wrap {
  width: 600px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.6458vw;
  }
  .inner {
    width: 90%;
  }
  .inner-01 {
    width: 100%;
  }
  .toolBox01 {
    padding: 3% 0;
  }
  .pc-mode-01 {
    display: none !important;
  }
  .pc-mode-02 {
    display: none !important;
  }
  .sp-mode-01 {
    display: block !important;
  }
  .sp-mode-02 {
    display: inline !important;
  }
  /*sustainability_container
  --------------------------------------------------------------*/
  #sustainability_container {
    position: relative;
    /*padding: 16.6% 0 0;*/
    padding: 0;
  }
  .vi-bg {
    background: none;
    padding: 0;
    margin-bottom: 20.8333vw;
  }
  .kv_img_01.inner,
  #SEC01 .clm-01 {
    width: 100%;
    margin: 0 auto;
  }
  .ttl-txt-01 {
    letter-spacing: -0.5em;
  }
  .ttl-01 {
    font-size: 33px;
    margin: 0 0 6.7708vw;
    line-height: 1.35;
  }
  .ttl-01 .sub-ttl-01 {
    margin-bottom: 2vw;
  }
  .ttl-02 {
    font-size: 33px;
    margin-bottom: 10vw;
  }
  .ttl-03 {
    margin-bottom: 6.125vw;
  }
  .note dd {
    margin-left: 4vw;
  }
  .note.note-02 {
    font-size: 2.8646vw;
  }
  .list-01 {
    font-size: 2.8646vw;
    margin-bottom: 1.5em;
  }
  .list-01 dd {
    padding: 0 0 0 16.4063vw;
    margin-bottom: 0.5em;
  }
  #SEC01 {
    margin-bottom: 18.2292vw;
    padding-bottom: 0;
    background: none;
  }
  #SEC01 .clm-01-01 .txt-wrap,
  #SEC01 .clm-01-02 .txt-wrap {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #SEC01 .clm-01-02 {
    margin-bottom: 0;
  }
  .img-01-01 {
    margin-bottom: 16vw;
  }
  .img-01-02 {
    margin: -5vw auto 7.8125vw;
  }
  .section_02_bg {
    padding: 17.1875vw 0;
  }
  .clm-02 {
    display: block;
  }
  .clm-02 .img-02 {
    max-width: 686px;
    width: 100%;
    margin: 0 auto 6.25vw;
  }
  .clm-02 .txt-wrap {
    width: 100%;
    margin-bottom: 16.6667vw;
  }
  .clm-02 .txt-wrap .txt-01 + .list-01 {
    padding-top: 3vw;
  }
  .img-03 {
    width: 79.6875vw;
    margin: 15.625vw auto 0;
  }
  #SEC03.section_03_bg {
    background: url(../images/sustainability/img_06_sp.png) no-repeat top center;
    padding: 12.75vw 0 25vw;
    background-size: contain;
  }
  #SEC03 .clm-02 {
    margin: 98.5417vw 0 0;
  }
  #SEC03 .ttl-02 {
    font-size: 33px;
    line-height: 1.5;
    margin: 0 0 20.625vw;
  }
  #SEC03 .img-04 {
    width: inherit;
    margin: 0 auto 10.8333vw;
  }
  #SEC03 .clm-02 .txt-wrap {
    width: inherit;
    margin-bottom: 8.8542vw;
  }
  .img-04 {
    width: 72%;
    max-width: 440px;
    margin: 0 auto 20.8333vw;
    padding: 9.1146vw;
    border-radius: 1.3vw;
  }
  .img-04 img {
    margin: 0 auto;
    width: 27.0833vw;
  }
  .btn-01 {
    width: 100%;
    margin: 0 auto;
  }
  .btn-01 a {
    font-size: 4.1667vw;
    background-size: 2.6042vw;
    padding: 4.1667vw;
  }
}
@media screen and (max-width: 480px) {
  #sustainability_container {
    padding: 16.6% 0 0;
  }
}

/*# sourceMappingURL=sustainability.css.map */
