/* scroll effect  ------- fadein bottom top */
.js-scroll-fadain--b-t {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  visibility: hidden;
}
.js-scroll-fadain--b-t.on {
  -webkit-animation-name: effect-scroll-fadain--b-t;
          animation-name: effect-scroll-fadain--b-t;
  visibility: visible !important;
}

@-webkit-keyframes effect-scroll-fadain--b-t {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes effect-scroll-fadain--b-t {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-cover-fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  visibility: hidden;
}
.js-cover-fadeIn.on {
  -webkit-animation-name: effect-cover-fadain--b-t;
          animation-name: effect-cover-fadain--b-t;
  visibility: visible !important;
}

@-webkit-keyframes effect-cover-fadain--b-t {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes effect-cover-fadain--b-t {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-cover-fadeIn-end {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  visibility: hidden;
}
.js-cover-fadeIn-end.on {
  -webkit-animation-name: effect-cover-fadain--b-t;
          animation-name: effect-cover-fadain--b-t;
  visibility: visible !important;
}

.page-sustainable-202403 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2E2F34;
}
.page-sustainable-202403 ul, .page-sustainable-202403 ol, .page-sustainable-202403 li {
  list-style-type: none;
  padding: 0;
}
.page-sustainable-202403 img {
  width: 100%;
}
.page-sustainable-202403 .l-inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-sustainable-202403 .c-section {
  padding: 120px 0;
}
.page-sustainable-202403 .c-section-ttl {
  width: 420px;
  margin: 0 auto 70px;
}
.page-sustainable-202403 .btn-box {
  text-align: center;
}
.page-sustainable-202403 .c-button {
  display: block;
  margin: 0 auto;
  width: 340px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  border: 1px solid #2E2F34;
  text-decoration: none;
}
.page-sustainable-202403 .c-button:hover {
  color: #ffffff;
  background-color: #2E2F34;
}
.page-sustainable-202403 .u-font-en-gothic {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page-sustainable-202403 .u-font-bold {
  font-weight: bold;
}
.page-sustainable-202403 .u-text-center {
  text-align: center;
}
.page-sustainable-202403 .global-nav {
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 100;
}
.page-sustainable-202403 .global-nav .logo-wrap {
  width: 107px;
  margin-bottom: 20px;
}
.page-sustainable-202403 .global-nav li {
  position: relative;
}
.page-sustainable-202403 .global-nav li.gnavmenu-item-top {
  display: none;
}
.page-sustainable-202403 .global-nav li.current a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 1.75em;
  left: 0;
  border-bottom: 2px solid #B9FFC4;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-sustainable-202403 .global-nav li a {
  display: inline-block;
  position: relative;
  position: relative;
  padding: 0.75em 0;
  border-width: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.page-sustainable-202403 .global-nav li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
  top: 1.75em;
  left: 0;
  border-bottom: 2px solid #B9FFC4;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-sustainable-202403 .global-nav li a:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-sustainable-202403 .global-nav.is-fixed {
  position: fixed;
  top: 60px;
  left: 50px;
}
.page-sustainable-202403 .cover {
  padding: 55px 0 55px;
  background: #DCE5ED;
}
.page-sustainable-202403 .cover .l-inner {
  position: relative;
  max-width: 1440px;
  min-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-sustainable-202403 .cover-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-sustainable-202403 .cover-body .cover-textWrap {
  position: relative;
  width: 46.1643835616%;
  margin-top: 25%;
}
.page-sustainable-202403 .cover-body .cover-imgWrap {
  width: 53.8356164384%;
}
.page-sustainable-202403 .cover-body .cover-imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-sustainable-202403 .cover-body .cover-ttl {
  line-height: 1;
}
.page-sustainable-202403 .cover-body .cover-ttl > span {
  display: inline-block;
}
.page-sustainable-202403 .cover-body .cover-ttl > span img {
  width: 100%;
}
.page-sustainable-202403 .cover-body .cover-ttl__sub {
  width: 50%;
  margin-bottom: 30px;
}
.page-sustainable-202403 .cover-body .cover-ttl__main {
  width: 80%;
  margin-bottom: 30px;
}
.page-sustainable-202403 .cover-body .cover-ttl-text {
  font-size: 15px;
}
.page-sustainable-202403 .cover-scrolldown {
  position: absolute;
  bottom: -130px;
  right: 20%;
  width: 70px;
  height: 210px;
}
.page-sustainable-202403 .cover-bottom {
  position: relative;
  background: #DCE5ED;
  height: 162px;
  width: 100vw;
}
.page-sustainable-202403 .cover-bottom .line {
  position: absolute;
  height: 353px;
  width: auto;
  top: -30px;
}
.page-sustainable-202403 .section-article {
  margin-top: 160px;
  padding-bottom: 0;
}
.page-sustainable-202403 .section-article .card-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-sustainable-202403 .section-article .card {
  width: calc((100% - 42px) / 3);
  margin-bottom: 20px;
  background-color: #ffffff;
}
.page-sustainable-202403 .section-article .card a {
  display: block;
  text-decoration: none;
}
.page-sustainable-202403 .section-article .card a:hover {
  opacity: 0.7;
}
.page-sustainable-202403 .section-article .card .card-img {
  width: 100%;
  height: 244px;
  overflow: hidden;
}
.page-sustainable-202403 .section-article .card .card-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-sustainable-202403 .section-article .card a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.page-sustainable-202403 .section-article .card .card-txt {
  background-color: #ffffff;
  padding: 25px 30px 40px;
}
.page-sustainable-202403 .section-article .card .card-txt h4 {
  font-size: 17px;
  line-height: 2.12;
  color: #6C7A83;
  font-weight: bold;
  margin: 0;
}
.page-sustainable-202403 .section-article .card .card-txt p {
  font-size: 15px;
  line-height: 1.73;
  color: #000;
  margin: 0;
}
.page-sustainable-202403 .section-category .l-inner {
  max-width: 940px;
}
.page-sustainable-202403 .section-category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px;
}
.page-sustainable-202403 .section-category .category-list__item {
  width: 240px;
  text-align: center;
  font-size: 18px;
}
.page-sustainable-202403 .section-category .category-list__item a:hover {
  opacity: 0.7;
}
.page-sustainable-202403 .section-series {
  background: #F0F0F0;
}
.page-sustainable-202403 .section-series .series-ttl {
  margin-bottom: 40px;
}
.page-sustainable-202403 .section-series .series-lead {
  font-size: 18px;
  margin-bottom: 100px;
}
.page-sustainable-202403 .section-series .swiper-wrapper {
  margin-bottom: 66px;
}
.page-sustainable-202403 .section-series .swiper-container {
  width: 4800px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.page-sustainable-202403 .section-series .swiper-container #sub_author {
  margin-top: -40px !important;
}
.page-sustainable-202403 .section-series .swiper-container .author_name {
  font-size: 20px;
}
.page-sustainable-202403 .section-series .swiper-container .tsunagu_title {
  padding: 0 1.5em;
  font-size: 18px;
  line-height: 2;
}
.page-sustainable-202403 .section-series .swiper-container .author_name {
  color: #6C7A83;
}
.page-sustainable-202403 .section-series .swiper-container .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1;
}
.page-sustainable-202403 .section-series .swiper-container .swiper-pagination-bullet-active {
  background-color: #B9FFC4 !important;
}
.page-sustainable-202403 .section-series .swiper-container #sub_author_head #sub_author_img {
  left: calc(50% - 37px);
}
.page-sustainable-202403 .section-series .swiper-container .swiper-pagination {
  margin-bottom: 70px;
}
.page-sustainable-202403 .section-message {
  padding: 100px 0;
  background: #F0F0F0;
}
.page-sustainable-202403 .section-message .message-ttl {
  margin: 0 auto 60px;
  font-size: 23px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.page-sustainable-202403 .section-message .message-text {
  margin: 0;
  font-size: 18px;
  line-height: 2.1;
}
.page-sustainable-202403 .section-message .message-text span {
  display: block;
  margin-bottom: 1em;
}
.page-sustainable-202403 .section-message .logo-wrap {
  width: 187px;
  margin: 40px auto 0;
}