@charset "utf-8";

.breadcrumbs {
  position: relative;
  z-index: 1;
}
/*---------------------------------------
kvスライダー
---------------------------------------*/
.kv {
  margin-top: -31px;
  position: relative;
}
.kv__img {
  width: 100%;
}
.kv__titleArea {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 5;
  padding-inline: 20px;
  width: 100%;
  line-height: calc(20 / 14);
  font-size: 1.4rem;
  color: var(--color_secondary_black);
}
@media screen and (min-width: 1024px) {
  .kv__titleArea {
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1140px;
  }
}
.kv__subTitle {
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.8rem;
}
.kv__title {
  line-height: 1;
  font-weight: bold;
  font-size: 4rem;
}
@media screen and (min-width: 1024px) {
  .kv__title {
    line-height: calc(64 / 56);
    font-size: 5.6rem;
  }
}
.kv__text {
  margin-top: 35px;
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .kv__text {
    margin-top: 60px;
    font-size: 2.4rem;
  }
}
.kv__slide img {
  width: 100%;
}
.kv__pagination {
  position: relative;
  z-index: 5;
  margin-top: 40px;
  justify-content: left;
  column-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .kv__pagination {
    margin-top: 50px;
  }
}
.kv__pagination li {
  width: 30px;
  height: 8px;
}
.kv__pagination button {
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--color_secondary_gray);
}
.kv__pagination button.is-active {
  background-color: var(--color_primary_red);
}
.kv__pagination__page {
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--color_secondary_gray);
}
@media (hover: hover) and (pointer: fine) {
  .kv__pagination__page:hover {
    border: none;
    background-color: var(--color_primary_red);
  }
}
.kv__pagination__page.is-active {
  background-color: var(--color_primary_red);
}
/*---------------------------------------
イントロダクション
---------------------------------------*/
.introduction {
  position: relative;
}
.introduction__img {
  margin-top: calc(-49 / 390 * 100vw);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .introduction__img {
    margin-top: calc(-129 / 1400 * 100%);
    height: calc(769 / 1400 * 100%);
  }
}
.introduction__img img {
  width: 100%;
  height: 100%;
}
.introduction__textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .introduction__textBox {
    top: calc(50% + (129 / 1400 * 100%) / 2);
  }
}
.introduction__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .introduction__inner {
    margin-inline: auto;
    padding-inline: 40px;
    max-width: 1180px;
    width: 100%;
  }
}
.introduction__text {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: min(calc(16 / 390 * 100vw), 1.6rem);
  font-weight: bold;
  color: var(--color_primary_white);
}
.introduction__text + .introduction__text {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .introduction__text {
    font-size: min(calc(22 / 1400 * 100vw), 2.2rem);
  }
}
@media screen and (min-width: 1024px) {
  .introduction__text + .introduction__text {
    margin-top: 50px;
  }
}
/*---------------------------------------
サステナビリティレポート
---------------------------------------*/
.report {
    position: relative;
    padding-block: 100px 50px;
}
@media screen and (min-width: 1024px) {
    .report {
        padding-block: 150px;
    }
}
.report::after {
    content: "";
    position: absolute;
    top: calc((-90 / 390 * 100vw));
    right: 0;
    z-index: -2;
    width: calc(260 / 390 * 100%);
    height: calc(100% + calc(90 / 390 * 100vw));
    background: linear-gradient(180deg, #FFF6F6 0%, #F4F4F4 100%);
}
@media screen and (min-width: 1024px) {
  .report::after {
    right: auto;
    left: 0;
    top: calc((-187 / 1400 * 100vw));
    width: calc(950 / 1400 * 100%);
    height: calc(100% + calc(141 / 1400 * 100vw));
  }
}
.report__media {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .report__media {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .report__img {
    width: calc(520 / 1400 * 100vw);
  }
}
.report__contents {
  margin-top: 16px;
  padding-block: 30px;
  padding-inline: 10px;
  background-color: #ffffffcc;
  box-shadow: 0px 5px 10px 0px #0c0c0c0d;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .report__contents {
    margin-top: 40px;
    padding-inline: 30px;
    width: calc(550 / 1400 * 100vw);
  }
}
.report__title {
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .report__title {
    font-size: 2.4rem;
  }
}
.report__text {
  line-height: 1.6;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .report__text {
    font-feature-settings: normal;
  }
}
/*---------------------------------------
トップメッセージ
---------------------------------------*/
.message {
  padding-block: 100px 150px;
  background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/ca64ddcb50f92f413c57370185554535bc30137e.png) no-repeat center bottom / 100% auto;
}
@media screen and (min-width: 1024px) {
    .message {
        padding-block: 150px 200px;
    }
}
/*---------------------------------------
サステナブル経営の推進
---------------------------------------*/
.sustainable {
  padding-block: 100px;
  background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
}
@media screen and (min-width: 1024px) {
  .sustainable {
    padding-block: 150px;
  }
}
.sustainable__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-block: 40px 50px;
}
@media screen and (min-width: 1024px) {
  .sustainable__list {
    gap: 40px;
    margin-block: 80px 100px;
    justify-content: center;
  }
}
.sustainable__item {
  width: calc(50% - 30px / 2);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sustainable__item {
    width: calc(33.3% - 40px * 2 / 3);
    text-align: center;
  }
}
.sustainable__link {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .sustainable__link {
    transition: filter 0.3s ease-in-out;
  }
  .sustainable__link:hover {
    filter: brightness(1.15);
  }
}
.sustainable__text {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.sustainable__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: url(https://s1.fl.platisher.jp/p16777610/2025/11/18/X8XKB489zJFBm9jl3vN9FeLj8OVe1yUGRLD/icon_button_arrow.svg) no-repeat 0 0 / contain;
}
@media screen and (min-width: 1024px) {
  .sustainable__text {
    margin-top: 20px;
    padding-right: 40px;
    line-height: 1.2;
    font-size: 2.4rem;
  }
  .sustainable__text::after {
    width: 30px;
    height: 30px;
    box-shadow: 0px 5px 10px 0px #0C0C0C0D;
  }
}
/*---------------------------------------
貢献
---------------------------------------*/
.contribution {
  padding-block: 150px;
  background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/621c33de39a3221913ab8795eaaec82c3a4b8404.png) no-repeat center top / 100% auto, url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/5365ddcd1df66ba87efb73ac307922a48c073aa0.png) no-repeat center bottom / 100% auto;
  background-color: #f5f5f0;
}
@media screen and (min-width: 1024px) {
  .contribution {
    padding-block: 200px;
  }
}
.contribution__contents {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .contribution__contents {
    margin-top: 80px;
  }
}
.contribution__img {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .contribution__img {
    margin-inline: 0;
    width: 100%;
  }
}
.contribution__text {
  margin-top: 30px;
  text-align: center;
}
.contribution__text p {
  line-height: 1.6;
  font-size: 1.8rem;
}
.contribution__btnArea {
  margin-top: 20px;
  text-align: center;
}
.contribution__bnr {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .contribution__bnr {
    margin-top: 100px;
  }
}
.contribution__bnr .bnr__contents {
  padding-inline: 10px;
}
/*---------------------------------------
ESGの取り組み
---------------------------------------*/
.esg {
  position: relative;
  padding-block: 100px;
  background: #d9d9d9 url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/3465db44b4b16568402ebec1f9e107a77092ea85.png) no-repeat 0 0 / 100% auto;
}
@media screen and (min-width: 768px) {
  .esg {
    margin-block: -1px;
    padding-block: max(calc(200 / 1400 * 100%), 150px);
    background: #d9d9d9 url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/826782b6573a3c072c2887b7f49b7b7a0b1533a9.png) no-repeat 0 0 / 100% auto;
  }
}
@media screen and (min-width: 1400px) {
  .esg {
    padding-block: max(calc(250 / 1400 * 100%), 150px);
  }
}
.esg__list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .esg__list {
    flex-direction: row;
    row-gap: 0;
    column-gap: 40px;
    margin-top: 80px;
  }
}
.esg__item {
  padding: 30px 20px;
}
.esg__item:first-child {
  background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/6bc6f2de6af37e95a26a7eb6aa0f3aaea238a25e_xlarge.jpg) no-repeat 0 0 / cover;
}
.esg__item:nth-child(2) {
  background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/442635d79a5777032b92e46ca2835e3cfa653a08_xlarge.jpg) no-repeat 0 0 / cover;
}
.esg__item:nth-child(3) {
  background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/89303c584811820ce4d29b48eea219c3a62943e4_xlarge.jpg) no-repeat 0 0 / cover;
}
@media screen and (min-width: 768px) {
  .esg__item {
    display: flex;
    flex-direction: column;
    padding-block: 40px;
    width: calc(33.3% - 40px * 2 / 3);
    min-height: 454px;
  }
  .esg__item:first-child {
    background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/0d5f1d86e5fa61e00bca0a62d0aaaff5523d37a6_xlarge.jpg) no-repeat 0 0 / cover;
  }
  .esg__item:nth-child(2) {
    background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/0c0021568717ff5461ddf726f15f59333499bc74_xlarge.jpg) no-repeat 0 0 / cover;
  }
  .esg__item:nth-child(3) {
    background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/f06dfb6a02557434c42a5d37d2147e50b642d72e_xlarge.jpg) no-repeat 0 0 / cover;
  }
}
.esg__title {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color_primary_white);
}
@media screen and (min-width: 768px) {
  .esg__title {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--color_primary_white);
  }
}
.eag__itemList {
  margin-block: 20px 30px;
}
.eag__itemList li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color_primary_white);
}
.eag__itemList li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.75em;
  height: 0.75em;
  transform: rotate(45deg);
  background-color: var(--color_primary_white);
}
.esg__btnArea {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .esg__btnArea {
    margin-top: auto;
  }
}
/*---------------------------------------
ニューストピックス カルーセル
---------------------------------------*/
.newsTopics {
  padding-block: 150px 100px;
  background: var(--color_primary_white) url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/8cefa57652ddd50d86fc698f035663a333822170.png) no-repeat center top / 100% auto;
}
@media screen and (min-width: 1024px) {
  .newsTopics {
    padding-block: 200px 150px;
  }
}
.newsTopics__inner {
  margin-inline: auto;
  max-width: 1400px;
  width: 100%;
  overflow: hidden;
}
.newsTopics__overWrap {
  position: relative;
  overflow-y: hidden;
}
.newsTopics__overWrap::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/e7c8121bfe96f3e382bffe1829c9ff7f0aaedc21.png) no-repeat center top / contain;
}
@media screen and (min-width: 768px) {
  .newsTopics__overWrap::before {
    top: -40px;
    background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/025b17e3ef6a0b38df668d40d0cebec0247659b6.png) no-repeat center bottom / cover;
  }
}
.newsTopics__carousel {
  margin-top: 57px;
}
@media screen and (min-width: 768px) {
  .newsTopics__carousel {
    margin-top: 131px;
  }
}
.newsTopics__carousel .splide__track {
  overflow: visible;
}
.newsTopics__list {
  align-items: center;
  height: calc(221 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .newsTopics__list {
    height: calc(389 / 1400 * 100vw);
    max-height: 389px;
  }
}
.newsTopics__item {
  border: 1px solid var(--color_border_gray);
  border-radius: 16px;
  background-color: var(--color_primary_white);
  backface-visibility: hidden;
  transition: all 0.3s;
}
.newsTopics__item.is-active:not(.splide__slide--clone) {
  flex-shrink: 0;
  border: 1px solid var(--color_secondary_red);
  background-color: var(--color_secondary_red);
}
.newsTopics__item .wfcontent .wfcontent-container.flex-container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.newsTopics__item.is-active:not(.splide__slide--clone) {
  width: calc(170 / 390 * 100vw) !important;
}
@media screen and (min-width: 768px) {
  .newsTopics__item.is-active:not(.splide__slide--clone) {
    width: calc(300 / 1024 * 100vw) !important;
    max-width: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .newsTopics__item.is-active:not(.splide__slide--clone) {
    width: calc(400 / 1100 * 100%) !important;
    max-width: 400px;
  }
}
.newsTopics__item .wfcontent-container .content-leading.flex-item {
  padding-right: 0;
  width: auto;
}
.newsTopics__item .wfcontent-container .content-leading .img-wrap::before {
  content: none;
}
.newsTopics__item .wfcontent-container .content-leading.flex-item .img-wrap {
  position: relative;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  aspect-ratio: 118 / 67;
  object-fit: cover;
}
.newsTopics__item .wfcontent-container .content-leading.flex-item .img-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-width: 111px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  background: url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/ec89325905f8e3e033d2a74c6dbc45ee35966fd9.png) no-repeat right bottom / 0 0;
}
.newsTopics__item.is-active:not(.splide__slide--clone) .wfcontent-container .content-leading.flex-item .img-wrap::after {
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .newsTopics__item .wfcontent-container .content-leading.flex-item .img-wrap {
    aspect-ratio: 255 / 143;
  }
  .newsTopics__item.is-active:not(.splide__slide--clone) .newsTopics__img img {
    aspect-ratio: 398 / 223;
  }
  .newsTopics__item .wfcontent-container .content-leading.flex-item .img-wrap::after {
    max-width: 259px;
    max-height: 56px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .newsTopics__item .wfcontent-container .content-leading.flex-item .img-wrap {
    transition: filter 0.3s ease-in-out;
  }
  .newsTopics__item .wfcontent-container .content-leading.flex-item .img-wrap:hover {
    filter: brightness(1.15);
  }
}
.newsTopics__item .wfcontent .flex-container .content-body-container {
  display: flex;
  flex-wrap: wrap;
}
.newsTopics__item .content-leading.flex-item + .flex-item {
  padding: 20px 10px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .newsTopics__item .content-leading.flex-item + .flex-item {
    padding: 20px 20px 30px;
  }
}
.newsTopics__item .content-info .content-author-info .flex-item {
  display: flex;
  align-items: center;
}
.newsTopics__item .wfcontent .content-author-info > .flex-item::after {
  font-size: 1rem;
  color: var(--color_primary_gray);
}
.newsTopics__item.is-active:not(.splide__slide--clone) .wfcontent .content-author-info > .flex-item::after {
  color: var(--color_primary_white);
}
.newsTopics__item .wfcontent .content-author-info > .flex-item::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 12px;
  background: url(https://s1.fl.platisher.jp/p16777610/2025/11/18/0y8J4lM0wzT7n9gZvgJGiYRvL8QmggUXON/icon_calender.svg) no-repeat 0 center / contain;
}
.newsTopics__item.is-active:not(.splide__slide--clone) .wfcontent .content-author-info > .flex-item::before {
  background: url(https://s1.fl.platisher.jp/p16777610/2025/11/18/VXNO0G3Jbof8aLm8r1lncDbdVKyjO1TyQJg/icon_calender_white.svg) no-repeat 0 center /
  contain;
}
@media screen and (min-width: 768px) {
  .newsTopics__item .wfcontent .content-author-info > .flex-item::after {
    font-size: 1.2rem;
  }
  .newsTopics__item.is-active:not(.splide__slide--clone) .wfcontent .content-author-info > .flex-item::after {
    font-size: 1.6rem;
  }
  .newsTopics__item .wfcontent .content-author-info > .flex-item::before {
    width: 16px;
    height: 16px;
  }
}
.newsTopics__item .wfcontent .content-tags a.content-tag {
  display: inline-block;
  padding: 1px 7px 2px;
  line-height: 1;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 9999px;
  color: var(--color_primary_white);
  background-color: var(--color_secondary_red);
}
.newsTopics__item.is-active:not(.splide__slide--clone) .wfcontent .content-tags a.content-tag {
  color: var(--color_secondary_red);
  font-weight: bold;
  background-color: var(--color_primary_white);
}
.newsTopics__item .wfcontent .content-tags a.content-tag:nth-child(n + 2) {
  display: none;
}
.newsTopics__item .wfcontent .content-tags a.content-tag::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .newsTopics__item .wfcontent .content-tags a.content-tag {
    padding: 2px 10px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .newsTopics__item.is-active:not(.splide__slide--clone) .wfcontent .content-tags a.content-tag {
    font-size: 1.4rem;
  }
}
.newsTopics__item .content-body-container .content-info {
  order: 1;
  flex-shrink: 0;
  margin-right: 5px;
}
.newsTopics__item .content-body-container .content-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  order: 2;
  flex: auto;
}
.newsTopics__item .content-body-container .content-tags span {
  display: inline-block;
  white-space: nowrap;
}
.newsTopics__item .content-body-container .content-link {
  margin-top: 5px;
  order: 3;
}
.newsTopics__item .content-body-container .content-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
  font-size: 1rem;
}
.newsTopics__item.is-active:not(.splide__slide--clone) .content-body-container .content-title {
  -webkit-line-clamp: 4;
  line-height: 1.3;
  font-size: 1.2rem;
  color: var(--color_primary_white);
}
@media screen and (min-width: 768px) {
  .newsTopics__item .content-body-container .content-title {
    font-size: 1.4rem;
  }
  .newsTopics__item.is-active:not(.splide__slide--clone) .content-body-container .content-title {
    -webkit-line-clamp: 3;
    line-height: 1.6;
    font-size: 1.8rem;
  }
}
/*---------------------------------------
カルーセル ページネーション
---------------------------------------*/
.newsTopics__btns {
  margin-top: 36px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .newsTopics__btns {
    display: flex;
    column-gap: 200px;
    margin-top: 70px;
    padding-inline: 40px;
    max-width: 1180px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .newsTopics__btns {
    margin-top: 50px;
    padding-inline: 0 40px;
    max-width: 1180px;
  }
}
.newsTopics__btnArea {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsTopics__btnArea {
    margin-top: 0;
    flex-shrink: 0;
  }
}
.newsTopics__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  flex-shrink: 0;
  line-height: 1;
}
.newsTopics__btns > .newsTopics__arrows .newsTopics__arrow {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: none;
  background-color: transparent;
}
.newsTopics__arrow--prev::before,
.newsTopics__arrow--next::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.newsTopics__arrow--prev::before {
  transform: rotate(-180deg);
  background: url(https://s1.fl.platisher.jp/p16777610/2025/11/18/QR0dGK8olzIjRMNrLlpehld3ElaRJMCO03/icon_arrow_red.svg) no-repeat center / contain;
}
.newsTopics__arrow--next::after {
  background: url(https://s1.fl.platisher.jp/p16777610/2025/11/18/QR0dGK8olzIjRMNrLlpehld3ElaRJMCO03/icon_arrow_red.svg) no-repeat center / contain;
}
.newsTopics__pagination {
  gap: 5px 10px;
}
.newsTopics__pagination li button {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid var(--color_primary_red);
  background-color: var(--color_primary_white);
}
.newsTopics__pagination li button.is-active {
  background-color: var(--color_primary_red);
}
.newsTopics__toggleBtn {
  position: relative;
  width: 20px;
  height: 20px;
}
.newsTopics__toggleBtn:focus,
.newsTopics__toggleBtn:active {
  border: none;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .newsTopics__toggleBtn:hover {
    background: none;
    border: none;
  }
}
.newsTopics__toggleBtn img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.gradation {
  padding-block: 150px 100px;
  background: #fff url(https://d1uzk9o9cg136f.cloudfront.net/f/portal/16777610/rc/2025/11/18/4d1381114f95ccdd49b5d9187c13b7d89a727ce0.png) no-repeat center top / 100% auto;
}
@media screen and (min-width: 1024px) {
  .gradation {
    padding-block: 200px 100px;
  }
}
/*---------------------------------------
社外からの評価
---------------------------------------*/
.evaluation {
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .evaluation {
    padding-bottom: 150px;
  }
}
.evaluation__contents {
  margin-top: 84px;
}
@media screen and (min-width: 1024px) {
  .evaluation__contents {
    margin-top: 80px;
  }
}
.evaluation__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 58px;
}
@media screen and (min-width: 768px) {
  .evaluation__list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 0;
  }
}
.evaluation__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .evaluation__item {
    width: calc(50% - 50px / 2);
    text-align: center;
  }
}
.evaluation__item:last-child img {
  display: block;
  margin-inline: auto;
  width: calc(148 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .evaluation__item:last-child img {
    width: auto;
  }
}
.evaluation__title {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
}
.evaluation__item:first-child .evaluation__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .evaluation__title {
    font-size: 2.4rem;
    text-align: center;
  }
  .evaluation__item:first-child .evaluation__title {
    margin-bottom: 50px;
  }
}
.evaluation__btnArea {
  margin-top: 30px;
  text-align: center;
}
/*---------------------------------------
環境関連トピックス
---------------------------------------*/
.environment-relation {
	margin: 0px 0 100px !important;
}
.environment-relation a {
	color: #000 !important;
	background: unset !important;
	padding-right: 27px;
	position: relative;
}
.environment-relation a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.environment-relation a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background: url(https://s1.fl.platisher.jp/p16777610/2025/11/18/X8XKB489zJFBm9jl3vN9FeLj8OVe1yUGRLD/icon_button_arrow.svg) no-repeat 0 0 / contain;
}
@media screen and (min-width: 1024px) {
	.environment-relation a {
		padding-right: 40px;
	}
	.environment-relation a::after {
		width: 30px;
		height: 30px;
	}
}
/*---------------------------------------
関連サイト
---------------------------------------*/
.relation__inner {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 470px;
}
.relation__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .relation__list {
    column-gap: 50px;
  }
}
.relation__link {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .relation__link {
    transition: filter 0.3s ease-in-out;
  }
  .relation__link:hover {
    filter: brightness(1.15);
  }
}
.relation__text {
  margin-top: 6px;
}