@charset "UTF-8";

/* アンカーリンク時のオフセット調整 */
section {
  scroll-margin-top: 16px;
}

/* PCのみ表示 */
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
/* SPのみ表示 */
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* 汎用　PC・SP共通 */
.mt-0 {
  margin-top: 0 !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
span.text--top {
  background-color: #F7F7F7;
}
img.img-height--line {
  height: 1em;
  width: auto;
}
a.link-text > img {
  margin-left: 3px;
  height: 1em;
  width: auto;
}
a.link-text:hover {
  color: #008084;
}

/* メディアパーツ　PC・SP共通 */
.media {
  display: flex;
}
.media .media__text {
  flex: 1 1;
}
.media .media__image--right a:hover, .media .media__image--left a:hover {
  opacity: 0.8;
}
/* メディアパーツ　SP表示 */
@media (max-width: 767px) {
  .media {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .media .media__image--right, .media .media__image--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media .media__image--right > img, .media .media__image--left > img {
    width: auto;
    max-width: 100%;
  }
  .media .media__image--spTop {
    margin-bottom: 16px;
  }
  .media .media__image--spBtm {
    margin-top: 16px;
  }
}
/* メディアパーツ　PC表示 */
@media (min-width: 768px) {
  .media .media__image--right {
    margin-left: 32px;
  }
  .media .media__image--left {
    margin-right: 32px;
  }
}


/* 箇条書きリスト　PC・SP共通 */
.unorder-list {
  padding: 0;
  list-style: none;
}
.unorder-list > li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
}
.unorder-list > li:before {
  position: absolute;
  content: "";
  top: 0.65em;
  left: 0.2em;
  width: 8px;
  height: 8px;
  background-color: #008084;
  border-radius: 50%;
}

/* リンクリスト　PC・SP共通 */
.link-list {
  padding: 0;
  list-style: none;
}
.link-list > li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
}
.link-list > li:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 1px solid #008084;
  border-right: 1px solid #008084;
}

/* ロゴリスト　PC・SP共通 */
.logo-list {
  display: grid;
  align-content: start;
  margin-bottom: 16px;
}
.logo-list .logo-list__item {
  display: grid;
  place-items: center;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%
}
.logo-list a.logo-list__item:hover {
  opacity: 0.95;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
}
.logo-list .logo-list__item .logo-list__logo > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* ロゴリスト　SP表示 */
@media (max-width: 767px) {
  .logo-list {
    grid-template-columns: repeat(auto-fill, 124px);
    grid-auto-rows: 70px;
    gap: 16px;
  }
  .logo-list .logo-list__item .logo-list__logo {
    width: 118px;
    height: 66px;
  }
}
/* ロゴリスト　PC表示 */
@media (min-width: 768px) {
  .logo-list {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 120px;
    gap: 32px;
  }
  .logo-list .logo-list__item .logo-list__logo {
    width: 75%;
    height: 116px;
  }
}

/* ボックス　PC・SP共通 */
.box-area {
  background: #e0f5f0;
}
.box-area .box__title {
  font-family: NotoSerifCJKjp, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  white-space: nowrap;
}
/* ボックス　SP表示 */
@media (max-width: 767px) {
  .box-area {
    padding: 12px 20px;
  }
  .box-area .box__title {
    font-size: 26px;
  }
}
/* ボックス　PC表示 */
@media (min-width: 768px) {
  .box-area {
    padding: 20px 30px;
  }
  .box-area .box__title {
    font-size: 35px;
  }
}

/* 上部画像エリア　PC・SP共通 */
.top-area .top-visual {
  position: relative;
  overflow: visible;
  justify-items: end;
}
.top-visual .bkimg {
  position: relative;
  right: 20px;
  background-position: center;
  background-size: cover;
  aspect-ratio: 4 / 3;
}
.top-visual .bkimg--1 {
  background-image: url(../fund/sustainable-fund/images/back01.jpg);
  z-index: -3;
}
.top-visual .bkimg--2 {
  background-image: url(../fund/sustainable-fund/images/back02.jpg);
  right: 30%;
  z-index: -2;
}
.top-visual .bkimg--3 {
  background-image: url(../fund/sustainable-fund/images/back03.jpg);
  z-index: -3;
}
.top-visual .bkimg--2, .top-visual .bkimg--3 {
  margin-top: -50px;
}
.bkptn {
  position: absolute;
  right: 0;
  background-image: url(../fund/sustainable-fund/images/backptn.png);
  background-repeat: no-repeat;
  z-index: -4;
}
/* 上部画像エリア　SP表示 */
@media (max-width: 767px) {
  .top-area {
    overflow: hidden;
  }
  .top-area .top-visual {
    width: 100%;
    margin-bottom: 40px;
  }
  .top-visual .bkimg {
    width: 70%;
    max-width: 250px;
  }
  .bkptn {
    width: 80%;
    min-width: 280px;
    height: 100%;
    margin-top: 40px;
    background-size: 700px;
  }
}
/* 上部画像エリア　PC表示 */
@media (min-width: 768px) {
  .top-area {
    display: flex;
    gap: 15px;
    align-items: start;
  }
  .top-area .top-visual {
    width: calc(100% - 285px);
    min-height: 220px;
    max-height: 100px;
  }
  .top-visual .bkimg {
    width: 250px;
  }
  .bkptn {
    width: 60%;
    min-width: 350px;
    height: 460px;
    top: 20%;
    background-size: 500px;
  }
}

/* アンカーナビ　PC・SP共通 */
.anchor-navi {
  width: 270px;
  background-color: #ffd;
  border-radius: 32px;
  padding: 20px 30px;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.anchor-navi .anchor-navi__list {
  width: 100%;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-navi .anchor-navi__list > li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
}
.anchor-navi .anchor-navi__list > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 1px solid #d88200;
  border-right: 1px solid #d88200;
}
.anchor-navi .anchor-navi__list > li > a:hover {
  color: #008084;
}
/* アンカーナビ　SP表示 */
@media (max-width: 767px) {
  .anchor-navi {
    width: 98%;
    margin: 0 auto;
  }
}