@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Noto+Sans+JP:wght@400...700&family=Noto+Serif+JP:wght@200&family=Poppins:wght@600&display=swap";
.pbHeaderArea{
  overflow: visible !important;
}

.slide-animation {
  animation: fadezoom 10s both;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.content-wrapper .c-section__inner {
  position: relative;
  height: 100%;
  margin-inline: auto;
}

.content-wrapper .c-section-title {
  font-family: "Noto Serif JP",serif;
}

.content-wrapper .c-section-title__white {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-weight: 200;
  line-height: 1;
}

.content-wrapper .c-section-title__white:before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255,255,255,.9);
  content: "";
  transition: width .5s ease-in-out;
}

.content-wrapper .c-section-title__green {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins",sans-serif;
  letter-spacing: .1em;
}

.content-wrapper .c-section-title__green:before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #55b9aa;
  content: "";
  transition: width .5s ease-in-out;
}

.content-wrapper .c-section-title .js-title-item:nth-child(1) span {
  transition-delay: 0.3s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(1)::before {
  transition-delay: 0.2s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(2) span {
  transition-delay: 0.6s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(2)::before {
  transition-delay: 0.4s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(3) span {
  transition-delay: 0.9s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(3)::before {
  transition-delay: 0.6s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(4) span {
  transition-delay: 1.2s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(4)::before {
  transition-delay: 0.8s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(5) span {
  transition-delay: 1.5s;
}

.content-wrapper .c-section-title .js-title-item:nth-child(5)::before {
  transition-delay: 1s;
}

.content-wrapper .c-section-title .js-title-item span {
  display: block;
  transform: translateY(0.1em);
  opacity: 0;
  transition: .5s ease-in-out;
  transition-property: transform opacity;
}

.content-wrapper .c-section-title .js-title-item.animate span {
  transform: translateY(0);
  opacity: 1;
}

.content-wrapper .c-section-title .js-title-item.animate::before {
  width: 100%;
}

.content-wrapper .c-section-more .c-more-link {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
}

.content-wrapper .c-section-more .c-more-link::before {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  content: "";
}

.kv {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kv-title {
  z-index: 1;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-weight: 200;
  line-height: 1.1;
  font-family: "Noto Serif JP",serif;
}

.kv-title span {
  display: block;
}

.kv .visions-wrapper {
  z-index: 1;
  position: relative;
}

.kv .visions-list {
  display: flex;
  position: relative;
  margin-inline: auto;
  list-style: none;
}

.kv .visions-item {
  color: #fff;
  cursor: pointer;
}

.kv .visions-item .summary {
  position: relative;
  font-weight: 400;
}

.kv .visions-item .summary .title {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
}

.kv .visions-item .summary .title span {
  font-weight: 600;
  font-family: "Poppins",sans-serif;
}

.kv .visions-item .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.kv .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
}

.kv .slide .slick-track {
  height: 100%;
}

.kv .slide .slick-list {
  height: 100%;
}

.kv .slide .slick-slide {
  margin-bottom: 0;
  filter: none;
}

.kv .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

.kv-wrapper {
  position: relative;
}

.kv-nav__title {
  display: flex;
  align-items: center;
  background-color: #fff;
  line-height: 1.2;
}

.kv-nav__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.kv-nav__item>a {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: background-color .2s ease-in-out;
}

.kv-nav__item>a::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/library/contents/csr/common/rn202505/images/icon-arrow-black.svg") no-repeat center/contain;
  content: "";
  transition: right .2s ease-in-out;
}

.kv-nav__item._search>a {
  display: flex;
  justify-content: space-between;
}

.kv-nav__item._search span {
  font-weight: 700;
}

.kv-nav__item._pickup>a {
  background-color: #55b9aa;
  color: #fff;
}

.kv-nav__item._pickup>a:after {
  background: url("/library/contents/csr/common/rn202505/images/icon-arrow-white.svg") no-repeat center/contain;
}

.kv-nav__item._pickup .icon-pickup {
  display: flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  color: #55b9aa;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.kv-nav__item._modal>a {
  position: relative;
}

.kv-nav__item._modal>a::after {
  transform-origin: top;
  background: url("/library/contents/csr/common/rn202505/images/icon-modal.svg") no-repeat center center/contain;
  transition: all .2s ease;
}

.kv-nav-modal {
  background-color: #fff;
}

.kv-nav-modal.is-show {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
}

.kv-nav-modal__title {
  position: relative;
  border-bottom: 1px solid rgba(124,183,168,.2);
}

.kv-nav-modal__title .modal-close {
  position: absolute;
  rotate: 45deg;
  cursor: pointer;
  transition: .1s scale ease-in-out;
}

.kv-nav-modal__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.kv-nav-modal__item {
  position: relative;
}

.kv-nav-modal__item a {
  box-sizing: border-box;
  display: block;
  transition: color .2s ease-in-out;
}

.kv-nav-modal__item a::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/library/contents/csr/common/rn202505/images/icon-arrow-black.svg") no-repeat center/contain;
  content: "";
  transition: right .2s ease-in-out;
}

.kv-nav-modal__item:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "・";
  color: #70b5a8;
}

.commitment {
  position: relative;
  width: 100%;
}

.commitment .c-section-title {
  display: inline-flex;
  position: absolute;
  flex-direction: column;
}

.visions {
  width: 100%;
}

.visions .c-section-title {
  display: inline-flex;
  flex-direction: column;
}

.visions .c-section-title .visions-main-title,
.visions .c-section-title .visions-sub-title {
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
}

.news {
  width: 100%;
}

.news .c-section-title {
  display: flex;
  align-items: center;
}

.news .news-area__title {
  color: #fff;
  font-weight: 400;
}

.news .news-list {
  display: flex;
  list-style: none;
}

.news .news-item {
  background-color: #fff;
  filter: none;
}

.news .news-item._environment {
  --theme-color: #60b28e;
}

.news .news-item._social {
  --theme-color: #ddc362;
}

.news .news-item._people {
  --theme-color: #5cb5da;
}

.news .news-item a {
  display: block;
  height: 100%;
}

.news .news-item .image {
  overflow: hidden;
}

.news .news-item .image img {
  transition: .2s ease-in-out;
  transition-property: scale filter;
}

.news .news-item .summary {
  font-weight: 400;
}

.news .news-item .summary .category {
  position: relative;
  color: var(--theme-color);
}

.news .news-item .summary .category:before {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--theme-color);
  content: "";
}

.news .news-item .summary .title {
  line-height: 1.4;
}

.news .news-item .summary .area {
  width: -moz-max-content;
  width: max-content;
  background-color: var(--theme-color);
  color: #fff;
  line-height: 1;
}

.feature {
  width: 100%;
}

.feature .c-section-title {
  display: inline-flex;
  flex-direction: column;
}

.feature .feature-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}

.feature .feature-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #70b4a7;
  font-weight: 400;
}

.sustainability {
  width: 100%;
}

.sustainability .c-section-title {
  display: inline-flex;
  flex-direction: column;
}

.sustainability .sustainability-link {
  position: relative;
  background-color: #7fb4d4;
  font-weight: 400;
}

.sustainability .sustainability-link p {
  color: #fff;
  line-height: 1.75;
}

.sustainability .sustainability-link .c-more-link {
  position: absolute;
}

.activity-link {
  display: flex;
  align-items: center;
  margin-inline: auto;
  background-color: #e2f2ec;
}

.activity-link ul {
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
}

.activity-link ul li {
  position: relative;
  text-align: center;
}

.activity-link ul li:not(:last-child):before {
  display: block;
  position: absolute;
  background-color: #56b7a8;
  content: "";
}

.activity-link ul li a {
  display: block;
  position: relative;
}

.activity-link ul li a::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/library/contents/csr/common/rn202505/images/icon-arrow-black.svg") no-repeat center/contain;
  content: "";
}

@media print,screen and (min-width: 769px) {
  .content-wrapper .c-section__inner {
    width: 1200px;
  }

  .content-wrapper .c-section-title__white {
    padding: 20px;
  }

  .content-wrapper .c-section-title__green {
    padding: 15px 25px;
  }

  .content-wrapper .c-section-more .c-more-link {
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .content-wrapper .c-section-more .c-more-link::before {
    left: min(0px,(-100vw + 1200px)/2);
    width: max((100vw - 1200px)/2 + 100%,100%);
    height: 3px;
  }

  .kv {
    aspect-ratio: 50/27;
    height: 1000px;
  }

  .kv-title {
    top: 80px;
    left: 20px;
    font-size: 100px;
    line-height: 1.35;
  }

  .kv .visions-wrapper {
    position: absolute;
    bottom: 10%;
    left: 15px;
  }

  .kv .visions-wrapper .c-section-title {
    font-family: "Cormorant Garamond",serif;
    font-variant-numeric: lining-nums;
  }

  .kv .visions-wrapper .c-section-title .c-section-title__white {
    padding: 10px 80px;
  }

  .kv .visions-wrapper .c-section-title .main {
    font-size: clamp(75px,5vw,100px);
    line-height: 1;
    text-align: center;
  }

  .kv .visions-wrapper .c-section-title .sub {
    font-size: 38px;
    text-align: center;
  }

  .kv .visions-wrapper .c-section-more {
    margin-top: 30px;
  }

  .kv .visions-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
  }

  .kv .visions-item .image {
    transition: .2s ease-in-out;
    transition-property: scale,box-shadow;
  }

  .kv .visions-item .image:hover {
    scale: 1.05;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,.2);
  }

  .kv .visions-item .summary {
    padding-bottom: 35px;
  }

  .kv .visions-item .summary:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 20px;
    background-color: #fff;
    content: "";
  }

  .kv .visions-item .summary .title {
    font-size: 34px;
    line-height: 1;
    letter-spacing: .4em;
    text-indent: .4em;
  }

  .kv .visions-item .summary .title span {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: .1em;
    text-indent: .1em;
  }

  .kv .visions-item .image {
    width: 135px;
  }

  .kv-nav {
    z-index: 1;
    position: absolute;
    bottom: 60px;
    left: calc(50% + 260px);
  }

  .kv-nav__title {
    width: 340px;
    height: 53px;
    padding-left: 12px;
  }

  .kv-nav__wrapper {
    margin-top: 5px;
  }

  .kv-nav__list {
    row-gap: 5px;
  }

  .kv-nav__item {
    width: 340px;
    height: 38px;
  }

  .kv-nav__item--ht60 {
    height: 60px;
  }

  html[lang='en'] .kv-nav__item {
    height: auto;
  }

  .kv-nav__item>a {
    padding: 5px 24px 5px 12px;
    transition: background-color .2s ease-in-out;
  }

  .kv-nav__item>a::after {
    top: 50%;
    right: 14px;
    width: 13px;
    height: 15px;
    transform: translateY(-50%);
    transition: right .2s ease-in-out;
  }

  .kv-nav__item:not(.kv-nav__item._modal) a:hover::after {
    right: 10px;
  }

  .kv-nav__item:not(.kv-nav__item._pickup) a:hover {
    background-color: rgba(255,255,255,.7);
  }

  .kv-nav__item._search {
    height: 55px;
    font-size: 42px;
  }

  .kv-nav__item._search>a {
    display: flex;
    padding-inline: 20px 35px;
  }

  .kv-nav__item._search span {
    font-weight: 700;
    font-size: 20px;
  }

  .kv-nav__item._pickup {
    height: 55px;
    margin-block: 5px;
  }

  .kv-nav__item._pickup>a {
    padding-left: 60px;
    font-size: 18px;
  }

  .kv-nav__item._pickup .icon-pickup {
    left: 5px;
    width: 46px;
    height: 46px;
    font-size: 12px;
  }

  .kv-nav__item._modal>a::after {
    right: 14px;
    width: 12px;
    height: 12px;
    transition: all .2s ease;
  }

  .kv-nav__item._modal>a:hover::after {
    scale: 1.3;
  }

  .kv-nav-modal {
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    right: 0;
    bottom: 0;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 20px;
    padding-block: 10px 15px;
    transform: translateY(5px);
    opacity: 0;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s ease-in-out;
  }

  .kv-nav-modal__title {
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .kv-nav-modal__title .modal-close {
    top: 2px;
    right: -5px;
    width: 10px;
    height: 10px;
    padding: 15px;
    background: url("/library/contents/csr/common/rn202505/images/icon-modal.svg") no-repeat center center/10px;
    transition: .1s scale ease-in-out;
  }

  .kv-nav-modal__title .modal-close:hover {
    scale: 1.5;
  }

  .kv-nav-modal__item {
    font-size: 14px;
  }

  .kv-nav-modal__item a {
    padding-inline: 25px 40px;
    padding-block: 6px;
  }

  .kv-nav-modal__item a::after {
    right: 8px;
    width: 9px;
    height: 11px;
  }

  .kv-nav-modal__item a:hover {
    color: #7cb7a8;
  }

  .kv-nav-modal__item a:hover::after {
    right: 5px;
  }

  .commitment {
    aspect-ratio: 20/6;
    height: clamp(480px,40vw,600px);
    overflow: hidden;
  }

  .commitment a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .commitment a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: max(1400px,100vw);
    height: 100%;
    background: url("/library/contents/csr/index/rn202505/images/commitment-pc.jpg") no-repeat center/cover;
    content: "";
    transition: .5s ease-in-out;
    transition-property: scale,filter;
  }

  .commitment a:hover::after {
    scale: 1.01;
    filter: brightness(90%);
  }

  .commitment .c-section-title {
    top: clamp(60px,5vw,95px);
    row-gap: 10px;
  }

  .commitment .c-section-title div {
    transition: .2s ease-in-out;
    transition-property: scale,box-shadow;
  }

  .commitment .c-section-title .commitment-main-title {
    font-size: 80px;
  }

  .commitment .c-section-title .commitment-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    content: "";
  }

  .commitment .c-section-title .commitment-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -2px;
    content: "";
  }

  .commitment .c-section-title .commitment-sub-title {
    margin-top: 10px;
    font-size: 30px;
  }

  .commitment .c-section-title .commitment-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    content: "";
  }

  .commitment .c-section-title .commitment-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -4px;
    content: "";
  }

  .visions {
    padding-block: 65px 35px;
    background: url("/library/contents/csr/index/rn202505/images/visions-pc.jpg") no-repeat center/cover;
  }

  .visions .c-section-title {
    row-gap: 10px;
  }

  .visions .c-section-title .visions-main-title {
    font-size: 100px;
  }

  .visions .c-section-title .visions-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -18px;
    content: "";
  }

  .visions .c-section-title .visions-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -18px;
    content: "";
  }

  .visions .c-section-title .visions-sub-title {
    margin-top: 10px;
    font-size: 40px;
  }

  .visions .c-section-title .visions-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -7px;
    content: "";
  }

  .visions .c-section-title .visions-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -7px;
    content: "";
  }

  .visions .c-section-more {
    margin-top: 35px;
  }

  .visions .visions-list {
    -moz-column-gap: 50px;
    column-gap: 50px;
    width: 1150px;
    margin-top: 120px;
  }

  .visions .visions-item .image {
    transition: .2s ease-in-out;
    transition-property: scale,box-shadow;
  }

  .visions .visions-item .image:hover {
    scale: 1.05;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,.2);
  }

  .visions .visions-item .summary {
    padding-bottom: 60px;
  }

  .visions .visions-item .summary .title {
    font-size: 43px;
    line-height: 1;
    letter-spacing: .4em;
    text-indent: .4em;
  }

  .visions .visions-item .summary .title span {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: .1em;
    text-indent: .1em;
  }

  .visions .visions-item .summary .description {
    margin-top: 25px;
    line-height: 1.4;
  }

  .visions .visions-item .summary:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    background-color: #fff;
    content: "";
  }

  .visions .visions-item .image {
    width: 250px;
  }

  .news {
    padding-block: 65px 70px;
    background: url("/library/contents/csr/index/rn202505/images/news-pc.jpg") no-repeat center/cover;
  }

  .news .c-section-title {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .news .c-section-title .news-main-title {
    font-size: 80px;
  }

  .news .c-section-title .news-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -18px;
    content: "";
  }

  .news .c-section-title .news-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -7px;
    content: "";
  }

  .news .c-section-title .news-sub-title {
    font-size: 30px;
  }

  .news .c-section-title .news-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -5px;
    content: "";
  }

  .news .c-section-title .news-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0px;
    content: "";
  }

  .news .c-section-title .c-section-title__green span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    content: "";
  }

  .news .c-section-title .c-section-title__green span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -4px;
    content: "";
  }

  .news .news-area {
    margin-top: 75px;
  }

  .news .news-area__title {
    margin-left: 25px;
    font-size: 25px;
  }

  .news .news-list {
    -moz-column-gap: 35px;
    column-gap: 35px;
    margin-top: 10px;
  }

  .news .news-item {
    width: 33.3333333333%;
  }

  .news .news-item a {
    padding: 20px 25px;
  }

  .news .news-item .summary {
    margin-top: 25px;
  }

  .news .news-item .summary .category {
    padding-left: 30px;
    font-size: 20px;
  }

  .news .news-item .summary .title {
    margin-top: 10px;
    font-size: 20px;
  }

  .news .news-item .summary .area {
    margin-top: 15px;
    padding-inline: 15px;
    padding-block: 4px 5px;
    font-size: 14px;
  }

  .news .news-item .summary .date {
    margin-top: 10px;
    font-size: 12px;
  }

  .news .news-item:hover .image img {
    scale: 1.03;
    filter: brightness(120%);
  }

  .news .c-section-more {
    margin-top: 35px;
  }

  .feature {
    padding-block: 95px 85px;
    background: url("/library/contents/csr/index/rn202505/images/feature-pc.jpg") no-repeat center/cover;
  }

  .feature .c-section-title {
    row-gap: 10px;
  }

  .feature .c-section-title .commitment-main-title {
    font-size: 80px;
  }

  .feature .c-section-title .commitment-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -7px;
    content: "";
  }

  .feature .c-section-title .commitment-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0px;
    content: "";
  }

  .feature .c-section-title .commitment-sub-title {
    margin-top: 10px;
    font-size: 30px;
  }

  .feature .c-section-title .commitment-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    content: "";
  }

  .feature .c-section-title .commitment-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -4px;
    content: "";
  }

  .feature .feature-list {
    margin-top: 40px;
    gap: 15px 37px;
  }

  .feature .feature-item {
    width: 375px;
    height: 105px;
  }

  html[lang='en'] .feature .feature-item {
    height: auto;
  }

  .feature .feature-item a {
    justify-content: center;
    border: solid 5px #70b4a7;
    font-size: 20px;
    text-align: center;
    transition: width .2s ease-in-out;
    transition-property: background-color,color;
  }

  .feature .feature-item:hover a {
    background-color: #70b4a7;
    color: #fff;
  }

  .sustainability a {
    display: block;
    position: relative;
    padding-block: 65px;
    overflow: hidden;
  }

  .sustainability a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: max(1400px,100vw);
    height: 100%;
    background: url("/library/contents/csr/index/rn202505/images/report-pc.jpg") no-repeat center/cover;
    content: "";
    transition: .5s ease-in-out;
    transition-property: scale,filter;
  }

  .sustainability a:hover::after {
    scale: 1.01;
    filter: brightness(90%);
  }

  .sustainability .c-section-title {
    row-gap: 10px;
  }

  .sustainability .c-section-title div {
    transition: .2s ease-in-out;
    transition-property: scale,box-shadow;
  }

  .sustainability .c-section-title .sustainability-main-title {
    font-size: 80px;
  }

  .sustainability .c-section-title .sustainability-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    content: "";
  }

  .sustainability .c-section-title .sustainability-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -2px;
    content: "";
  }

  .sustainability .c-section-title .sustainability-sub-title {
    margin-top: 10px;
    font-size: 30px;
  }

  .sustainability .c-section-title .sustainability-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    content: "";
  }

  .sustainability .c-section-title .sustainability-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0px;
    content: "";
  }

  .sustainability .c-section-title .c-section-title__green span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    content: "";
  }

  .sustainability .c-section-title .c-section-title__green span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -4px;
    content: "";
  }

  .sustainability .sustainability-link {
    display: block;
    z-index: 1;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin-top: 45px;
    padding: 35px 70px 35px 25px;
    transition: .2s ease-in-out;
  }

  .sustainability .sustainability-link .c-more-link {
    right: 40px;
    bottom: 32px;
    padding: 10px;
  }

  .activity-link {
    width: 1200px;
    height: 160px;
    margin-top: 90px;
    border-radius: 30px;
  }

  .activity-link ul {
    width: 100%;
  }

  .activity-link ul li {
    width: 33.333%;
  }

  .activity-link ul li:not(:last-child):before {
    top: 50%;
    right: 0;
    width: 1px;
    height: 80px;
    transform: translateY(-50%);
  }

  .activity-link ul li a {
    padding: 40px 20px;
  }

  .activity-link ul li a::after {
    right: 40px;
    width: 12px;
    height: 15px;
    transition: right .2s ease-in-out;
  }

  .activity-link ul li a:hover::after {
    right: 37px;
  }
}

@media screen and (max-width: 768px) {
  .content-wrapper {
    font-size: 2.6666vw;
  }

  .content-wrapper .c-section__inner {
    width: 100%;
    padding-inline: 2em;
  }

  .content-wrapper .c-section-title__white {
    padding: .3em;
  }

  .content-wrapper .c-section-title__green {
    padding: .5em 1em;
  }

  .content-wrapper .c-section-more .c-more-link {
    padding-bottom: 10px;
    font-size: 25px;
  }

  .content-wrapper .c-section-more .c-more-link::before {
    left: calc((-100vw + 335px)/2);
    width: calc((100vw - 335px)/2 + 100%);
    height: 2px;
  }

  .kv {
    aspect-ratio: 750/1165;
  }

  .kv-title {
    top: 2em;
    font-size: 3.7em;
  }

  .kv-title span {
    font-size: .93em;
  }

  .kv .visions-wrapper {
    position: absolute;
    bottom: 3em;
    left: 50%;
    transform: translateX(-50%);
  }

  .kv .visions-wrapper .c-section-title .c-section-title__white {
    padding: .2em 5em;
  }

  .kv .visions-wrapper .c-section-title .main {
    font-size: 3em;
    line-height: 1;
    text-align: center;
  }

  .kv .visions-wrapper .c-section-title .sub {
    font-size: 1.2em;
    text-align: center;
  }

  .kv .visions-wrapper .c-section-more {
    text-align: center;
  }

  .kv .visions-wrapper .c-section-more .c-more-link {
    margin-top: 1em;
    padding-bottom: .8em;
    font-size: 1.5em;
  }

  .kv .visions-wrapper .c-section-more .c-more-link::before {
    left: -8em;
    width: 18em;
    height: 2px;
  }

  .kv .visions-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 23em;
    margin-top: 1em;
    gap: 1em;
  }

  .kv .visions-item {
    width: 11em;
  }

  .kv .visions-item .summary {
    display: none;
  }

  .kv .visions-item .image {
    width: 100%;
    margin-inline: auto;
  }

  .kv-nav {
    box-sizing: border-box;
    padding: 2.5em 2em;
    background-color: rgba(124,183,168,.2);
  }

  .kv-nav__title {
    width: 100%;
    height: 4em;
    padding-left: 2.5em;
    font-size: 1.3em;
  }

  .kv-nav__list {
    row-gap: .5em;
  }

  .kv-nav__item {
    width: 100%;
    overflow: hidden;
  }

  .kv-nav__item>a {
    padding: .5em 2.5em .5em 2.5em;
    font-size: 1.3em;
  }

  .kv-nav__item>a::after {
    top: 50%;
    right: 14px;
    width: 9px;
    height: 12px;
    transform: translateY(-50%);
  }

  .kv-nav__item._search {
    height: 1.7em;
    font-size: 2.5em;
  }

  .kv-nav__item._search a {
    padding: 0 3em 0 .8em;
  }

  .kv-nav__item._search span {
    font-size: .5em;
  }

  .kv-nav__item._pickup {
    height: 4em;
    margin-block: .5em;
  }

  .kv-nav__item._pickup a {
    padding-left: 4em;
    font-size: 1.8em;
  }

  .kv-nav__item._pickup .icon-pickup {
    left: 2em;
    width: 3.9em;
    height: 3.9em;
    font-size: .5em;
  }

  .kv-nav__item._modal a.is-open .accordion-button:after {
    rotate: 0deg;
  }

  .kv-nav__item._modal a::after {
    display: none;
  }

  .kv-nav__item._modal a .accordion-button {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
  }

  .kv-nav__item._modal a .accordion-button:before,
  .kv-nav__item._modal a .accordion-button:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    translate: -50% -50%;
    background-color: #000;
    content: "";
    transition: rotate .2s ease-in-out;
  }

  .kv-nav__item._modal a .accordion-button:after {
    rotate: 90deg;
  }

  .kv-nav-modal {
    display: none;
    padding-inline: 1.5em;
  }

  .kv-nav-modal::before {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(124,183,168,.2);
    content: "";
  }

  .kv-nav-modal__title {
    display: none;
  }

  .kv-nav-modal__item {
    font-size: 1.2em;
  }

  .kv-nav-modal__item a {
    padding-inline: 1.5em 2em;
    padding-block: .5em;
  }

  .kv-nav-modal__item a::after {
    right: 8px;
    width: 9px;
    height: 11px;
  }

  .commitment {
    aspect-ratio: 76/76;
    background: url("/library/contents/csr/index/rn202505/images/commitment-sp.jpg") no-repeat center/cover;
  }

  .commitment .c-section-title {
    top: 13em;
    row-gap: .5em;
  }

  .commitment .c-section-title .commitment-main-title {
    font-size: 3em;
  }

  .commitment .c-section-title .commitment-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .commitment .c-section-title .commitment-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.02em;
    content: "";
  }

  .commitment .c-section-title .commitment-sub-title {
    font-size: 1.3em;
  }

  .commitment .c-section-title .commitment-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .commitment .c-section-title .commitment-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.14em;
    content: "";
  }

  .visions {
    padding-block: 3em 3.5em;
    background: url("/library/contents/csr/index/rn202505/images/visions-sp.jpg") no-repeat center/cover;
  }

  .visions .c-section-title {
    row-gap: .5em;
  }

  .visions .c-section-title .visions-main-title {
    font-size: 3em;
  }

  .visions .c-section-title .visions-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }

  .visions .c-section-title .visions-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.17em;
    content: "";
  }

  .visions .c-section-title .visions-sub-title {
    font-size: 2em;
  }

  .visions .c-section-title .visions-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .visions .c-section-title .visions-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.12em;
    content: "";
  }

  .visions .c-section-more {
    margin-top: 1em;
  }

  .visions .c-section-more .c-more-link {
    font-size: 1.3em;
  }

  .visions .visions-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 8em;
    gap: 2em;
  }

  .visions .visions-item {
    width: calc(50% - 1em);
  }

  .visions .visions-item .summary {
    padding-bottom: 1em;
  }

  .visions .visions-item .summary .title {
    font-size: 2em;
    line-height: 1;
    letter-spacing: .5em;
    text-indent: .5em;
  }

  .visions .visions-item .summary .title span {
    margin-top: 1.2em;
    font-weight: 600;
    font-size: .5em;
    letter-spacing: .1em;
    text-indent: .1em;
  }

  .visions .visions-item .summary .description {
    margin-top: 1.2em;
    font-size: 1.2em;
    line-height: 1.5;
  }

  .visions .visions-item .image {
    width: 12em;
    margin-inline: auto;
  }

  .news {
    padding-block: 3em 4.5em;
    background: url("/library/contents/csr/index/rn202505/images/news-sp.jpg") no-repeat center/cover;
  }

  .news .c-section-title {
    flex-wrap: wrap;
    -moz-column-gap: .5em;
    column-gap: .5em;
  }

  .news .c-section-title .news-main-title {
    font-size: 3em;
  }

  .news .c-section-title .news-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.21em;
    content: "";
  }

  .news .c-section-title .news-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1em;
    content: "";
  }

  .news .c-section-title .news-sub-title {
    font-size: 2em;
  }

  .news .c-section-title .news-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.18em;
    content: "";
  }

  .news .c-section-title .news-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }

  .news .c-section-title .c-section-title__green {
    display: block;
    margin-top: 1em;
    font-size: 1.3em;
  }

  .news .c-section-title .c-section-title__green span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .news .c-section-title .c-section-title__green span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }

  .news .news-area {
    margin-top: 3em;
  }

  .news .news-area__title {
    font-size: 1.3em;
    text-align: left;
  }

  .news .news-list {
    margin-top: 1.5em;
    margin-inline: -7em -2em;
  }

  .news .news-item {
    margin-inline: 1em;
  }

  .news .news-item a {
    padding: 1.2em 1.5em;
  }

  .news .news-item .summary {
    margin-top: 1.5em;
  }

  .news .news-item .summary .category {
    padding-left: 2em;
    font-size: 1.3em;
  }

  .news .news-item .summary .title {
    margin-top: .51em;
    font-size: 1.3em;
  }

  .news .news-item .summary .area {
    margin-top: 1.5em;
    padding-inline: 1em;
    padding-block: .3em .4em;
    font-size: 1em;
  }

  .news .news-item .summary .date {
    margin-top: .5em;
    font-size: 1em;
  }

  .news .c-section-more {
    margin-top: 5em;
  }

  .news .c-section-more .c-more-link {
    font-size: 1.3em;
  }

  .feature {
    padding-block: 5em 6em;
    background: url("/library/contents/csr/index/rn202505/images/feature-sp.jpg") no-repeat center/cover;
  }

  .feature .c-section-title {
    row-gap: .5em;
  }

  .feature .c-section-title .commitment-main-title {
    font-size: 3em;
  }

  .feature .c-section-title .commitment-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .feature .c-section-title .commitment-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }

  .feature .c-section-title .commitment-sub-title {
    font-size: 1.3em;
  }

  .feature .c-section-title .commitment-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .feature .c-section-title .commitment-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }

  .feature .feature-list {
    row-gap: 1em;
    margin-top: 2em;
  }

  .feature .feature-item {
    width: 100%;
    height: 6em;
  }

  html[lang='en'] .feature .feature-item {
    height: auto;
  }

  .feature .feature-item a {
    padding-inline: 1.5em;
    border: solid .3em #70b4a7;
    font-size: 1.3em;
  }

  .sustainability {
    aspect-ratio: 75/76;
    padding-block: 3em;
    background: url("/library/contents/csr/index/rn202505/images/report-sp.jpg") no-repeat center/cover;
  }

  .sustainability .c-section-title {
    row-gap: .5em;
    line-height: 1;
  }

  .sustainability .c-section-title .sustainability-main-title {
    font-size: 3em;
  }

  .sustainability .c-section-title .sustainability-main-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .sustainability .c-section-title .sustainability-main-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }

  .sustainability .c-section-title .sustainability-sub-title {
    font-size: 2em;
  }

  .sustainability .c-section-title .sustainability-sub-title span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .sustainability .c-section-title .sustainability-sub-title span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }

  .sustainability .c-section-title .c-section-title__green {
    font-size: 1.3em;
  }

  .sustainability .c-section-title .c-section-title__green span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }

  .sustainability .c-section-title .c-section-title__green span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }

  .sustainability .sustainability-link {
    width: 100%;
    margin-top: 9.5em;
    padding: 1em 1.8em;
    font-size: 1.3em;
  }

  .sustainability .sustainability-link p {
    line-height: 1.35;
  }

  .sustainability .sustainability-link .c-more-link {
    right: .1em;
    bottom: 0;
    padding: 1em;
  }

  .activity-link {
    width: 33.5em;
    margin-top: 3em;
    border-radius: 2em;
  }

  .activity-link ul {
    flex-direction: column;
  }

  .activity-link ul li {
    width: 100%;
  }

  .activity-link ul li:not(:last-child):before {
    bottom: 0;
    left: 50%;
    width: 85%;
    height: 1px;
    transform: translateX(-50%);
  }

  .activity-link ul li a {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    padding: 1.3em 1.5em;
    font-size: 1.3em;
    letter-spacing: -0.01em;
  }

  .activity-link ul li a::after {
    right: 0;
    width: .6em;
    height: .8em;
  }
}

.pickup {
  background: linear-gradient(-45deg, #3995bd, #e9f2eb);
}
@media screen and (max-width: 768px) {
  .pickup {
    padding-block: 3em 4.5em;
  }
}
@media print,screen and (min-width: 769px) {
  .pickup {
    padding-block: 65px 70px;
  }
}
.c-section_row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-section_row {
    flex-direction: column;
    gap: 40px;
  }
}
@media print,screen and (min-width: 769px) {
  .c-section_row {
    gap: 60px;
  }
}
@media print,screen and (min-width: 769px) {
  .c-section_row .c-section_col_left {
    flex-basis: 370px;
  }
  .c-section_row .c-section_col_right {
    flex: 1;
    max-width: 800px;
    margin: auto;
  }
  .c-section_row:not(:has(.c-section_col_left)) .topics-area__title {
    margin-right: auto;
    margin-left: auto;
  }
}
.pickup-area__title {
  position: relative;
  width: max-content;
  padding: 4px 32px 4px 16px;
  background: #be709e;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.pickup-area__title::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: #be709e;
  clip-path: polygon(0% 0%, 100% 0, 0% 50%, 100% 100%, 0% 100%);
}
@media print,screen and (min-width: 769px) {
  .pickup-area__title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pickup-area__title {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.pickup-area__content {
}

.topics-area__title {
  position: relative;
  width: max-content;
  padding: 4px 32px 4px 16px;
  background: #55b9aa;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media print,screen and (min-width: 769px) {
  .topics-area__title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .topics-area__title {
    margin-bottom: 24px;
    padding: 4px 12px 4px 8px;
    max-width: 100%;
    font-size: 18px;
  }
}
.topics-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
  list-style: none;
}
.topics-area__list li {
  flex-basis: calc(50% - 12px);
}
.topics-area__list .topics-area__item {
  display: flex;
  gap: 8px;
}
.topics-area__list .topics-area__item:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.topics-area__list .topics-area__item:hover .topics-area__item__content {
  background: #fff;
  transition: background 0.3s ease-in-out;
}
.topics-area__list .topics-area__item__image {
  display: grid;
  place-items: center;
  background: #55b9aa;
  width: 80px;
  height: 80px;
}
.topics-area__list .topics-area__item__image img {
  width: 60px;
  height: 60px;
}
.topics-area__list .topics-area__item__content {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 8px 16px;
  background: #ddf1ee;
}
.topics-area__list .topics-area__item__content .topics-area__item__title {
  font-size: 20px;
  font-weight: 500;
  color: #55b9aa;
}
@media screen and (max-width: 768px) {
  .topics-area__list {
    flex-direction: column;
    gap: 16px;
  }
  .topics-area__list .topics-area__item__content .topics-area__item__title {
    font-size: 18px;
  }
}

.group-link a {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .group-link {
    width: 90%;
    max-width: 32.5em;
  }

  .group-link a {
    font-size: 1.3em;
  }
}