@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.mainvisual_common {
  background-image: url("../images/mainvisual.jpg");
}
.mainvisual_common::after {
  background: linear-gradient(180deg, #89b996, transparent);
}
@media all and (max-width: 896px) {
  .mainvisual_common .ttl_mainvisual_common .ttl_en img {
    width: 367.2px;
  }
}

.intro_common .copy_intro {
  text-align: left;
}

.area_sustain {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .area_sustain {
    padding: 50px 0;
  }
}
.area_sustain.bg_color {
  background: url("/common/images/bg_contents.jpg") center top/cover no-repeat;
}
.area_sustain.bg_color::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f1f9fb;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.area_sustain .sec_sustain {
  max-width: 1600px;
}
.area_sustain .block_ttl_sustain {
  text-align: center;
  line-height: 1.4;
  color: #007154;
}
.area_sustain .block_ttl_sustain .txt_sustain {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .area_sustain .block_ttl_sustain .txt_sustain {
    font-size: 2rem;
    margin-top: 3px;
  }
}
.area_sustain .block_ttl_sustain .txt_sustain .txt_large {
  font-size: 1.2em;
}
.area_sustain .block_ttl_sustain .name_sustain {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .area_sustain .block_ttl_sustain .name_sustain {
    font-size: 2.8rem;
    margin-top: 20px;
  }
}
@media all and (max-width: 896px) {
  .area_sustain .block_ttl_sustain .sustain_icon01 {
    width: 67.2px;
  }
}
@media all and (max-width: 896px) {
  .area_sustain .block_ttl_sustain .sustain_icon02 {
    width: 54.6px;
  }
}
@media all and (max-width: 896px) {
  .area_sustain .block_ttl_sustain .sustain_icon03 {
    width: 54.6px;
  }
}
.area_sustain .copy_common {
  width: calc(100% - 160px);
  margin: 40px auto 0;
}
@media all and (max-width: 896px) {
  .area_sustain .copy_common {
    width: 100%;
    margin-top: 24px;
  }
}
.area_sustain .slide_wrapper {
  padding: 0 80px;
  position: relative;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper {
    padding: 0;
    margin-top: 40px;
  }
}
.area_sustain .slide_wrapper .slide_sustain {
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .slide_sustain {
    margin: 0 calc(50% - 50vw);
  }
}
.area_sustain .slide_wrapper .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 480/320;
}
.area_sustain .slide_wrapper .box_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .box_txt {
    margin-top: 8px;
  }
}
.area_sustain .slide_wrapper .date_detail {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #007154;
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .date_detail {
    font-size: 1.8rem;
  }
}
.area_sustain .slide_wrapper .swiper-button-next, .area_sustain .slide_wrapper .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(90deg, #009f84 0%, #008e6d 50%, #006957 100%);
  top: 32%;
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .swiper-button-next, .area_sustain .slide_wrapper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
.area_sustain .slide_wrapper .swiper-button-next::after, .area_sustain .slide_wrapper .swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .swiper-button-next::after, .area_sustain .slide_wrapper .swiper-button-prev::after {
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .swiper-button-next {
    right: calc(24% - 21px);
  }
}
@media all and (max-width: 600px) {
  .area_sustain .slide_wrapper .swiper-button-next {
    right: calc(10.5% - 21px);
  }
}
.area_sustain .slide_wrapper .swiper-button-next::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 10px;
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .swiper-button-next::after {
    left: 8px;
  }
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .swiper-button-prev {
    left: calc(24% - 21px);
  }
}
@media all and (max-width: 600px) {
  .area_sustain .slide_wrapper .swiper-button-prev {
    left: calc(10.5% - 21px);
  }
}
.area_sustain .slide_wrapper .swiper-button-prev::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  left: 17px;
}
@media all and (max-width: 896px) {
  .area_sustain .slide_wrapper .swiper-button-prev::after {
    left: 13px;
  }
}

.w_second {
  max-width: 1350px;
  margin: 0 auto;
}

.block_sdgs {
  box-sizing: border-box;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .block_sdgs {
    margin-top: 50px;
  }
}
.block_sdgs .area_acc_common .sec_content_acc_common {
  padding: 60px 20px 80px;
}
@media all and (max-width: 896px) {
  .block_sdgs .area_acc_common .sec_content_acc_common {
    padding: 20px 0 40px;
  }
}
.block_sdgs .box_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.block_sdgs .box_item > div {
  width: 48%;
}
@media all and (max-width: 896px) {
  .block_sdgs .box_item > div {
    width: 100%;
  }
}
.block_sdgs .txt_item {
  line-height: 2;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .block_sdgs .txt_item {
    font-size: 1.5rem;
  }
}
.block_sdgs .sdgs_detail {
  padding-top: 40px;
}
@media all and (max-width: 896px) {
  .block_sdgs .sdgs_detail {
    padding-top: 30px;
  }
}
.block_sdgs .sdgs_detail + .sdgs_detail {
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .block_sdgs .sdgs_detail + .sdgs_detail {
    padding-top: 40px;
  }
}
.block_sdgs .ttl_sdgs {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #007154;
}
@media all and (max-width: 896px) {
  .block_sdgs .ttl_sdgs {
    font-size: 2.1rem;
  }
}
.block_sdgs .ttl_sdgs .txt_number {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  vertical-align: -0.08em;
  margin-right: 10px;
}
.block_sdgs .ttl_sdgs + .txt_item {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .block_sdgs .ttl_sdgs + .txt_item {
    margin-top: 15px;
  }
}
.block_sdgs .detail_wrapper {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .block_sdgs .detail_wrapper {
    margin-top: 20px;
  }
}
.block_sdgs .detail_wrapper + .detail_wrapper {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .block_sdgs .detail_wrapper + .detail_wrapper {
    margin-top: 30px;
  }
}
.block_sdgs .list_goal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .block_sdgs .list_goal {
    gap: 5px;
    margin-top: 20px;
  }
}
.block_sdgs .list_goal > li {
  width: 100px;
}
@media all and (max-width: 896px) {
  .block_sdgs .list_goal > li {
    width: 80px;
  }
}
@media all and (max-width: 480px) {
  .block_sdgs .list_goal > li {
    width: calc((100% - 15px) / 4);
  }
}
.block_sdgs .list_photo {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10%;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .block_sdgs .list_photo {
    gap: 15px 5%;
    margin-top: 20px;
  }
}
.block_sdgs .list_photo > li {
  width: 26.6666666667%;
}
@media all and (max-width: 896px) {
  .block_sdgs .list_photo > li {
    width: 30%;
  }
}
@media all and (max-width: 480px) {
  .block_sdgs .list_photo > li {
    width: 47.5%;
  }
}
.block_sdgs .list_photo > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 220/160;
}
.block_sdgs .box_detail {
  margin-top: 30px;
  box-sizing: border-box;
  border-left: 7px solid #007154;
  padding-left: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .block_sdgs .box_detail {
    margin-top: 20px;
    border-width: 5px;
    padding-left: 18px;
  }
}
@media all and (max-width: 600px) {
  .block_sdgs .box_detail {
    flex-direction: column;
  }
}
.block_sdgs .box_detail .item_left {
  flex-grow: 1;
}
.block_sdgs .box_detail .item_left > *:first-child {
  margin-top: 0;
}
.block_sdgs .box_detail .item_right {
  width: 300px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .block_sdgs .box_detail .item_right {
    width: 200px;
  }
}
@media all and (max-width: 600px) {
  .block_sdgs .box_detail .item_right {
    width: 100%;
    max-width: 200px;
  }
}
.block_sdgs .box_detail .item_right .box_img + .box_img {
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .block_sdgs .box_detail .item_right .box_img + .box_img {
    margin-top: 10px;
  }
}
.block_sdgs .box_detail .item_right img {
  width: 100%;
  max-width: none;
}
.block_sdgs .name_detail {
  font-size: 2.4rem;
  font-weight: 600;
  color: #007154;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .block_sdgs .name_detail {
    font-size: 1.8rem;
  }
}
.block_sdgs .list_detail {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .block_sdgs .list_detail {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.block_sdgs .list_detail > li {
  padding-left: 1em;
  position: relative;
}
.block_sdgs .list_detail > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.block_sdgs .note_detail {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .block_sdgs .note_detail {
    margin-top: 20px;
  }
}
.block_sdgs .note_detail a {
  color: #007154;
  text-decoration: underline;
}