@charset 'UTF-8';

.main-container {
  margin-top: 0;
}

.main-container>.column.-main {
  padding-top: 0;
}

.panel {
  position: relative;
  max-width: 1400px;
}

.panel:before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 100vw;
  content: '';
  transform: translateX(-50%);
  background-color: inherit;
}

.panel .ttl {
  text-align: center;
}

.mdl>.content {
  display: block;
}

.block.-esg-contents {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.btn.-esg-primary,.btn.-esg-secondary {
  color: #fff;
  border: none;
  border-radius: 0;
}

.btn.-esg-primary>i,.btn.-esg-secondary>i {
  color: inherit;
}

.btn.-esg-primary.-forward:before,.btn.-esg-primary.-back:before,.btn.-esg-primary.-down:before,.btn.-esg-secondary.-forward:before,.btn.-esg-secondary.-back:before,.btn.-esg-secondary.-down:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  content: '';
  background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/ico_arrow_white.svg) center center no-repeat;
  background-size: 100% auto;
}

.btn.-esg-primary.-forward:before,.btn.-esg-secondary.-forward:before {
  transform: rotate(90deg);
}

.btn.-esg-primary.-back:before,.btn.-esg-secondary.-back:before {
  right: auto;
  left: 10px;
  transform: rotate(-90deg);
}

.btn.-esg-primary.-down:before,.btn.-esg-secondary.-down:before {
  transform: rotate(180deg);
}

.btn.-esg-primary {
  display: inline-flex;
  padding: 16px 60px 16px 20px;
  transition: box-shadow ease 200ms;
  background: linear-gradient(135deg,#3d936e 0,#146120 100%);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);

  align-items: center;
  justify-content: center;
}

.btn.-esg-primary.-s {
  padding: 12px 0 14px;
}

.btn.-esg-primary.-back {
  padding-right: 22px;
  padding-left: 60px;
}

.btn.-esg-primary:not(.-s).-forward:before,.btn.-esg-primary:not(.-s).-back:before {
  width: 22px;
  height: 22px;
}

.btn.-esg-primary:hover {
  color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
}

.btn.-esg-secondary {
  padding: 12px 35px 14px 20px;
  background: linear-gradient(135deg,#3d936e 0,#146120 100%);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}

.link.-forward.-esg {
  padding-left: 25px;
  background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/ico_arrow.png) left .25em no-repeat;
}

.link.-forward.-esg:before {
  content: none;
}

.panel.-esg {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.panel.-esg .ttl.-esg-secondary {
  margin-top: 0;
  margin-bottom: 60px;
}

.panel.-main {
  padding: 0;
}

.panel.-main .title {
  position: relative;
}

.panel.-main .ttl {
  position: relative;
  text-align: center;
}

.panel.-main .button {
  position: relative;
  margin: 0;
}

.panel.-main .btn.-esg-primary {
  font-size: .22rem;
  position: relative;
}

.panel.-main .btn.-esg-primary.-back:before {
  transform: rotate(180deg);
}

.panel.-main.-esg-main,.panel.-main.-main.-lineup {
  margin-top: -50px;
}

.ttl.-esg-secondary {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 50px 0 30px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;

  align-items: center;
  justify-content: center;
}

.ttl.-esg-secondary:before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 100vw;
  content: '';
  transform: translateX(-50%);
  background-color: inherit;
}

.ttl.-esg-secondary:before {
  background: center center no-repeat;
  background-color: inherit;
  background-size: cover;
}

.ttl.-esg-secondary>.image {
  display: block;
}

.ttl.-esg-secondary>.image>img:first-of-type:not(:last-of-type) {
  margin-bottom: 30px;
}

.ttl.-esg-secondary.-facts {
  margin-top: 0;
}

.ttl.-esg-secondary.-facts:before {
  background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_facts.jpg);
}

.ttl.-esg-secondary.-investment:before {
  background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_investment.jpg);
}

.ttl.-esg-secondary.-sustainability:before {
  background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_sustainability.jpg);
}

.ttl.-esg-secondary.-decarbonization:before {
  background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_decarbonization.jpg);
}

.ttl.-esg-secondary.-environment:before {
  background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_environment.jpg);
}

.ttl.-esg-secondary.-healthcare:before {
  background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_healthcare.jpg);
}

.ttl.-esg-secondary.-water:before {
  background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_water.jpg);
}

.ttl.-esg-secondary.-general:before {
  background: #fff;
}

.esg-anchor-link {
  margin: 0 -10px;
}

.esg-anchor-link:before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 100vw;
  content: '';
  transform: translateX(-50%);
  background-color: inherit;
}

.esg-anchor-link:before {
  background: linear-gradient(to bottom,#fff 0,#f9f9f9 100%);
}

.esg-anchor-link>li {
  position: relative;
}

.esg-anchor-link>li>a {
  display: block;
  padding: 15px 10px;
}

.esg-anchor-link>li>a>b {
  position: relative;
  display: block;
  padding-right: calc(56/(1400/3)*100%);
}

.esg-anchor-link>li>a>b:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  min-width: 18px;
  max-width: 26px;
  height: 100%;
  margin: auto;
  content: '';
  background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/ico_arrow_down.png) center center no-repeat;
  background-size: contain;
}

.panel-box.-esg-toggle {
  border: none;
}

.panel-box.-esg-toggle>.title {
  position: relative;
  display: flex;
  min-height: 80px;
  padding-right: 80px;
  padding-left: calc(140/880*100%);
  cursor: pointer;
  transition: opacity 200ms ease;
  color: #fff;
  border: none;
  background: #fffdef;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);

  align-items: center;
}

.panel-box.-esg-toggle>.title:hover {
  opacity: .8;
}

.panel-box.-esg-toggle>.title:before,.panel-box.-esg-toggle>.title:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  content: '';
}

.panel-box.-esg-toggle>.title:before {
  border-radius: 4px;
  background: linear-gradient(135deg,#3d936e 0,#146120 100%);
}

.panel-box.-esg-toggle>.title:after {
  transition: transform 200ms ease;
  transform: rotate(-180deg);
  background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/ico_arrow_white.svg) center center no-repeat;
  background-size: 22px auto;
}

.panel-box.-esg-toggle>.title.-active:after {
  transform: rotate(0);
}

.panel-box.-esg-toggle>.title>.ico-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: calc(120/880*100%);
  min-width: 0;
  background: #146134;

  align-items: center;
  justify-content: center;
}

.panel-box.-esg-toggle>.contents {
  background: #f3f3f3;
}

.list.-esg-link-list {
  margin: 0;
}

.list.-esg-link-list>li {
  display: flex;
  margin: 0;
  padding: 10px;
  border: 1px solid #a0780d;
  background: #fff;

  align-items: center;
  justify-content: space-between;
}

.list.-esg-link-list>li+li {
  border-top: none;
}

.panel-box.-esg-links {
  display: block;
  border: none;
}

.panel-box.-esg-links>.title {
  font-size: .18rem;
  line-height: 1.71111;
  padding: 10px;
  text-align: center;
  border: none;
  background: #d6dcdd;
}

.panel-box.-esg-links>.contents {
  padding: 10px;
}

.panel-box.-esg-links .link-list>li:not(:first-child) {
  margin-top: 1em;
}

.panel-box.-esg-investment {
  border: none;
  background: #f3f3f3;
}

.panel-box.-esg-investment>.title {
  height: auto!important;
  text-align: center;
  border-bottom-color: #a0780d;
}

.panel-box.-esg-investment .btn.-esg-secondary {
  padding: 16px 40px 20px;
}

.btn.-esg-readmore {
  padding: 16px 0 18px;
  color: #fff;
  border: none;
  border-radius: 0;
  background: linear-gradient(135.4deg,#005d64,#0091a4);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}

.btn.-esg-readmore>i {
  color: inherit;
}

.list.-esg-sdgslist {
  margin: auto;
}

.list.-esg-sdgslist .wheel {
  display: block;
  padding: 15%;
  background: #f6f7f7;
}

.dlist.-esg-investment {
  position: relative;
  padding: 40px 25px 30px;
  border: 1px solid #cbcbcb;
  border-top: none;
  background: #fff;
}

.dlist.-esg-investment:before {
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  display: block;
  height: 10px;
  content: '';
}

.dlist.-esg-investment>dt {
  font-size: .2rem;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.dlist.-esg-investment>dt>small {
  font-size: .15rem;
  line-height: 1.85333;
  display: block;
}

.dlist.-esg-investment>dt>small:first-letter {
  font-size: .24rem;
}

.dlist.-esg-investment>dd {
  margin-top: 15px;
}

.dlist.-esg-investment.-environment:before {
  background: linear-gradient(90deg,#208b98,#6edbe4);
}

.dlist.-esg-investment.-social:before {
  background: linear-gradient(90deg,#138319,#78ce7d);
}

.dlist.-esg-investment.-governance:before {
  background: linear-gradient(90deg,#aa3c9c,#ffc0f7);
}

.box.-esg-environment {
  background-color: #95e5e8;
}

.box.-esg-social {
  background-color: #bcdaa7;
}

.box.-esg-governance {
  background-color: #eccdec;
}

.ttl.-quaternary.-esg {
  margin-bottom: 40px;
  border-bottom-color: #a0780d;
}

.panel.-esg-investment {
  padding: 0;
  color: #fff;
}

.panel.-esg-investment>.inner {
  position: relative;
}

.panel.-esg-investment .button {
  margin-top: 10px;
}

#investment-03 .fig>.title {
  font-size: .18rem;
  font-weight: 400;
  line-height: 1.71111;
  display: table;
  padding: 10px 20px;
  border: 2px solid #979797;
}

.box.-esg-sustainability {
  background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_sustainability.jpg) right bottom no-repeat;
  background-size: cover;
}

.box.-esg-sustainability>.dlist {
  position: relative;
  text-shadow: 1px 1px 0 #fff;
}

.block.-esg-lineup-lead {
  margin-top: 60px;
  margin-bottom: 70px;
}

.esg-anchor-links {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}

.esg-anchor-links>li {
  flex-basis: calc(50% - 5px/2);
}

.link.-esg-anchor-link {
  display: block;
}

.link.-esg-anchor-link>img {
  display: block;
  width: 100%;
}

.link.-esg-anchor-link>.btn.-esg-secondary {
  padding: 8px 0 10px;
  box-shadow: none;
}

.panel.-esg-lineup {
  background: #f3f3f3;
}

.panel-box.-esg-product {
  position: relative;
  display: block;
  overflow: hidden;
  border: none;
  background: #faf8ea;
}

.panel-box.-esg-product:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
  background: linear-gradient(135deg,transparent 0,transparent 50%,#dddcdc 50%,#dddcdc 100%);
}

.panel-box.-esg-product>.title {
  font-size: .22rem;
  line-height: 1.58182;
  position: relative;
  overflow: hidden;
  padding: 15px 20px 10px;
  text-align: center;
  border-bottom: 5px solid #dddcdc;
}

.panel-box.-esg-product>.title>.subtitle {
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.8;
  display: block;
}

.panel-box.-esg-product>.contents {
  padding: 20px;
  background: #fff;
}

.panel-box.-esg-product>.contents .detail .btn>b {
  padding: 0;
}

.panel-box.-esg-product .movie>.thumbnail {
  position: relative;
  max-width: 200px;
  margin: auto;
}

.panel-box.-esg-product .movie .ranking {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -8px;
}

.panel-box.-esg-product .movie .ranking>:not(:first-child) {
  margin-left: 3px;
}

.panel-box.-esg-product .movie .ranking>.ico-new {
  font-size: 20px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  width: 50px;
  height: 50px;
  vertical-align: bottom;
  white-space: nowrap;
  color: #fff;
  border-radius: 50%;
  background-color: #ca2420;
  box-shadow: 1px 1px 3px 1px rgba(153,153,153,.5);

  align-items: center;
  justify-content: center;
}

.panel-box.-esg-product .movie .link-movie {
  display: block;
}

.panel-box.-esg-product .dlist.-esg-sdgs {
  padding: 15px 10px 10px;
  background: #f3f3f3;
}

.panel-box.-esg-product .dlist.-esg-sdgs>dt {
  text-align: center;
}

.panel-box.-esg-product .dlist.-esg-sdgs .list {
  display: flex;
  margin-left: -8px;

  flex-wrap: wrap;
}

.panel-box.-esg-product .dlist.-esg-sdgs .list>li {
  margin: 10px 0 0 8px;
}

.panel-box.-esg-product .btn.-esg-secondary {
  background: linear-gradient(135deg,#d67f31 0,#ae5119 100%);
}

.info-headline>.ico-label {
  line-height: 1;
}

[data-aos=fade-left-s] {
  transform: translate3d(20px,0,0);
}

[data-aos=fade-right-s] {
  transform: translate3d(-20px,0,0);
}

[data-aos=fade-up-s] {
  transform: translate3d(0,20px,0);
}

.panel.-esg-update {
  padding: 0 10px 20px;
}

@media print,screen and (min-width:768px) {
  .main-container {
    max-width: 1420px;
    padding: 0;
  }

  .block.-esg-contents {
    padding: 0 10px;
  }

  .btn.-esg-primary {
    width: auto;
    padding: 15px 40px 15px 15px;
  }

  .btn.-esg-primary:not(.-s).-forward:before {
    right: 20px;
  }

  .btn.-esg-primary:not(.-s).-back:before {
    left: 20px;
  }

  .panel.-main:after {
    position: relative;
    z-index: -1;
    display: block;
    padding-top: calc(260/1400*100% + 200px);
    content: '';
  }

  .panel.-main:before {
    bottom: 0;
    background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_backmost.jpg) left bottom repeat-x;
  }

  .panel.-main>.inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .panel.-main>.inner:before {
    position: absolute;
    top: 0;
    right: calc(120/1400*100%*-1);
    bottom: 0;
    left: calc(120/1400*100%*-1);
    display: block;
    content: '';
    background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main.jpg) center bottom no-repeat;
    background-size: cover;
  }

  .panel.-main .title {
    width: calc(494/1400*100% + 100px);
    height: 100%;
    margin-left: calc(138/1400*100% - 60px);
    padding: calc(40/1400*100%) calc(150 / 1400 * 100% - 60px) 0;
    text-align: center;
  }

  .panel.-main .title:before,.panel.-main .title:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: no-repeat;
  }

  .panel.-main .title:before {
    right: 6px;
    left: 6px;
    background: no-repeat;
    background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_leaf.png),url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_green.png);
    background-position: center bottom,center top;
    background-size: contain,100% 100%;
  }

  .panel.-main .title:after {
    background-image: linear-gradient(to bottom,#88c1ca 0,#146120 60%),linear-gradient(to bottom,#88c1ca 0,#146120 60%);
    background-position: left top,right top;
    background-size: 3px 100%,3px 100%;
  }

  .panel.-main .ttl {
    margin: 0;
  }

  .panel.-main .button {
    z-index: 1;
    margin-top: calc(50/414*100% - 10px);
  }

  .panel.-main .btn.-esg-primary {
    font-size: .26rem;
    color: #0a3711;
    background: linear-gradient(to right,#fff 0,#a3c1a1 100%);
  }

  .panel.-main .btn.-esg-primary:before {
    transform: rotate(0deg);
    background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/ico_arrow_green.png);
    background-size: contain;
  }

  .panel.-main.-banner:before,.panel.-main.-lineup:before {
    background-position: left bottom calc(45/400*100%);
  }

  .panel.-main.-banner>.inner:before,.panel.-main.-lineup>.inner:before {
    content: '';
    background-position: center bottom calc(45/400*100%);
  }

  .panel.-main.-banner .title,.panel.-main.-lineup .title {
    width: calc(320/1400*100% + 200px);
  }

  .panel.-main.-banner .ttl,.panel.-main.-lineup .ttl {
    padding: 0 calc(1000/340*-100% + 1000px);
  }

  .panel.-main.-banner .button,.panel.-main.-lineup .button {
    margin-top: calc(40/340*100% - 10px);
  }

  .panel.-main.-banner:after {
    padding-top: calc(150/1400*100% + 250px);
  }

  .panel.-main.-lineup:not(.-banner):after {
    padding-top: calc(190/1400*100% + 250px);
  }

  .panel.-main.-lineup:not(.-banner) .button {
    margin-top: calc(50/340*100% - 10px);
  }

  .panel.-main.-lineup.-banner .button {
    margin-top: calc(20/340*100% - 10px);
  }

  .ttl.-esg-secondary {
    height: 300px;
    margin: 90px 0 70px;
    padding: 0;
  }

  .esg-anchor-link {
    position: relative;
    max-width: 1400px;
    margin: 0;
  }

  .esg-anchor-link:after {
    display: block;
    clear: both;
    content: '';
  }

  .esg-anchor-link>li {
    float: left;
    width: calc(100%/3 - 1px);
  }

  .esg-anchor-link>li:not(:first-child):before {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    display: block;
    content: '';
    border-left: 1px solid #000;
  }

  .esg-anchor-link>li>a {
    padding: 10px;
    text-align: center;
  }

  .esg-anchor-link>li>a>b {
    line-height: 70px;
    display: inline-block;
  }

  .esg-anchor-link>li>a>b:after {
    width: calc(30/350*100%);
  }

  .esg-anchor-link>li>a>b>img {
    width: 100%;
    vertical-align: middle;
  }

  .esg-anchor-link>li:nth-child(1)>a>b>img {
    max-width: 233px;
  }

  .esg-anchor-link>li:nth-child(2)>a>b>img {
    max-width: 246px;
  }

  .esg-anchor-link>li:nth-child(3)>a>b>img {
    max-width: 244px;
  }

  .panel-box.-esg-links>.contents {
    padding: 20px 30px;
  }

  .panel.-esg-investment {
    margin-top: 0;
  }

  .panel.-esg-investment:before {
    bottom: 0;
    background: linear-gradient(90deg,#00899a 50%,#d9f1f6 50%);
  }

  .panel.-esg-investment>.inner {
    height: 377px;
  }

  .panel.-esg-investment>.inner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_esg_lineup.jpg) center center no-repeat;
    background-size: cover;
  }

  .panel.-esg-investment .block.-esg-contents {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .panel.-esg-investment .button {
    margin-top: 20px;
  }

  .box.-esg-sustainability {
    padding-right: 26%;
  }

  .esg-anchor-links>li {
    flex-basis: calc(20% - 15px/5);
  }

  .panel-box.-esg-product:not(:first-child) {
    margin-top: 60px;
  }

  .panel-box.-esg-product>.contents {
    padding-top: 35px;
  }

  .panel-box.-esg-product .movie {
    width: 200px;
  }

  .panel-box.-esg-product .movie>.thumbnail {
    width: 200px;
    max-width: 200px;
  }

  .panel-box.-esg-product .dlist.-esg-sdgs .list>li {
    flex-basis: calc(25% - 8px);
  }

  .panel.-esg-update {
    padding: 20px 30px 0;
    background: #fafded;
  }
}

@media screen and (max-width:1299px) {
  .panel {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .panel:before,.panel:after {
    left: 0;
    width: 100%;
    transform: translateX(0);
  }
}

@media screen and (max-width:767px) {
  .btn.-esg-primary {
    width: auto;
    padding: 15px 40px 15px 15px;
  }

  .btn.-esg-primary.-back {
    padding-right: 15px;
    padding-left: 40px;
  }

  .panel.-esg .ttl.-esg-secondary.-lineup {
    margin-bottom: 0;
  }

  .panel.-main.-esg-main,.panel.-main.-lineup:not(.-banner) {
    margin-bottom: 30px;
  }

  .panel.-main.-esg-main .ttl,.panel.-main.-lineup:not(.-banner) .ttl {
    z-index: 1;
    padding: 25px 10px 10px;
    background: no-repeat;
    background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_leaf_sp.png),url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_green_sp.png);
    background-position: bottom center,top center;
    background-size: contain,cover;
  }

  .panel.-main.-esg-main .ttl:after,.panel.-main.-lineup:not(.-banner) .ttl:after {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    display: block;
    height: 3px;
    content: '';
    background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_green_line.png) center center no-repeat;
    background-size: cover;
  }

  .panel.-main.-esg-main .button,.panel.-main.-lineup:not(.-banner) .button {
    padding-bottom: 56px;
    background: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_sp.jpg) center top no-repeat;
    background-size: contain;
  }

  .panel.-main.-esg-main .button:before,.panel.-main.-lineup:not(.-banner) .button:before {
    position: relative;
    display: block;
    padding-top: calc(230/320*100%);
    content: '';
  }

  .panel.-main.-esg-main .btn.-esg-primary,.panel.-main.-lineup:not(.-banner) .btn.-esg-primary {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    width: auto!important;
  }

  .panel.-main.-esg-main .btn.-esg-primary:before,.panel.-main.-lineup:not(.-banner) .btn.-esg-primary:before {
    transform: scaleX(.75) rotate(90deg);
  }

  .panel.-main.-esg-main .btn.-esg-primary.-back:before,.panel.-main.-lineup:not(.-banner) .btn.-esg-primary.-back:before {
    transform: scaleX(.75) rotate(-90deg);
  }

  .panel.-main.-esg-main .ttl {
    padding: 10px 32px 20px;
  }

  .panel.-main.-banner,.panel.-main.-lineup {
    margin-bottom: calc(200/767*100%);
  }

  .panel.-main.-banner .btn.-esg-primary,.panel.-main.-lineup .btn.-esg-primary {
    padding-right: 15px;
  }

  .panel.-main.-banner .title {
    padding: 15px;
    background: no-repeat;
    background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_leaf_sp.png),url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_main_green_sp.png);
    background-position: bottom center,top center;
    background-size: contain,cover;
  }

  .panel.-main.-banner .button {
    margin-top: 15px;
  }

  .panel.-main.-banner .btn.-esg-primary {
    position: relative;
    right: auto;
    left: auto;
    color: #0a3711;
    background: linear-gradient(to right,#fff 0,#a3c1a1 100%);
  }

  .panel.-main.-banner .btn.-esg-primary:before {
    transform: rotate(0deg);
    background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/ico_arrow_green.png);
    background-size: contain;
  }

  .panel.-main.-banner .btn.-esg-primary.-back:before {
    transform: rotate(-180deg);
  }

  .panel.-main.-lineup:not(.-banner) .ttl {
    padding: 25px 60px;
  }

  .panel.-main.-lineup.-banner .ttl {
    padding: 25px 30px 0;
  }

  .panel.-main.-lineup.-banner .button {
    margin-top: 0;
  }

  .panel.-main.-esg-main,.panel.-main.-main.-lineup {
    margin-top: -30px;
  }

  .ttl.-esg-secondary {
    height: 150px;
  }

  .ttl.-esg-secondary>.image>img:first-of-type {
    width: 30px;
  }

  .ttl.-esg-secondary>.image>img:first-of-type:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .ttl.-esg-secondary.-investment:before {
    background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_investment_sp.jpg);
  }

  .ttl.-esg-secondary.-sustainability:before {
    background-image: url(/assets/wm/img/solution/financial-assets/fund/lp/esg/bg_sustainability_sp.jpg);
  }

  .ttl.-esg-secondary.-general {
    height: auto;
  }

  .esg-anchor-link>li:not(:first-child) {
    border-top: 1px solid #000;
  }

  .panel-box.-esg-toggle>.title {
    min-height: 65px;
    padding-right: 50px;
  }

  .panel-box.-esg-toggle>.title:before,.panel-box.-esg-toggle>.title:after {
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .panel-box.-esg-toggle>.title:before {
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .panel-box.-esg-toggle>.title:after {
    background-size: 14px auto;
  }

  .panel-box.-esg-toggle>.title>.ico-label {
    padding-right: 10px;
    padding-left: 10px;
  }

  .panel.-esg-investment {
    margin-top: 40px;
  }

  .panel.-esg-investment>.inner {
    padding: 15px 10px;
    background: linear-gradient(180deg,#00899a,#0091a4);
  }

  .panel.-esg-investment .title {
    margin-right: calc(450/767*100%);
  }

  .panel.-esg-investment .btn.-esg-primary {
    padding-right: 40px;
    padding-left: 40px;
  }

  .panel.-esg-investment .btn.-esg-primary:before {
    width: 14px;
    height: 14px;
  }

  #investment-03 .fig>.title {
    padding: 5px 10px;
  }

  .box.-esg-sustainability:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: rgba(255,255,255,.5);
  }

  .esg-anchor-links>li:nth-child(n+3) {
    margin-top: 10px;
  }

  .panel.-esg-lineup {
    margin-right: -25px;
    margin-left: -25px;
  }

  .panel-box.-esg-product {
    margin-top: 40px;
  }

  .panel-box.-esg-product .movie .ranking {
    left: -20px;
  }
}
