@charset "UTF-8";
.roadmapcontents {
  position: relative;
  padding: 40px 20px;
  height: 100%;
}
.roadmapcontents:before {
  position: absolute;
  content: "";
  background: url(../images/roadmap/line_SP.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.roadmapcontents:after {
  position: absolute;
  content: "";
  background: url(../images/roadmap/line_SP.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-position: bottom;
  bottom: -40px;
}
.roadmapcontents:before {
  background-position: top;
  top: 0px;
}
.roadmapcontents > div:nth-child(1) > div {
  top: -183%;
}

@media screen and (min-width: 750px) {
  .roadmapcontents {
    position: inherit;
    padding-right: 20px;
  }
  .roadmapcontents:before, .roadmapcontents:after {
    content: none;
  }
  .roadmapcontents > div:nth-child(1) > div {
    top: max(-45px, -3.125vw);
  }
  .roadmapcontents > div:nth-child(2) {
    position: relative;
    padding: 40px 20px;
    height: 100%;
  }
  .roadmapcontents > div:nth-child(2):before {
    position: absolute;
    content: "";
    background: url(../images/roadmap/line.svg);
    height: 100%;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    max-width: 220px;
    width: 45%;
    left: auto;
    z-index: -1;
  }
  .roadmapcontents > div:nth-child(2):after {
    position: absolute;
    content: "";
    background: url(../images/roadmap/line.svg);
    height: 100%;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    max-width: 220px;
    width: 45%;
    left: auto;
    z-index: -1;
    background-position: right;
    right: -20%;
    width: 100%;
  }
  .roadmapcontents > div:nth-child(2):before {
    background-position: left;
    left: 0px;
  }
}
.tw-left--3 {
  left: -3px;
}

.container_top {
  margin: 60px auto;
}

.container_top2 {
  margin: 0 auto 60px;
  padding-top: 60px;
}

.container .header {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.container .header .lead_text:before {
  content: "⚫︎";
  color: #83E863;
}
.container .br_gd {
  border: 2px solid #40b620;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  margin: auto;
}
.container .img_wrap_con {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 16px;
}
.container .img_wrap_con_float-r {
  border-radius: 16px;
  margin-bottom: 10px;
}
.container .img_wrap_con_float-r-w30 {
  width: 70%;
  margin: 20px auto;
  border-radius: 16px;
  margin-bottom: 10px;
}
.container .img_wrap_2rows {
  display: block;
}
.container .img_wrap_2rows img {
  max-width: 100%;
}
.container .heading-l {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.container .heading-m {
  margin: 20px 0 10px;
  font-size: 1rem;
  font-weight: 500;
}
.container .textlink {
  color: #25af00;
  font-weight: bold;
  text-decoration: underline;
  overflow-wrap: break-word;
}
.container .report {
  margin-bottom: 5%;
}
.container .report:last-child {
  margin-bottom: 0;
}
.container .report .award {
  text-align: center;
}
.container .report .youtube {
  max-width: 720px;
  margin: auto;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.container .report .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .report a {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 750px) {
  .mt-3 {
    margin-top: 3%;
  }
  .tw-left--3 {
    left: unset;
  }
  .container .br_gd {
    width: 90%;
  }
  .container_text {
    text-align: right;
  }
  .container .img_wrap_con {
    max-width: 80%;
  }
  .container .img_wrap_con_float-r {
    float: right;
    width: 40%;
    margin-left: 20px;
    border-radius: 16px;
  }
  .container .img_wrap_con_float-r-w30 {
    float: right;
    width: 30%;
    margin-left: 20px;
    border-radius: 16px;
  }
  .container .img_wrap_2rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container .img_wrap_2rows img {
    max-width: 49%;
    height: auto;
    margin: 0 0 10px;
  }
  .container .img_wrap_2rows_text img {
    max-width: 49%;
    height: auto;
    margin: 0px 20px 0 0;
  }
  .container .img_wrap_3rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container .img_wrap_3rows img {
    max-width: 32%;
    height: auto;
    margin: 0 0 10px;
  }
  .container .heading-m {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 30px 0 10px;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  .container .heading-l {
    font-size: 1.5rem;
  }
  .container .textlink {
    color: #25af00;
    text-decoration: underline;
  }
}
.imghi {
  top: 40%;
}
@media only screen and (max-width: 320px) {
  .imghi {
    top: 55%;
  }
}

.insta_pc, .insta_sp {
  background: url(../images/bg_insta.png) no-repeat center top;
  background-size: cover;
}

.x_pc, .x_sp {
  background: #000;
}

@media only screen and (min-width: 749px) {
  .climateactionmonth_bnr {
    transition-duration: 0.5s;
  }
  .climateactionmonth_bnr:hover {
    opacity: 0.7;
  }
}
footer .partners__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
footer .partners__title img {
  display: block;
  width: 60px;
}
footer .partners__title span {
  text-align: center;
}
@media only screen and (min-width: 749px) {
  footer .partners__title span {
    text-align: left;
  }
}
footer .partners__imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 749px) {
  footer .partners__imglist {
    gap: 30px;
  }
}
footer .partners__imglist--item img {
  width: 100%;
  max-width: 150px;
  transition-duration: 0.5s;
}
footer .partners__imglist--item a {
  transition-duration: 0.5s;
}
footer .partners__imglist--item a:hover img {
  opacity: 0.5;
}
footer .partners__txtlist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (min-width: 749px) {
  footer .partners__txtlist {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .partners__txtlist--item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 749px) {
  footer .partners__txtlist--item {
    width: 100%;
    display: block;
  }
}
footer .partners__txtlist--item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  font-weight: 400;
}

@media only screen and (max-width: 750px) {
  .pcDISP {
    display: none !important;
  }
}
@media only screen and (min-width: 750px) {
  .spDISP {
    display: none !important;
  }
}
.ambassador {
  /* -- PopupSlider / Swiper -- */
  /* モーダル */
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
  /* 閉じるボタン */
  /* 閉じるボタンのX */
}
.ambassador .txt_small {
  font-size: 0.5em;
}
.ambassador .ambassador_inner {
  padding: 30px 0 0;
}
@media only screen and (max-width: 750px) {
  .ambassador .ambassador_inner {
    padding: 10px 0 0;
  }
}
.ambassador .ambassador_inner .ambassador_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.ambassador .ambassador_inner .ambassador_list li {
  width: 22%;
  margin: 0 0 40px;
}
@media only screen and (max-width: 750px) {
  .ambassador .ambassador_inner .ambassador_list li {
    width: 45%;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .ambassador .ambassador_inner .ambassador_list li dl {
    align-items: center;
  }
}
.ambassador .ambassador_inner .ambassador_list li dl dt a {
  cursor: pointer;
}
.ambassador .ambassador_inner .ambassador_list li dl dt a img {
  width: 100%;
  height: auto;
}
.ambassador .ambassador_inner .ambassador_list li dl dd h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 15px 0 5px;
}
@media only screen and (max-width: 750px) {
  .ambassador .ambassador_inner .ambassador_list li dl dd h4 {
    font-size: 16px;
  }
}
.ambassador .ambassador_inner .ambassador_list li dl dd p {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .ambassador .ambassador_inner .ambassador_list li dl dd p {
    font-size: 13px;
  }
}
.ambassador .swiperModalButton {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.ambassador .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(30, 30, 30, 0.9);
}
.ambassador .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.ambassador .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ambassador .modal__content {
  position: sticky;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
  top: 25%;
}
@media only screen and (max-width: 750px) {
  .ambassador .modal__content {
    top: 10%;
  }
}
.ambassador .modal_inner {
  filter: drop-shadow(0px 0px 4px #ddd);
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  border-radius: 25px;
  /* padding: 20px 25px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: solid 3px #c5e8a3;
}
@media only screen and (max-width: 750px) {
  .ambassador .modal_inner {
    width: 80%;
  }
}
.ambassador .modal__close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}
.ambassador .modal__close-btn:hover {
  opacity: 0.8;
}
.ambassador .lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #3fb620;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.ambassador .lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.ambassador p.swiperText {
  margin: 0;
  text-align: center;
}
.ambassador .swiper-button-next, .ambassador .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3fb620;
  background: none;
  border: none;
}
.ambassador .swiper-button-next:hover, .ambassador .swiper-button-prev:hover {
  background: none;
}
.ambassador .popup_inner .photo {
  width: 40%;
  float: left;
  clip-path: inset(0 0 0 0 round 22px 0 0 22px);
  position: relative;
}
@media only screen and (max-width: 750px) {
  .ambassador .popup_inner .photo {
    width: 100%;
    float: none;
    clip-path: inset(0 0 60px 0 round 22px 22px 0 0);
  }
}
.ambassador .popup_inner .photo .copyright {
  position: absolute;
  font-size: 12px;
  color: #fff;
  text-align: right;
  bottom: 10px;
  right: 10px;
  text-shadow: 0 0 5px #000;
}
@media only screen and (max-width: 750px) {
  .ambassador .popup_inner .photo .copyright {
    font-size: 10px;
    bottom: 70px;
  }
}
.ambassador .popup_inner .credit {
  padding: 30px;
  float: right;
  width: 60%;
  height: 520px;
  overflow: scroll;
}
@media only screen and (max-width: 750px) {
  .ambassador .popup_inner .credit {
    padding: 15px;
    float: none;
    width: 100%;
    height: 320px;
    margin-top: -60px;
  }
}
.ambassador .popup_inner .credit .name {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
.ambassador .popup_inner .credit .belong {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
.ambassador .popup_inner .credit .line {
  width: 100%;
  height: 2px;
  background-color: #c5e8a3;
  margin: 20px 0;
}
.ambassador .popup_inner .credit .name_furi {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
.ambassador .popup_inner .credit .l_grn {
  color: #c5e8a3;
}