@charset "UTF-8";
/* 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: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.page-sustainable-202403 .c-section {
  padding: 80px 0;
}
.page-sustainable-202403 .c-section-ttl {
  margin: 0 auto 40px;
}
.page-sustainable-202403 .btn-box {
  text-align: center;
  margin: 60px auto 0;
}
.page-sustainable-202403 .c-button {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 28px;
  border: 1px solid #2E2F34;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.page-sustainable-202403 .c-button:hover, .page-sustainable-202403 .c-button:active {
  color: #ffffff;
  background-color: #2E2F34 !important;
  opacity: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.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 .hamburger-menu #menu-btn-check {
  display: none;
}
.page-sustainable-202403 .hamburger-menu .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  width: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #B9FFC4;
}
.page-sustainable-202403 .hamburger-menu .menu-btn span {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.page-sustainable-202403 .hamburger-menu .menu-btn span:before, .page-sustainable-202403 .hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.page-sustainable-202403 .hamburger-menu .menu-btn span:before {
  bottom: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-sustainable-202403 .hamburger-menu .menu-btn span:after {
  top: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-sustainable-202403 .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-sustainable-202403 .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-sustainable-202403 .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-sustainable-202403 .hamburger-menu .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #98A6B2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-sustainable-202403 .hamburger-menu .menu-content ul {
  padding: 200px 80px 40px;
}
.page-sustainable-202403 .hamburger-menu .menu-content ul li a {
  display: block;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #B9FFC4;
}
.page-sustainable-202403 .hamburger-menu .menu-content ul li:first-of-type a {
  border-top: 1px solid #B9FFC4;
}
.page-sustainable-202403 .hamburger-menu #menu-btn-check:checked ~ .menu-content {
  left: 0;
}
.page-sustainable-202403 .cover {
  text-align: left;
  padding: 20px 0 0;
  background: #DCE5ED;
}
.page-sustainable-202403 .cover .logo-wrap {
  margin-bottom: 110px;
}
.page-sustainable-202403 .cover .logo-wrap img {
  width: 154px;
}
.page-sustainable-202403 .cover-body .cover-textWrap {
  position: relative;
}
.page-sustainable-202403 .cover-body .cover-ttl {
  line-height: 1;
}
.page-sustainable-202403 .cover-body .cover-ttl > span {
  display: block;
}
.page-sustainable-202403 .cover-body .cover-ttl__sub {
  margin-bottom: 40px;
}
.page-sustainable-202403 .cover-body .cover-ttl__main {
  margin-bottom: 40px;
}
.page-sustainable-202403 .cover-body .cover-ttl-text {
  font-size: 18px;
  margin-bottom: 45px;
}
.page-sustainable-202403 .cover-body .cover-scrolldown {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 116px;
}
.page-sustainable-202403 .cover-bottom {
  position: relative;
  background: #DCE5ED;
  height: 150px;
}
.page-sustainable-202403 .cover-bottom img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
}
.page-sustainable-202403 .section-article {
  margin-top: 80px;
}
.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% - 20px) / 2);
  margin-bottom: 20px;
}
.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: 212px;
  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 {
  text-align: left;
  padding: 25px 0 40px;
  line-height: 1.73;
}
.page-sustainable-202403 .section-article .card .card-txt h4 {
  font-size: 22px;
  color: #6C7A83;
  font-weight: bold;
  margin: 0 0 10px;
}
.page-sustainable-202403 .section-article .card .card-txt p {
  font-size: 24px;
  color: #000;
  margin: 0;
}
.page-sustainable-202403 .section-category .category-list {
  margin-top: 60px;
  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-category .category-list__item {
  width: 50%;
  margin-bottom: 40px;
  text-align: center;
}
.page-sustainable-202403 .section-category .category-list__item a:hover {
  opacity: 0.7;
}
.page-sustainable-202403 .section-category .category-list__ttl {
  font-size: 28px;
}
.page-sustainable-202403 .section-category .category-list .img-wrap {
  padding: 0 10%;
}
.page-sustainable-202403 .section-series {
  background: #F0F0F0;
}
.page-sustainable-202403 .section-series .series-ttl {
  margin-bottom: 40px;
  padding: 0 40px;
}
.page-sustainable-202403 .section-series .series-lead {
  font-size: 28px;
  margin-bottom: 60px;
  padding: 0 40px;
}
.page-sustainable-202403 .section-series .swiper-wrapper {
  margin-bottom: 40px;
}
.page-sustainable-202403 .section-series .swiper-container {
  width: 213%;
  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: -16%;
}
.page-sustainable-202403 .section-series .swiper-container .author_name {
  font-size: 32px;
  color: #6C7A83;
}
.page-sustainable-202403 .section-series .swiper-container .tsunagu_title {
  padding: 0 1.5em;
  font-size: 28px;
  line-height: 2;
  text-align: left;
}
.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 .swiper-pagination {
  margin-bottom: 0px;
}
.page-sustainable-202403 .section-series .btn-box {
  padding: 0 40px;
}
.page-sustainable-202403 .section-message {
  padding: 100px 0;
  background: #F0F0F0;
}
.page-sustainable-202403 .section-message .message-ttl {
  margin: 0 auto 60px;
  font-size: 32px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
.page-sustainable-202403 .section-message .message-text {
  margin: 0;
  font-size: 26px;
  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: 184px;
  margin: 40px auto 0;
}