.p_ttl02 .text.middle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.03em;
}

.inner-block-new {
  max-width: 1098px;
}

.abde-mb-md.mt-160 {
  margin-top: 40px !important;
}

.times-block .ttl {
  margin-left: 0;
}

.abde-message {
  position: relative;
  z-index: 1;
}

.abde-message__flex {
  display: flex;
  margin-top: 48px;
  gap: 20px;
}

.abde-message__flex .figure__01 {
  width: 100%;
}

.abde-message__01 {
  z-index: 1;
  margin-top: 20px;
}

.abde-message__03 {
  position: relative;
  width: 100%;
}

.abde-message__03 img {
  position: absolute;
  z-index: 1;
}

.abde-message__02 {
  position: relative;
  margin-left: -260px;
}

.abde-message__02 .sign {
  position: absolute;
  top: calc((260/1236)*100vw);
  left: -70px;
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .abde-message__02 .sign {
    position: absolute;
    top: calc((220/375)*100vw);
    left: unset;
    right: 0;
    width: 100%;
    max-width: 200px;
  }
}


@media screen and (min-width: 1236px) {
  .abde-message__02 .sign {
    top: 260px;
  }
}


.growing-sdgs-block .abde-image-container,
.abde-banner-flex {
  margin: auto;
  max-width: 1038px;
}

/* .abde-message__flex figure img {
  width: 100%;
} */

.abde-banner {
  cursor: pointer;
  transition: all .3s;
}

.abde-banner:hover {
  transition: all .3s;
  opacity: .8;
  transform: scale(1.03);
}

.abde-banner-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 320px;
}

@media screen and (max-width: 768px) {
  .abde-message__flex {
    display: block;
    gap: 0;
  }

  .abde-banner-flex {
    margin-top: 40px;
    display: block;
  }

  .abde-banner+* {
    margin-top: 20px;
  }

  .abde-message__03 {
    margin-top: calc((230/375)*100vw);
  }

  .abde-message__01 img {
    max-width: 100%;
    position: relative;
    top: 60px;
  }

  .abde-message__02 {
    position: relative;
    margin-left: auto;
    margin-top: calc((-160/375)*100vw);
    z-index: -1;
  }

  .abde-message__02 img {
    max-width: calc((320/375)*100vw);
    display: block;
    margin: auto;
  }

  .p_ttl02 .text.middle {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .abde-banner-flex {
    margin-top: calc((500/1920)*100vw);
  }
}


.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */

  overflow: auto;
}

.modal {
  /* Other styles... */
  opacity: 0;
  /* Make it fully transparent initially */
  transition: opacity 0.5s ease;
  /* Transition effect for opacity */
}

.modal.show {
  opacity: 1;
  /* Make it fully visible when it has the 'show' class */
}

.modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 50px;
  width: 100%;
  max-width: 1100px;
  z-index: 9999;
  overflow: auto;
  /* Ensure the modal sits on top of all other elements */
}


.modal__close {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 10px;
}

.modal .bg-ttl {
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: fit-content;
}
.modal .bg-ttl.yellow {
  background: #FEBF25;
}
.modal .bg-ttl.gray {
  background: #878181;
}
.modal .bg-ttl.purple {
  background: #715989;
}
.modal .bg-ttl.blue {
  background: #1A96D5;
}
.modal .bg-ttl .inn {
  display: block;
}
.modal .bg-ttl .ico {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .modal .bg-ttl {
    font-size: 16px;
    gap: 10px;
    padding: 10px 15px;
  }
  .modal .bg-ttl .ico img {
    max-height: 25px;
  }
}

.modal .note {
  font-size: 14px;
  line-height: 1.58;
  margin-top: 30px;
}
.modal .note .bold {
  font-size: 14px;
  font-weight: bold;
}
.modal .note + .c-ttl04 {
  margin-top: 40px;
}
.modal .note + .c-ttl05 {
  margin-top: 30px;
}
.modal .img-ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .modal .img-ttl {
    font-size: 20px;
    margin-top: 10px;
  }
}

.modal .l-flex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  margin-top: 20px;
}
.modal .l-flex.img-box {
  grid-template-columns: auto 1fr;
  width: fit-content;
  max-width: 877px;
  margin-left: auto;
  margin-right: auto;
}
.modal .l-flex.img-box .note {
  font-size: 12px;
  margin-top: 5px;
}
.modal .l-flex.img-img {
  grid-template-columns: repeat(2,auto);
  width: fit-content;
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
}
.modal .l-flex.single {
  grid-template-columns: 1fr;
  justify-content: center;
}
.modal .l-flex.single .img {
  margin: auto;
}
.modal .l-flex .box .top, .modal .l-flex .box .bottom {
  padding: 20px;
}
.modal .l-flex .box .top {
  text-align: center;
}

.modal .l-flex .box.yellow .top {
  background: #FEBF25;
}
.modal .l-flex .box.gray .top {
  background: #878181;
  color: #fff;
}

.modal .l-flex .box .top .small {
  font-size: 20px;
  font-weight: bold;
}
.modal .l-flex .box .top .main {
  font-size: 24px;
  font-weight: bold;
}
.modal .l-flex .box .top .num {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

.modal .l-flex .box.yellow .bottom {
  background: #FFF4DD;
}
.modal .l-flex .box.gray .bottom {
  background: #E9E7E6;
}
.modal .l-flex .box .bottom .txt {
  font-size: 14px;
  font-weight: 500;
}
.modal .l-flex .box .bottom .line {
  font-weight: bold;
  text-decoration: underline;
}
.modal .l-flex .box.yellow .bottom .line {
  color: #DA9E12;
}

@media screen and (max-width: 768px) {
  .modal .l-flex {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .modal .l-flex.img-box {
    grid-template-columns: 1fr;
  }
  .modal .l-flex.img-img {
    grid-template-columns: 1fr;
  }
  .modal .l-flex .box .top, .modal .l-flex .box .bottom {
    padding: 15px;
  }
  .modal .l-flex .box .top .small {
    font-size: 16px;
  }
  .modal .l-flex .box .top .main {
    font-size: 18px;
  }
  .modal .l-flex .box .top .num {
    font-size: 30px;
  }
  .modal .l-flex .box .bottom .txt {
    font-size: 12px;
  }

  .modal__close {
    font-size: 30px;
  }
  .modal__content {
    padding: 20px 15px;
    max-height: 90%;
    width: 90%;
  }
}


.modal__close:hover,
.modal__close:focus {
  text-decoration: none;
  cursor: pointer;
}


.c-aco-block .c-parts-column01:last-child .ttl:after {
  content: none;
}

.c-aco-block .c-parts-column01 .ttl.u-flex {
  display: flex;
  align-items: center;
}

.c-aco-block .c-parts-column01 .ttl .ttl-box {
  color: #2d99cd;
  text-align: center;
  background-color: #fff;
  padding: 4px 20px;
  width: 200px;
  margin-right: 40px;
  text-align: center;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-aco-block .c-parts-column01 .ttl .ttl-box {
    width: 80px;
    padding: 4px 4px;
    margin-right: 10px;
    font-size: 14px;
  }

  .c-aco-block .c-parts-column01 .ttl.u-flex {
    padding-left: 15px;
  }
}


/* .mv-block .mv .img .bg {
  background: url(../img/home/mv_bg_new.jpg) no-repeat center center/cover;
  background-position: top;
} */

@media screen and (max-width: 500px) {
  .mv-block .mv .img .bg {
    background-position: -390px center;
    position: relative;
  }

}

.mv-block .mv .img {
  height: 45vw;
  min-height: 460px;
}

@media screen and (max-width: 768px) {
  .mv-block .mv .img {
    height: 103.467vw;
  }
}


.mv-block .mv .img .ttl {
  top: 5.208vw;
  left: 10.417vw;
}

.mv-block .txt-box .middle {
  font-size: 3.5vw;
}

.mv-block .txt-box .sub {
  display: inline-block;
  font-size: 2.3vw;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mv-block .txt-box .middle {
    font-size: 30px;
  }

  .mv-block .txt-box .sub {
    font-size: 15px;
  }

  .mv-block .mv .img .ttl {
    font-size: calc((42/768)*100vw);
    top: 6.5vw;
    bottom: unset;
  }

}


.c-link-area {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {

  .c-link-area {
    padding-bottom: 90px;
  }
}

.c-bg-sky {
  background: rgba(255, 255, 255, 0.4);

}

.c-bg-chart {
  padding-bottom: 0;
}

.c-bg-chart::before {
  background: none;
  position: static;
}

.c-bg-new {
  position: relative;
}

.c-bg-new:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/concept_bg.jpg) no-repeat center center/cover;
  background-size: cover;
  background-position: bottom center;
}

.u-bg-fff {
  position: relative;
  z-index: 0;
}

.growing-sdgs-block {
  padding-bottom: 100px;
}

@media screen and (min-width: 1440px) {

  .growing-sdgs-block {
    padding-bottom: calc((120/1920)*100vw);
  }
}


@media screen and (max-width: 768px) {
  .growing-sdgs-block {
    padding-bottom: 60px;
  }
}


.u-bg-fff:before {
  content: '';
  position: absolute;
  top: -230px;
  left: 0;
  width: 100%;
  height: calc(100% + 230px);
  bottom: #fff;
  /* background: rgb(255,255,255,0.8); */
  background: linear-gradient(0deg, rgba(255,255,255,0.8) 0, rgba(255,255,255,0.4) 100%);
}

.fund-img-wrap img {
  width: 100%;
  display: block;
}

.fund-lists {
  margin-top: 80px;
}

.fund-img-flex {
  display: flex;
  gap: 30px;
}

.fund-img-flex img {
  width: 48%;
  margin: 0 auto;
}

.fund-note {
  font-size: 13px;
}

.u-fw-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fund-img-flex {
    flex-direction: column;

  }

  .fund-img-flex img {
    width: 100%;
  }

  .fund-lists {
    margin-top: 40px;
  }

}

.fund-second-lists {
  margin-top: 40px;
}

.fund-second-list+* {
  margin-top: 40px;
}

.fund-second-list__title {
  font-size: 22px;
  font-weight: bold;
  color: #1e9bd7;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fund-second-list__title:before {
  content: '';
  background: url(../img/home/fund-second-logo01.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  flex-shrink: 0;
}

.fund-second-list:nth-of-type(2) .fund-second-list__title:before {
  background: url(../img/home/fund-second-logo02.svg);
}

.fund-second-list:nth-of-type(3) .fund-second-list__title:before {
  background: url(../img/home/fund-second-logo03.svg);
}

.fund-second-list-figure {
  margin-top: 20px;
}

.fund-second-list-figure img {
  display: block;
  margin-left: 50px;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 900px) {
  .fund-second-list-figure img {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .fund-second-list-figure img {
    margin-left: auto;
  }
}

.fund-second-imgFlex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}

.fund-second-imgFlex img {
  /* SPの長押し禁止 */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .fund-second-imgFlex {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.fund-second-text-list span {
  color: #1e9bd7;
  margin-right: 8px;
}

.fund-second-text-lists {
  margin-top: 10px;
}

.fund-second-text-lists p {
  font-size: 16px;
  margin-top: 8px;
}

.fund-second-list__text {
  margin-top: 10px;
}

.fund-company {
  margin-top: 10px;

}

.fund-company__heading {
  font-weight: bold;
  color: #00ACC0;
  font-size: 18px;
  margin-bottom: 4px;
}

.fund-company__infoText {
  padding: 10px 0;
}

.fund-company__info--first {
  color: #00ACC0;
  font-weight: bold;
  border-top: 1px solid #00ACC0;
  position: relative;
  display: flex;
  align-items: center;
}

.fund-company__info--first.--icon:before {
  content: '';
  background-repeat: no-repeat;
  background-image: url(../img/home/fund-second-circle.svg);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.fund-company__info--second {
  color: #595757;
  font-weight: bold;
  border-top: 1px solid #00ACC0;
  border-bottom: 1px solid #00ACC0;
  position: relative;
  display: flex;
  align-items: center;
}

.fund-company__info--second.--icon:before {
  content: '';
  background-repeat: no-repeat;
  background-image: url(../img/home/fund-second-cross.svg);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.fund-company__infoBottomText {
  margin-top: 10px;
}

.fund-second-mt {
  margin-top: 40px;
}

.fund-third-lists {
  margin-top: 40px;
}

.fund-third-flex {
  display: flex;
  justify-content: space-between;
}

.note-caution {
  display: block;
  text-align: center;
  color: #E60012;
  border: 2px solid #E60012;
  margin-bottom: 8px;
}

.fund-third-flex img {
  display: block;
  width: 48%;
}


@media screen and (max-width: 768px) {
  .fund-third-flex {
    display: block;
  }

  .fund-third-flex img {
    width: 100%;
  }

  .fund-third-flex img+* {
    margin-top: 20px;
  }

  .note-caution {
    text-align: left;
    padding: 2px;
  }
}

.fund-fourth-heading {
  margin-bottom: 10px;
}

.fund-fourth-heading-bg {
  background: #1e9bd7;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
}

.fund-fourth-heading-bg:before {
  content: '1';
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  text-align: center;
  padding: 4px 10px;
  margin-right: 8px;
  flex-shrink: 0;
}

.fund-fourth-heading-bg-02:before {
  content: '2';
}

.fund-fourth-box {
  padding: 30px 30px 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fund-fourth-box {
    padding: 20px 11px;
  }

  .fund-fourth-heading-bg:before {
    width: calc((40/375)*100vw);
    height: calc((40/375)*100vw);
  }

}


.fund-fourth-box .c-dot-list {
  padding-left: 28px;
  margin-top: 30px;
}

.u-ph {
  position: relative;
  background: #fff;
}

.fund-fourth-img .nawa {
  position: absolute;
  top: -18px;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .fund-fourth-box .c-dot-list {
    margin-top: 10px;
  }

  .fund-fourth-img .nawa {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    max-width: 120px;
  }

  .fund-fourth-heading-bg {
    font-size: calc((16/768)*100vw);
  }

}

@media screen and (max-width: 500px) {

  .fund-fourth-heading-bg {
    font-size: 13px;
  }

}

@media screen and (max-width: 374px) {

  .fund-fourth-heading-bg:before {
    width: calc((40/320)*100vw);
    height: calc((59/320)*100vw);
    font-size: 16px;
  }
}


.u-mt {
  margin-top: 40px !important;
}

.u-dib {
  display: inline-block;
}

.abde-row {
  display: flex;
  flex-wrap: wrap;
}

.abde-image-container-new {
  position: relative;
}

@media screen and (max-width: 768px) {
  .u-sp-none {
    visibility: hidden;
  }
}

a.abde-color-darkest.img-bg.white {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-bg.white .abde-h4-new02 {
  padding-top: 0;
}

a.abde-color-darkest.img-bg.black {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-bg .c-btn01 {
  margin: 0;
}

.img-bg .c-btn01-new {
  margin-top: auto;
  margin-bottom: 30px;
  margin-inline: auto;
  width: 100%;
}

.img-bg.black .abde-h4-new {
  padding-top: 90px;
}


@media screen and (max-width: 640px) {

  .img-bg .c-btn01-new {
    margin-bottom: 20px;
  }

  .img-bg.black .abde-h4-new {
    padding-top: 55px;
  }

  .img-bg.white .abde-h4-new {
    padding-top: 45px;
  }

}

.fade01,
.fade02,
.fade03 {
  position: absolute;
  top: 0;
}

.fade-img-wrap {
  width: 100%;
  max-width: calc((658 / 1236)*100vw);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fade-img-wrap img {
  width: 100%;
}

.fade-img-bottomText {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .fade-img-bottomText {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
  }
}


.fade01 {
  left: 6px;
  max-width: calc((410 / 1236)*100vw);
}

.fade02 {
  right: 18px;
  top: 8px;
  max-width: calc((410 / 1236)*100vw);
}

.fade03 {
  max-width: calc((268 / 1236)*100vw);
  top: calc((80 / 1236)*100vw);
  left: calc(50% - 6px);
  transform: translateX(-50%);
}

.fade-img-wrap-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .fade-img-wrap {
    max-width: 100%;
  }

  .fade01 {
    left: 0px;
    max-width: calc((230 / 375)*100vw);
  }

  .fade02 {
    right: calc((-5 / 375)*100vw);
    top: calc((5 / 375)*100vw);
    max-width: calc((230 / 375)*100vw);
  }

  .fade03 {
    max-width: calc((150 / 375)*100vw);
    top: calc((47 / 375)*100vw);
    left: calc(50% + 3px);
  }

  .fade-img-wrap-sp {
    display: grid;
    grid-template-columns: 1fr 34%;
    gap: 10px;
    margin-top: calc((110/375)*100vw);
  }

}


@media screen and (min-width: 1236px) {
  .fade-img-wrap {
    max-width: 640px;
  }

  .fade01 {
    max-width: 400px;
  }

  .fade02 {
    max-width: 400px;
  }

  .fade03 {
    max-width: 268px;
    top: 80px;
  }
}

.fade01,
.fade02,
.fade03 {
  opacity: 0;
}

.fade-in-left {
  animation: fadeInFromLeft 0.7s ease-in-out forwards;
}

.fade-in-right {
  animation: fadeInFromRight 0.7s ease-in-out forwards;
}

.fade-in-bottom {
  animation: fadeInFromBottom 0.7s ease-in-out forwards;
}

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .c-dot-list:not(.small) li {
    font-size: 14px;
  }
}

figure {
  margin: 0;
}

.c-aco-block .note-new {
  margin-top: 30px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.side-fade01,
.side-fade02,
.side-fade03,
.sign {
  opacity: 0;
}

.side-fade01 {
  top: calc((54/1236)*100vw);
}

.side-fade02 {
  top: calc((107/1236)*100vw);
}

.side-fade03 {
  top: calc((166/1236)*100vw);
}

@media screen and (max-width: 768px) {
  .side-fade01 {
    top: calc((130/375)*100vw);
  }

  .side-fade02 {
    top: calc((150/375)*100vw);
  }

  .side-fade03 {
    top: calc((170/375)*100vw);
  }
}

@media screen and (min-width: 1366px) {
  .side-fade01 {
    top: 50px;
  }

  .side-fade02 {
    top: 109px;
  }

  .side-fade03 {
    top: 166px;
  }
}

.times-block .txt {
  margin-top: 40px;
  font-weight: bold;
}

.fade-in-up {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.u-dn-sp {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .u-dn-sp {
    display: none;
  }
}


@media print {
  body { display: none }
}