.nav-block {
  background-color: #006a51;
}

.nav-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
}

.nav-menu {
  display: flex;
  width: 70%;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
}

.navbar.header {
  position: fixed;
  top: 70px;
  z-index: 8;
  height: 70px;
  margin-top: -70px;
  padding: 0px;
  background-color: transparent;
}

.nav-item {
  display: flex;
  min-height: 70px;
  margin-right: 0em;
  margin-left: 0px;
  padding: 5px 1em;
  align-items: center;
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 1em;
}

.nav-item:hover {
  background-color: #eeb211;
  color: #fff;
}

.nav-item.w--current {
  background-color: #eeb211;
  color: #fff;
}

.brand {
  position: relative;
  display: block;
  overflow: hidden;
  width: 210px;
  height: 70px;
  justify-content: flex-start;
  background-image: url('../images/logo-w.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body {
  font-family: 'Noto Sans TC';
  font-size: 18px;
  line-height: 1.4;
}

.kv-sec {
  padding-top: 70px;
  background-color: #c6dacf;
}

.container {
  display: flex;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
}

.container.kv {
  justify-content: space-between;
}

.container.up {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.container.atg {
  max-width: 1200px;
  margin-top: 6em;
  margin-bottom: 4em;
}

.container.atg-2 {
  max-width: 1080px;
  flex-direction: column;
}

.container.atg-slider {
  position: relative;
  margin-top: 4em;
  flex-direction: column;
  align-items: stretch;
}

.container.str {
  flex-direction: column;
}

.container.fund {
  flex-direction: column;
}

.kv-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.kv-img-block {
  max-height: 674px;
  max-width: 640px;
}

.kv-h1 {
  color: #025e4c;
  font-size: 4em;
  line-height: 1.1;
}

.kv-h2-g {
  color: #025e4c;
}

.kv-h2 {
  font-size: 1.7em;
}

.kv-date-link {
  margin-top: 1em;
}

.up-sec {
  position: relative;
  width: 100%;
  background-image: url('../images/cloud.svg'), url('../images/up-bg.svg');
  background-position: 50% 90%, 50% 100%;
  background-size: 1450px, 1920px;
  background-repeat: no-repeat, no-repeat;
}

.up-block-01 {
  margin-top: 3em;
  padding-top: 7em;
  background-image: url('../images/up-bg-01.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.sec-h1 {
  margin-bottom: 0.4em;
  color: #025e4c;
  font-size: 2.6em;
  line-height: 1.4;
  font-weight: 700;
}

.thin {
  font-weight: 300;
}

.text-mark {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 0.6em;
}

.sec-h1-text {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.sec-h1-text.str {
  max-width: 1110px;
}

.case-block {
  display: flex;
  width: 1110px;
  margin-top: 3em;
  justify-content: space-around;
}

.case-item-block {
  display: flex;
  overflow: hidden;
  width: 290px;
  padding: 1px;
  flex-direction: column;
  align-items: center;
  border-radius: 40px;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #d3ec5a, #69c889 33%, rgba(85, 183, 182, 0.1) 60%, hsla(0, 0%, 100%, 0));
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.case-item-h1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0.5em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-image: linear-gradient(90deg, #52b172, #007979 75%);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center;
}

.item-text {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.item-text-b {
  color: #025e4c;
  font-weight: 700;
}

.item-icon {
  width: 120px;
  height: 80px;
  margin: 0.5em auto;
}

.case-item-border {
  padding-bottom: 1em;
  border-radius: 40px;
  background-color: #fff;
}

.item-h2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.note {
  max-width: 1110px;
  font-size: 0.66em;
}

.note.mt-3em {
  margin-top: 3em;
}

.note.biz {
  max-width: 49%;
  margin-bottom: 10em;
  text-align: left;
}

.note.atg {
  margin-top: 5em;
  text-align: center;
}

.note.slider-item {
  max-width: 860px;
  margin-top: 2em;
  margin-left: 2em;
}

.note.str {
  max-width: 1110px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.note.str.last {
  max-width: 1100px;
  margin-top: 2em;
}

.note.fund {
  max-width: 970px;
  margin-top: 2em;
  text-align: justify;
}

.up-block-02 {
  padding-top: 4em;
  text-align: center;
}

.biz-block {
  display: flex;
  width: 1110px;
  margin-top: 3em;
  justify-content: space-around;
}

.up-block-03 {
  width: 100%;
  max-width: 1200px;
  padding-top: 4em;
  text-align: center;
}

.biz-item-block {
  display: flex;
  margin-top: 2em;
  margin-bottom: 3em;
  justify-content: space-between;
}

.biz-item.pc-mt-2em {
  margin-top: 2em;
}

.biz-item.pc-mt-4em {
  margin-top: 4em;
}

.up-deco {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -2em;
  width: 50%;
  max-width: 950px;
}

.up-deco-img {
  width: 100%;
  height: auto;
}

.bg-01 {
  background-image: url('../images/line.svg'), linear-gradient(90deg, #137962, #19866b);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat-y, repeat;
}

.atg-sec {
  padding-bottom: 2em;
  background-image: url('../images/atg-bg-bottom.svg'), url('../images/atg-bg-top-deco.png'), url('../images/atg-bg-top.svg'), linear-gradient(180deg, transparent 70%, #fff);
  background-position: 50% 100%, 50% 320px, 50% 490px, 0px 0px;
  background-size: 1920px, auto, 1920px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.atg-h1 {
  width: 450px;
  flex: 0 0 auto;
}

.atg-intro-text {
  padding-left: 4em;
  color: #fff;
}

.green {
  color: #c3e426;
}

.green.b {
  font-weight: 700;
}

.atg-item-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.atg-item {
  position: relative;
  display: flex;
  max-width: 290px;
  padding: 2em 2em 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #8acb4c;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 #e9e5de;
  color: #24a09a;
}

.atg-item-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #28866c;
  font-size: 1.6em;
  line-height: 1.4;
}

.atg-item-h2 {
  margin-top: 0px;
  color: #28866c;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 400;
}

.atg-item-text {
  margin-top: 0.5em;
  color: #000;
  font-size: 1em;
  text-align: center;
}

.atg-item-large {
  color: #025e4c;
  font-size: 1.9em;
}

.arrow-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -9%;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  border-radius: 99px;
  background-image: linear-gradient(135deg, #b4da38, #007f7b);
  box-shadow: 0 0 5px 0 #c0dda6;
}

.arrow-init {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background-color: #fff;
}

.arrow-img {
  width: 10px;
  height: 32px;
}

.arrow-img.left {
  transform: rotate(90deg);
}

.arrow-img.right {
  transform: rotate(-90deg);
}

.slider-sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 6;
  display: flex;
  width: 520px;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #189896 #189896 #189896;
  border-radius: 99px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(96, 191, 175, 0.4);
}

.slider-sticky-link {
  margin-bottom: -1px;
  padding-right: 10px;
  padding-left: 10px;
  color: #28866c;
  font-size: 1.3em;
  line-height: 1.7;
  font-weight: 700;
  text-decoration: none;
}

.slider-sticky-link.w--current {
  border-bottom: 5px solid #025e4c;
}

.stickynav-large {
  color: #025e4c;
  font-size: 1.6em;
}

.chart-img-mb {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.chart-block {
  display: flex;
  overflow: hidden;
  height: 500px;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #52b172;
  border-radius: 20px;
  background-color: #fff;
}

.chart-block.h-580 {
  height: 580px;
}

.slide-left-arrow {
  left: -25px;
  top: -3em;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-image: linear-gradient(180deg, #007979, #52b172);
  box-shadow: 1px 1px 5px 0 #c0dda6;
}

.slide-right-arrow {
  left: auto;
  top: -3em;
  right: -25px;
  bottom: 0%;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-image: linear-gradient(315deg, #007979, #52b172);
  box-shadow: 1px 1px 5px 0 #c0dda6;
}

.slide-a-dot-nav {
  position: absolute;
  left: 2em;
  top: -3.2em;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: flex;
  max-width: 750px;
  justify-content: space-around;
}

.slide-block {
  position: relative;
  height: auto;
  margin-top: 2em;
  padding-top: 5em;
  padding-bottom: 2em;
  border-radius: 20px;
  background-image: url('../images/slider-bg-pc.svg');
  background-position: 50% 24px;
  background-size: auto;
  background-repeat: no-repeat;
}

.slider {
  height: 550px;
  background-color: transparent;
}

.slider.a {
  top: 0px;
  height: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.slider.b {
  top: 0px;
  height: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.chart-img-pc {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chart-img-pc.h580 {
  height: 580px;
}

.mask {
  z-index: 2;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.slide-b-dot-nav {
  position: absolute;
  left: 2em;
  top: -3.2em;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: flex;
  max-width: 750px;
  justify-content: space-around;
}

.slide-c-dot-nav {
  position: absolute;
  left: 2em;
  top: -3.2em;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: flex;
  max-width: 750px;
  justify-content: space-around;
}

.strategy-sec {
  padding-bottom: 5em;
  background-image: url('../images/str-bg-bottom.svg'), url('../images/str-bg-top.svg');
  background-position: 50% 100%, 50% 490px;
  background-size: 1920px, 1920px;
  background-repeat: no-repeat, no-repeat;
}

.str-01 {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.str-02 {
  width: 100%;
}

.str-chart-block {
  display: flex;
  margin-top: 2em;
  flex-direction: column;
}

.str-chart-block._02 {
  flex-direction: row;
  justify-content: space-between;
}

.str-h1 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 1.1em;
}

.chart-title {
  position: relative;
  top: 20px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 99px;
  background-image: linear-gradient(90deg, #00694f, #2e8a70);
  color: #fff;
  text-align: center;
}

.chart-title._02 {
  width: 515px;
}

.y {
  color: #c3e426;
}

.chart-img-block-01 {
  overflow: hidden;
  max-width: 1300px;
  padding-top: 1em;
  padding-bottom: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #24a09a;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.chart-str-img-pc {
  max-width: 630px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chart-str-img-pc._01 {
  max-width: 1200px;
}

.chart-img-block-02 {
  overflow: hidden;
  max-width: 630px;
  padding-top: 1em;
  padding-bottom: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #24a09a;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.str-title-block {
  margin-top: 4em;
  text-align: center;
}

.str-03 {
  display: flex;
  margin-top: 4em;
  flex-direction: column;
  align-items: center;
}

.esg-walker-text {
  display: flex;
  margin-top: 2em;
  margin-bottom: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.esg-walker-text-item {
  display: inline-block;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 32px;
  background-image: url('../images/check-icon.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.esg-text-aplus {
  display: flex;
  align-items: flex-end;
}

.a-plus {
  height: 39px;
  margin-bottom: 3px;
  margin-left: 5px;
}

.yt-block {
  display: flex;
  width: 100%;
  height: 642px;
  margin-top: 6em;
  margin-bottom: 2em;
  justify-content: center;
  align-items: center;
  background-image: url('../images/yt-bg.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.fund-info-block {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
}

.buy-link-block {
  display: flex;
  width: 40%;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 99px;
  background-image: linear-gradient(90deg, #00694f 20%, #2e8a70);
  box-shadow: 0 1px 10px 0 rgba(140, 178, 98, 0.4);
  color: #fff;
  text-decoration: none;
}

.buy-link-text {
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 0 1px 6px #07715d;
}

.info-link {
  color: #007979;
  font-weight: 700;
}

.yt-iframe-block {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 540px;
  max-width: 960px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 0 rgba(0, 121, 121, 0.6);
}

.yt-embed {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.kv-date-link-mb {
  display: none;
}

.br {
  display: inline;
}

.br.pc {
  display: block;
}

.bix-img-mb {
  display: none;
}

.chart-str-img-mb {
  display: none;
  max-width: 630px;
  -o-object-fit: cover;
     object-fit: cover;
}

.esg-walker-img-mb {
  display: none;
}

.fund-img-mb {
  display: none;
}

.container-type2 {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.buy-item-title {
  color: #ffd052;
  font-size: 1.5em;
  font-weight: 700;
}

.buy-item-title.white {
  color: #f0faf9;
}

.buy-itm-btn {
  min-width: 170px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffd052;
  border-radius: 20px;
  background-image: linear-gradient(180deg, #ffdc00, #fece0a 29%, #eda300);
  box-shadow: 0 1px 3px 0 #025e4c;
  transition: all 200ms ease;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 6px #be8d09;
  cursor: pointer;
}

.buy-itm-btn:hover {
  background-color: #eeb211;
}

.buy-itm-btn.green {
  border-color: #01684d;
  background-image: linear-gradient(180deg, #f4f7f7, #cde4e3);
  color: #007e65;
  font-weight: 400;
  text-shadow: 0 1px 6px #fff;
}

.buy-itm-btn.green:hover {
  background-color: #16856e;
}

.buy-item {
  display: flex;
  margin-top: 30px;
  color: #ffd052;
  font-weight: 700;
}

.section-buy {
  position: relative;
  overflow: hidden;
  padding-top: 3em;
}

.heading-01 {
  display: none;
  color: #00583e;
  font-size: 45px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.buy-block-content {
  display: flex;
  min-height: 270px;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: space-between;
}

.buy-bg {
  position: relative;
  z-index: 0;
  height: 370px;
  margin-top: 2em;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png'), linear-gradient(0deg, #005b4a, #2b8c6f);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.buy-block-item {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
}

.footer-01 {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #ffd052 #000 #000;
  background-color: #e2e2e2;
}

.footer-text {
  width: 65vw;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}

.footer-add-title {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.footer-add-text {
  margin-top: 0.5em;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.footer-company {
  margin-top: 25px;
  color: #004a28;
  font-weight: 700;
  text-align: left;
}

.footer-company._02 {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.logo-w {
  width: 160px;
  height: 48px;
  background-image: url('../images/logo.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container-footer {
  position: relative;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.footer-02-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
}

.footer-02 {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #007e65;
}

.footer-info {
  width: 25vw;
  margin-right: 20px;
}

.fixed-btn-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-link-block {
  position: relative;
  margin-right: 1em;
}

.fixed-link {
  position: relative;
  display: flex;
  width: 118px;
  height: 118px;
  margin-bottom: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #28866c;
  border-radius: 99px;
  background-image: linear-gradient(180deg, #dde9e2, #fff);
  transition: background-color 500ms ease;
  color: #00694f;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.fixed-img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.td {
  width: 100%;
  margin-right: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0faf9;
  color: #0f826b;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
}

.td.bg-g {
  background-color: #0f826b;
  color: #fff;
}

.tr {
  display: flex;
  overflow: hidden;
  padding-top: 1px;
  padding-left: 1px;
  justify-content: space-between;
}

.table {
  display: flex;
  width: 90%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-bottom: 1px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background-color: #0f826b;
}

.close-btn {
  position: absolute;
  left: auto;
  top: -15px;
  right: -15px;
  bottom: auto;
  width: 46px;
  height: 46px;
  border-radius: 20px;
  background-image: url('../images/Group-1435.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.close-btn.bank {
  top: -50px;
  right: 0px;
  transition: transform 200ms ease;
}

.close-btn.bank:hover {
  transform: rotate(90deg);
}

.cover-bank-head {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.cover-block-content {
  position: relative;
  display: flex;
  width: 500px;
  padding-top: 1em;
  padding-bottom: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eeb211;
  border-radius: 20px;
  background-color: #f0faf9;
  font-weight: 700;
}

.bank-cover-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(2, 94, 76, 0.95);
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 1;
}

.cover-note {
  font-size: 0.8em;
}

.bonus-title {
  margin-top: 30%;
  color: #e08433;
  font-size: 25px;
  line-height: 1.5;
  text-align: left;
}

.bowknot {
  position: absolute;
  left: auto;
  top: -165px;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 304px;
  height: 230px;
  background-image: url('../images/Bowknot2x2x.png');
  background-position: 50% 50%;
  background-size: 304px;
  background-repeat: no-repeat;
}

.section-bonus {
  position: relative;
  z-index: 0;
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.bonus-list-block {
  max-width: 920px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.bonus-icon {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-image: url('../images/Group-70.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.bonus-icon._02 {
  background-image: url('../images/Group-167.svg');
}

.bonus-icon._03 {
  background-image: url('../images/Group-80.svg');
}

.heading-01-2 {
  color: #00583e;
  font-size: 45px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.heading-01-2.bonus {
  color: #e08433;
}

.bonus-content {
  margin-top: 10px;
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.sub-title-text {
  max-width: 900px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  color: #404040;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.bonus-list-item {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.bonus-item {
  position: relative;
  width: 290px;
  height: 220px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #eeb211;
}

.bonus-block-content {
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.text-span-92 {
  display: block;
}

.buy-btns {
  display: flex;
  width: 80%;
  max-width: 600px;
  justify-content: space-around;
}

@media screen and (min-width: 1920px) {
  .section-buy {
    margin-top: 0px;
  }

  .section-bonus {
    margin-top: 0px;
  }

  .bonus-block-content {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .ham-close-icon {
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-left: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/times-solid.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
  }

  .nav-menu {
    position: absolute;
    width: 50vw;
    margin-top: 70px;
    padding: 5vh 0px 0px;
    background-color: rgba(40, 134, 108, 0.95);
  }

  .navbar.header {
    width: 100vw;
    height: 70px;
  }

  .nav-btn {
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: #025e4c;
  }

  .nav-btn.w--open {
    background-color: #28866c;
  }

  .nav-item {
    display: block;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    color: #f5f3ef;
    font-size: 1.2em;
    text-align: center;
  }

  .nav-item:hover {
    border-bottom-width: 1px;
    color: #f5f3ef;
  }

  .nav-item.w--current {
    color: #ffc800;
  }

  .ham-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bars-solid.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
  }

  .brand {
    margin-left: 10px;
    order: 0;
    flex: 1;
    background-position: 0% 0%;
  }

  .kv-sec {
    background-image: url('../images/kv-img.png');
    background-position: 100% 100%;
    background-size: 57vw;
    background-repeat: no-repeat;
  }

  .container.kv {
    height: 500px;
    padding-right: 1em;
    padding-left: 1em;
    justify-content: flex-start;
    align-items: center;
  }

  .container.atg {
    margin-bottom: 3em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .kv-text-block {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .kv-img-block {
    display: none;
    width: 50%;
  }

  .kv-h1 {
    font-size: 3.2em;
  }

  .kv-h2 {
    font-size: 1.3em;
  }

  .up-block-01 {
    background-size: contain;
  }

  .sec-h1-text {
    padding-right: 1em;
    padding-left: 1em;
  }

  .case-block {
    width: 100%;
  }

  .case-item-block {
    width: 30%;
  }

  .item-text {
    font-size: 0.8em;
  }

  .note.mt-3em {
    padding-right: 1em;
    padding-left: 1em;
  }

  .note.biz {
    max-width: 100%;
    padding-right: 1em;
    padding-left: 1em;
  }

  .note.atg {
    padding-right: 1em;
    padding-left: 1em;
  }

  .note.slider-item {
    margin-left: 0em;
  }

  .note.str {
    padding-right: 1em;
    padding-left: 1em;
  }

  .note.fund {
    padding-right: 1em;
    padding-left: 1em;
  }

  .biz-block {
    width: 100%;
  }

  .biz-item-block {
    margin-bottom: 1em;
  }

  .atg-sec {
    background-position: 50% 100%, 50% 320px, 50% 490px, 0px 0px;
    background-size: 1600px, auto, 1920px, auto;
  }

  .atg-intro-text {
    padding-left: 2em;
    text-align: justify;
  }

  .atg-item-block {
    padding-right: 1em;
    padding-left: 1em;
  }

  .atg-item {
    width: 30%;
    padding-right: 1em;
    padding-left: 1em;
  }

  .atg-item-h2 {
    font-size: 1.1em;
  }

  .atg-item-text {
    font-size: 0.9em;
  }

  .slider-sticky-bar {
    margin-right: 10px;
  }

  .chart-block {
    height: 42vw;
  }

  .chart-block.h-580 {
    height: 48vw;
  }

  .slide-left-arrow {
    left: 0px;
  }

  .slide-right-arrow {
    right: 0px;
  }

  .slide-a-dot-nav {
    top: -3em;
  }

  .slide-block {
    padding-top: 8em;
    background-image: url('../images/slider-bg-pad.svg');
    background-position: 50% 70px;
    background-size: 98%;
  }

  .slider {
    height: 334px;
  }

  .slider.a {
    height: auto;
  }

  .slider.b {
    height: auto;
  }

  .chart-img-pc {
    height: 42vw;
  }

  .chart-img-pc.h580 {
    height: 48vw;
  }

  .mask {
    width: 94vw;
  }

  .slide-b-dot-nav {
    top: -3em;
  }

  .slide-c-dot-nav {
    top: -3em;
  }

  .str-chart-block {
    padding-right: 1em;
    padding-left: 1em;
  }

  .str-chart-block._02 {
    flex-direction: column;
  }

  .chart-title {
    width: 90vw;
  }

  .chart-str-img-pc._01 {
    width: 100%;
  }

  .chart-img-block-02 {
    margin-right: auto;
    margin-left: auto;
  }

  .yt-block {
    height: 470px;
    margin-top: 3em;
    background-size: 96%;
  }

  .fund-info-block {
    width: 96%;
    margin-top: 2em;
  }

  .yt-iframe-block {
    width: 90vw;
    height: 50vw;
    border-radius: 20px;
  }

  .yt-embed {
    border-radius: 20px;
  }

  .container-type2 {
    width: 96vw;
    max-width: 96vw;
  }

  .buy-itm-btn {
    min-width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-buy {
    padding-top: 40px;
  }

  .footer-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    padding-bottom: 70px;
  }

  .container-footer {
    width: 94vw;
    max-width: 94vw;
  }

  .footer-02 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .fixed-btn-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .fixed-link-block {
    display: flex;
    margin-right: 0em;
    flex: 1;
  }

  .fixed-link {
    width: 50%;
    height: 70px;
    margin-bottom: 0em;
    flex-direction: row;
    border-width: 0px;
    border-radius: 0px;
    font-size: 1.3em;
    line-height: 1;
  }

  .fixed-link._02 {
    border-left-width: 1px;
    border-left-color: #52b172;
  }

  .fixed-img {
    width: 2em;
    height: 2em;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .bowknot {
    top: -175px;
  }

  .bonus-content {
    font-size: 0.9rem;
  }

  .sub-title-text {
    font-size: 15px;
    line-height: 25px;
  }

  .bonus-item {
    width: 28vw;
    height: 25vw;
  }

  .bonus-block-content {
    justify-content: space-around;
  }

  .text-span-92 {
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .ham-close-icon {
    position: absolute;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/times-solid.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .nav-menu {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }

  .navbar.header {
    height: 70px;
  }

  .nav-btn {
    padding: 21px;
  }

  .nav-item {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .ham-icon {
    position: absolute;
    display: block;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bars-solid.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .kv-sec {
    background-position: 50% 96%;
    background-size: 85vw;
  }

  .container.kv {
    position: relative;
    height: 100%;
    flex-direction: column;
  }

  .container.atg {
    flex-direction: column;
  }

  .kv-text-block {
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    align-items: center;
  }

  .kv-img-block {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 3%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .kv-h1 {
    font-size: 2.9em;
  }

  .kv-h2 {
    margin-top: 0px;
    font-size: 1.1em;
  }

  .kv-date-link {
    width: 100%;
    margin-top: 15em;
  }

  .kv-date-link-img {
    display: none;
  }

  .up-sec {
    background-image: url('../images/cloud.svg'), url('../images/up-bg-mb.svg');
    background-size: 1450px, cover;
  }

  .sec-h1-img-block {
    padding-right: 1em;
    padding-left: 1em;
  }

  .up-block-01 {
    margin-top: 1em;
    padding-top: 5em;
    background-image: url('../images/up-bg-01-mb2x.png');
    background-size: contain;
  }

  .sec-h1 {
    margin-bottom: 0.25em;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 2.2em;
    line-height: 1.2;
  }

  .sec-h1-text {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 0.85em;
    text-align: justify;
  }

  .sec-h1-text.center {
    text-align: center;
  }

  .case-block {
    width: 100%;
    margin-top: 2em;
    padding-right: 1em;
    padding-left: 1em;
    flex-direction: column;
    align-items: center;
  }

  .case-item-block {
    width: 100%;
    margin-bottom: 1em;
  }

  .note.mt-3em {
    margin-top: 2em;
    text-align: justify;
  }

  .note.atg {
    margin-top: 0em;
    text-align: justify;
  }

  .note.slider-item {
    margin-top: 4em;
    text-align: justify;
  }

  .note.str {
    text-align: justify;
  }

  .note.str.last {
    margin-top: 2em;
  }

  .biz-block {
    width: 100%;
  }

  .biz-img {
    display: none;
  }

  .biz-item-block {
    justify-content: center;
    flex-wrap: wrap;
  }

  .biz-item {
    width: 49%;
  }

  .biz-item.pc-mt-2em {
    margin-top: 0em;
  }

  .biz-item.pc-mt-2em.mb-mt-2em {
    margin-top: 1em;
  }

  .biz-item.pc-mt-4em {
    margin-top: 1em;
  }

  .up-deco {
    bottom: -0.8em;
    width: 100%;
  }

  .bg-01 {
    background-size: 800px, auto;
  }

  .atg-sec {
    background-image: url('../images/atg-bg-bottom.svg'), url('../images/atg-bg-top-deco.png'), url('../images/atg-bg-top-mb.svg'), linear-gradient(180deg, transparent 70%, #fff);
  }

  .atg-h1 {
    width: 100%;
  }

  .atg-intro-text {
    padding-left: 0em;
  }

  .atg-item-block {
    flex-direction: column;
  }

  .atg-item {
    width: 100%;
    margin-right: auto;
    margin-bottom: 3em;
    margin-left: auto;
    padding-top: 1em;
  }

  .atg-item-h2 {
    margin-bottom: 0px;
  }

  .arrow-img.left {
    height: 20px;
  }

  .arrow-img.right {
    height: 20px;
  }

  .slider-sticky-bar {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1em;
    padding-left: 1em;
  }

  .slider-sticky-link {
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 5px solid transparent;
    font-size: 0.9em;
  }

  .chart-img-mb {
    display: block;
  }

  .chart-block {
    width: 100%;
    height: 230vw;
    background-color: #fff;
  }

  .chart-block.h-580 {
    height: 230vw;
  }

  .slide-left-arrow {
    left: 2%;
    top: 60%;
    right: auto;
    bottom: auto;
    display: block;
    width: 35px;
    height: 35px;
  }

  .slide-right-arrow {
    left: auto;
    top: 60%;
    right: 2%;
    bottom: auto;
    display: block;
    width: 35px;
    height: 35px;
  }

  .slide-a-dot-nav {
    left: 1em;
    display: flex;
  }

  .slide-block {
    margin-top: -1em;
    padding-top: 6.5em;
    padding-bottom: 0px;
    background-image: url('../images/slider-bg-mb2.svg');
    background-position: 50% 50px;
    background-size: 100%;
  }

  .slider {
    height: 690px;
  }

  .slider.a {
    height: auto;
  }

  .slider.b {
    height: auto;
  }

  .chart-img-pc {
    display: none;
  }

  .mask {
    width: 90vw;
  }

  .slide-b-dot-nav {
    left: 1em;
    display: flex;
  }

  .slide-c-dot-nav {
    left: 1em;
    display: flex;
  }

  .str-chart-block {
    margin-top: 0em;
  }

  .str-chart-block._02 {
    margin-top: 1em;
  }

  .str-h1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.4;
  }

  .chart-title {
    top: 34px;
    width: 91vw;
  }

  .chart-title._02 {
    top: 20px;
    width: 100%;
  }

  .y {
    display: inline-block;
  }

  .y.br {
    display: block;
  }

  .chart-img-block-01 {
    padding-top: 2em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .chart-str-img-pc {
    display: none;
  }

  .chart-str-img-pc._01 {
    display: none;
  }

  .chart-img-block-02 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .esg-walker-img {
    display: none;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .esg-walker-text {
    width: 360px;
  }

  .esg-walker-text-item {
    width: 340px;
    margin-bottom: 5px;
    background-position: 3vw 17%;
    background-size: 20px;
    line-height: 1.6;
  }

  .esg-text-aplus {
    position: relative;
    display: block;
  }

  .a-plus {
    position: absolute;
    left: 168px;
    top: 38%;
    right: auto;
    bottom: auto;
    display: inline;
    height: 30px;
  }

  .yt-block {
    height: 250px;
    margin-top: 1em;
  }

  .fund-info-block {
    width: 96%;
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .fund-img-pc {
    display: none;
  }

  .buy-link-block {
    width: 45%;
    height: 60px;
    border-width: 3px;
    font-size: 0.8em;
  }

  .yt-iframe-block {
    border-radius: 10px;
  }

  .yt-embed {
    border-radius: 10px;
  }

  .kv-date-link-img-mb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .kv-date-link-mb {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 90vw;
    height: 36vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .br {
    display: inline;
  }

  .br.pc {
    display: inline;
  }

  .bix-img-mb {
    display: block;
  }

  .mb-none {
    display: none;
  }

  .chart-str-img-mb {
    display: block;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
  }

  .esg-walker-img-mb {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .fund-img-mb {
    display: block;
  }

  .container-type2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .buy-itm-btn {
    width: 50%;
    margin-right: 0.5em;
    margin-bottom: 15px;
    margin-left: 0.5em;
    padding-right: 0.25em;
    padding-left: 0.25em;
    font-size: 1em;
    letter-spacing: -1px;
  }

  .buy-item {
    display: flex;
    margin-top: 0.5em;
    flex-direction: row;
    justify-content: space-around;
  }

  .section-buy {
    padding-top: 3em;
  }

  .heading-01 {
    display: none;
  }

  .buy-block-content {
    padding-top: 1em;
    padding-bottom: 1em;
    flex-direction: column;
  }

  .buy-bg {
    height: auto;
    margin-top: 1em;
  }

  .buy-block-item {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer-01 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-text {
    width: 100%;
    margin-top: 40px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .container-footer {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    align-items: center;
  }

  .footer-02 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-info {
    width: 100%;
    margin-right: 0px;
    background-image: none;
  }

  .fixed-btn-block {
    z-index: 7;
  }

  .fixed-link {
    height: 60px;
    align-items: center;
    font-size: 1em;
  }

  .fixed-img {
    margin-right: 5px;
  }

  .td {
    width: 100%;
    font-size: 14px;
  }

  .cover-block-content {
    width: 95%;
  }

  .bonus-title {
    margin-top: 13%;
  }

  .bowknot {
    top: -102px;
    width: 40vw;
    height: 30vw;
    background-size: contain;
  }

  .section-bonus {
    padding-bottom: 40px;
  }

  .bonus-list-block {
    margin-top: 0px;
    padding-right: 10px;
  }

  .bonus-icon {
    width: 46px;
  }

  .bonus-content {
    font-size: 1rem;
  }

  .sub-title-text {
    margin-top: 5px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 21px;
  }

  .bonus-item {
    width: 90%;
    height: 54vw;
    margin-bottom: 30px;
  }

  .bonus-block-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .buy-btns {
    width: 90%;
    margin-top: 5vw;
  }
}

