@charset "UTF-8";
/**********************************************************************************************
フォント
**********************************************************************************************/
/* zen-maru-gothic-400 */
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/zen-maru-gothic-400.woff2") format("woff2");
}
/* zen-maru-gothic-500 */
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("/common/fonts/zen-maru-gothic-500.woff2") format("woff2");
}
/* zen-maru-gothic-700 */
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/zen-maru-gothic-700.woff2") format("woff2");
}
/* zen-maru-gothic-900 */
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 900;
  src: url("/common/fonts/zen-maru-gothic-900.woff2") format("woff2");
}
/* zen-kaku-gothic-antique-400 */
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic Antique";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/zen-kaku-gothic-antique-400.woff2") format("woff2");
}
/* zen-kaku-gothic-antique-500 */
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic Antique";
  font-style: normal;
  font-weight: 500;
  src: url("/common/fonts/zen-kaku-gothic-antique-500.woff2") format("woff2");
}
/* zen-kaku-gothic-antique-700 */
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic Antique";
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/zen-kaku-gothic-antique-700.woff2") format("woff2");
}
/* zen-kaku-gothic-antique-900 */
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic Antique";
  font-style: normal;
  font-weight: 900;
  src: url("/common/fonts/zen-kaku-gothic-antique-900.woff2") format("woff2");
}
/**********************************************************************************************
基本
**********************************************************************************************/
.bl_main {
  background: #fff;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 567px) {
  .bl_main {
    letter-spacing: 0.05em;
  }
}

.ly_wrapper {
  position: relative;
  padding: 0 30px;
}
@media (max-width: 567px) {
  .ly_wrapper {
    padding: 0 20px;
  }
}

.hp_pc {
  display: block;
}
@media (max-width: 819px) {
  .hp_pc {
    display: none;
  }
}

.hp_sp {
  display: none;
}
@media (max-width: 819px) {
  .hp_sp {
    display: block;
  }
}

.hp_anchor {
  position: relative;
  margin-top: -20px;
  padding-top: 20px;
}
@media (max-width: 819px) {
  .hp_anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.bl_glFooterOuter {
  position: relative;
  z-index: 1;
}

/**********************************************************************************************
共通ボタン
**********************************************************************************************/
.bl_moreBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 20px auto 0 auto;
  padding: 24px 80px 24px 70px;
  background: linear-gradient(90deg, #4daa58, #7dbbcd);
  border: 5px solid #fff;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 567px) {
  .bl_moreBtn {
    width: 100%;
    padding: 20px 40px 20px 30px;
    font-size: 1rem;
  }
}
.bl_moreBtn::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.bl_moreBtn:hover {
  opacity: 0.7;
}

/**********************************************************************************************
メインビジュアル
**********************************************************************************************/
.bl_topMainVisualWrapper {
  position: relative;
  width: 100%;
}
.bl_topMainVisualWrapper .bl_topMainVisualTitle {
  position: absolute;
  top: 9.1vw;
  width: 100%;
  padding: 0 0 0 13.75%;
}
@media (max-width: 567px) {
  .bl_topMainVisualWrapper .bl_topMainVisualTitle {
    top: 97.88vw;
    padding: 0;
  }
}
.bl_topMainVisualWrapper .bl_topMainVisualTitle .bl_topMainVisualTitleSub {
  color: #00a040;
  font-size: 2.44vw;
  font-weight: 700;
  line-height: 1.462;
  letter-spacing: 0.2em;
}
@media (max-width: 567px) {
  .bl_topMainVisualWrapper .bl_topMainVisualTitle .bl_topMainVisualTitleSub {
    padding: 0 0 0 7.94%;
    font-size: 6.7vw;
    line-height: 1.421;
  }
}
.bl_topMainVisualWrapper .bl_topMainVisualTitle .bl_topMainVisualTitleMain {
  margin: 0.85vw 0 0 0;
  color: #00a040;
  font-size: 5.31vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 567px) {
  .bl_topMainVisualWrapper .bl_topMainVisualTitle .bl_topMainVisualTitleMain {
    margin: 3vw 0 0 0;
    font-size: 15.34vw;
    padding: 0 0 0 7.94%;
  }
}
.bl_topMainVisualWrapper .bl_topMainVisualTitle .bl_topMainVisualTitleMain span {
  display: block;
  font-size: 3.06vw;
  line-height: 1.245;
  letter-spacing: 0.1em;
}
@media (max-width: 567px) {
  .bl_topMainVisualWrapper .bl_topMainVisualTitle .bl_topMainVisualTitleMain span {
    font-size: 8.99vw;
  }
}
.bl_topMainVisualWrapper .bl_topMainVisualTitle .bl_topMainVisualTitleText {
  margin: 1.87vw 0 0 2.17%;
  font-size: 1.13vw;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 567px) {
  .bl_topMainVisualWrapper .bl_topMainVisualTitle .bl_topMainVisualTitleText {
    margin: 6vw 0 0 0;
    font-size: 4.41vw;
    text-align: center;
    line-height: 1.92;
  }
}
.bl_topMainVisualWrapper .bl_topMainVisual {
  z-index: 1;
}
.bl_topMainVisualWrapper .bl_topMainVisual img {
  width: 100%;
}

/**********************************************************************************************
ナビゲーション
**********************************************************************************************/
.bl_navWrapper {
  position: relative;
  height: 90px;
  max-width: 1160px;
  margin: 0 auto;
  z-index: 100;
}
@media (max-width: 819px) {
  .bl_navWrapper {
    height: 104px;
  }
}
.bl_navWrapper .bl_navList {
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  padding: 0 12.93%;
  background-color: #00a040;
  border-radius: 50px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 961px) {
  .bl_navWrapper .bl_navList {
    padding: 0 8%;
  }
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList {
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 0.8125rem;
  }
}
.bl_navWrapper .bl_navList .bl_navListItem {
  position: relative;
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList .bl_navListItem {
    width: 25%;
  }
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList .bl_navListItem::after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 0;
    margin: auto;
    width: 1px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.bl_navWrapper .bl_navList .bl_navListItem:last-child::after {
  display: none;
}
.bl_navWrapper .bl_navList .bl_navListItem a {
  position: relative;
  display: block;
  padding: 0 0 0 60px;
  color: #fff;
  line-height: 90px;
  letter-spacing: 0.2em;
  text-decoration: none;
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList .bl_navListItem a {
    padding: 65px 0 10px 0;
    border-radius: 0;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }
  .bl_navWrapper .bl_navList .bl_navListItem a.rc, .bl_navWrapper .bl_navList .bl_navListItem a.dp, .bl_navWrapper .bl_navList .bl_navListItem a.env {
    line-height: 2.2;
  }
}
.bl_navWrapper .bl_navList .bl_navListItem a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList .bl_navListItem a::before {
    top: 15px;
    bottom: auto;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.bl_navWrapper .bl_navList .bl_navListItem a.rc::before {
  background: url("/common/image/sustainability/nav_ico01.png") no-repeat;
  background-size: 60px;
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList .bl_navListItem a.rc::before {
    background-size: 50px;
  }
}
.bl_navWrapper .bl_navList .bl_navListItem a.dp::before {
  background: url("/common/image/sustainability/nav_ico02.png") no-repeat;
  background-size: 60px;
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList .bl_navListItem a.dp::before {
    background-size: 50px;
  }
}
.bl_navWrapper .bl_navList .bl_navListItem a.env::before {
  background: url("/common/image/sustainability/nav_ico03.png") no-repeat;
  background-size: 60px;
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList .bl_navListItem a.env::before {
    background-size: 50px;
  }
}
.bl_navWrapper .bl_navList .bl_navListItem a.jcs::before {
  background: url("/common/image/sustainability/nav_ico04.png") no-repeat;
  background-size: 60px;
}
@media (max-width: 819px) {
  .bl_navWrapper .bl_navList .bl_navListItem a.jcs::before {
    background-size: 50px;
  }
}

/* ナビゲーション固定時 */
.bl_navWrapper.is-fixed {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 0;
  background-color: #00a040;
  z-index: 5555;
  transition: none !important;
}
@media (max-width: 819px) {
  .bl_navWrapper.is-fixed {
    top: 60px;
    height: 75px;
  }
}
.bl_navWrapper.is-fixed .bl_navList {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.bl_navWrapper.is-fixed .bl_navList .bl_navListItem::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -30px;
  margin: auto;
  width: 1px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 819px) {
  .bl_navWrapper.is-fixed .bl_navList .bl_navListItem::after {
    top: 10px;
    bottom: 10px;
    right: 0;
    margin: auto;
  }
}
.bl_navWrapper.is-fixed .bl_navList .bl_navListItem a {
  padding: 0 0 0 35px;
  line-height: 46px;
}
@media (max-width: 819px) {
  .bl_navWrapper.is-fixed .bl_navList .bl_navListItem a {
    padding: 40px 0 5px 0;
    border-radius: 0;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }
  .bl_navWrapper.is-fixed .bl_navList .bl_navListItem a.rc, .bl_navWrapper.is-fixed .bl_navList .bl_navListItem a.dp, .bl_navWrapper.is-fixed .bl_navList .bl_navListItem a.env {
    line-height: 2.2;
  }
}
.bl_navWrapper.is-fixed .bl_navList .bl_navListItem a::before {
  width: 32px;
  height: 32px;
}
@media (max-width: 819px) {
  .bl_navWrapper.is-fixed .bl_navList .bl_navListItem a::before {
    top: 8px;
  }
}
.bl_navWrapper.is-fixed .bl_navList .bl_navListItem a.rc::before {
  background-size: 32px;
}
.bl_navWrapper.is-fixed .bl_navList .bl_navListItem a.dp::before {
  background-size: 32px;
}
.bl_navWrapper.is-fixed .bl_navList .bl_navListItem a.env::before {
  background-size: 32px;
}
.bl_navWrapper.is-fixed .bl_navList .bl_navListItem a.jcs::before {
  background-size: 32px;
}

/**********************************************************************************************
TOP 背景
**********************************************************************************************/
.bl_topMainContentWrapper {
  position: relative;
}
.bl_topMainContentWrapper::before {
  content: "";
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(77, 170, 88, 0.2) 0%, rgba(125, 187, 205, 0.2) 100%);
  border-radius: 18.75vw 18.75vw 0 0;
}
@media (max-width: 819px) {
  .bl_topMainContentWrapper::before {
    top: 175px;
    border-radius: 14.11vw 14.11vw 0 0;
  }
}
.bl_topMainContentWrapper .bl_topMainContent {
  position: relative;
  padding-top: 85px;
}
@media (max-width: 819px) {
  .bl_topMainContentWrapper .bl_topMainContent {
    padding-top: 110px;
  }
}

/**********************************************************************************************
TOP 新着情報
**********************************************************************************************/
.bl_topNewsWrapper {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding-bottom: 160px;
}
@media (max-width: 567px) {
  .bl_topNewsWrapper {
    padding-bottom: 80px;
  }
}
.bl_topNewsWrapper::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -210px;
  width: 293px;
  height: 302px;
  background: url("/common/image/sustainability/bg01.png") no-repeat;
  background-size: 293px 302px;
  background-blend-mode: multiply;
}
@media (max-width: 567px) {
  .bl_topNewsWrapper::before {
    top: -22px;
    left: -60px;
    width: 170px;
    height: 174px;
    background-size: 170px 174px;
  }
}
.bl_topNewsWrapper::after {
  content: "";
  position: absolute;
  top: -170px;
  right: -170px;
  width: 143px;
  height: 143px;
  background: url("/common/image/sustainability/bg02.png") no-repeat;
  background-size: 143px 143px;
  background-blend-mode: multiply;
}
@media (max-width: 819px) {
  .bl_topNewsWrapper::after {
    background: none;
  }
}
.bl_topNewsWrapper .bl_topNewsHeaderWrapper {
  position: relative;
}
.bl_topNewsWrapper .bl_topNewsHeaderWrapper .bl_topNewsHeader {
  position: relative;
  color: #00a040;
  text-align: center;
  line-height: 1;
}
.bl_topNewsWrapper .bl_topNewsHeaderWrapper .bl_topNewsHeader .bl_topNewsHeaderEN {
  display: block;
  font-size: 6.25rem;
  font-weight: 500;
}
@media (max-width: 819px) {
  .bl_topNewsWrapper .bl_topNewsHeaderWrapper .bl_topNewsHeader .bl_topNewsHeaderEN {
    font-size: 3.875rem;
  }
}
.bl_topNewsWrapper .bl_topNewsHeaderWrapper .bl_topNewsHeader .bl_topNewsHeaderJP {
  display: block;
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 819px) {
  .bl_topNewsWrapper .bl_topNewsHeaderWrapper .bl_topNewsHeader .bl_topNewsHeaderJP {
    font-size: 1.375rem;
  }
}
.bl_topNewsWrapper .bl_topNewsListWrapper {
  position: relative;
  margin-top: 50px;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(263px, 1fr));
  gap: 25px clamp(20px, 4vw, 35px);
  margin-bottom: 60px;
}
@media (max-width: 567px) {
  .bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem {
  display: flex;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease opacity;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink:hover {
  opacity: 0.7;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemImage {
  width: 100%;
  padding: 5px 5px 0 5px;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemImage span {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1.58/1;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemImage span > img {
  object-fit: contain;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemSup {
  letter-spacing: 0;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemSup span {
  display: inline-grid;
  padding: 0.2em 1em;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  place-items: center;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemSup span.cs {
  background-color: var(--color-xst);
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemSup span.wtb {
  background-color: var(--color-wtb);
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemSup span.ret {
  background-color: var(--color-ret);
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemSup span.fds {
  background-color: var(--color-fds);
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemSup span.dev {
  background-color: var(--color-dev);
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemSup span.rct {
  background-color: var(--color-rct);
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示したい行数 */
  overflow: hidden;
  padding: 0 10px;
  font-weight: 500;
  line-height: 1.5;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemTag {
  margin-top: auto;
  padding: 0 10px;
}
.bl_topNewsWrapper .bl_topNewsListWrapper .bl_topNewsList .bl_topNewsListItem .bl_topNewsListItemLink .bl_topNewsListItemTag span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.2em 0.5em;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #333;
  border-radius: 5px;
}
.bl_topNewsWrapper .bl_commonBtnWrapper {
  margin-top: 50px;
}
@media (max-width: 567px) {
  .bl_topNewsWrapper .bl_commonBtnWrapper {
    margin-top: 30px;
  }
}

/**********************************************************************************************
TOP カテゴリー一覧
**********************************************************************************************/
.bl_topRC,
.bl_topDP,
.bl_topENV,
.bl_topJCS {
  position: relative;
  width: 100%;
  --clip: clamp(120px, 14vw, 180px);
  margin-top: calc(-1 * var(--clip));
  background-blend-mode: multiply;
}
@media (max-width: 567px) {
  .bl_topRC,
  .bl_topDP,
  .bl_topENV,
  .bl_topJCS {
    --clip: clamp(40px, 12vw, 80px);
  }
}

.bl_topRC {
  padding: calc(var(--clip) + 10px) 0;
  background-image: linear-gradient(170deg, rgba(77, 170, 88, 0.8), rgba(125, 187, 205, 0.8));
  clip-path: polygon(0 var(--clip), 100% 0, 100% calc(100% - var(--clip)), 0 100%);
}

.bl_topDP {
  padding: calc(var(--clip) + 10px) 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  clip-path: polygon(0 0, 100% var(--clip), 100% 100%, 0 calc(100% - var(--clip)));
}

.bl_topENV {
  padding: calc(var(--clip) + 10px) 0;
  background-image: linear-gradient(90deg, rgba(77, 170, 88, 0.5), rgba(77, 170, 88, 0.5));
  clip-path: polygon(0 var(--clip), 100% 0, 100% calc(100% - var(--clip)), 0 100%);
}

.bl_topJCS {
  padding: calc(var(--clip) + 10px) 0 110px 0;
  background-image: linear-gradient(170deg, rgba(184, 219, 225, 0.8), rgba(147, 195, 133, 0.8));
  clip-path: polygon(0 0, 100% var(--clip), 100% 100%, 0 100%);
}

@media (max-width: 567px) {
  .bl_topRC,
  .bl_topDP,
  .bl_topENV,
  .bl_topJCS {
    padding-top: calc(var(--clip) + 10px);
    padding-bottom: calc(var(--clip) + 10px);
  }
  .bl_topRC {
    padding-top: calc(var(--clip) + 20px);
  }
  .bl_topJCS {
    padding-bottom: 30px;
  }
}
.bl_topCategoryWrapper {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  border-radius: 4.31vw;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.bl_topCategoryWrapper .bl_topCategoryHeader {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 75px 50px;
  border-radius: 4.31vw 4.31vw 0 0;
  line-height: 1;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryHeader {
    display: block;
    padding: 30px 20px;
  }
}
.bl_topCategoryWrapper .bl_topCategoryHeader.rc, .bl_topCategoryWrapper .bl_topCategoryHeader.env {
  background-color: #3cb5d6;
}
.bl_topCategoryWrapper .bl_topCategoryHeader.dp, .bl_topCategoryWrapper .bl_topCategoryHeader.jcs {
  background-color: #00a040;
}
.bl_topCategoryWrapper .bl_topCategoryHeader::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 220px;
  height: 220px;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryHeader::after {
    right: 0;
    width: 120px;
    height: 120px;
  }
}
.bl_topCategoryWrapper .bl_topCategoryHeader.rc::after {
  background: url("/common/image/sustainability/nav_ico01.png") no-repeat 0 center;
  background-size: 220px;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryHeader.rc::after {
    background-size: 120px;
  }
}
.bl_topCategoryWrapper .bl_topCategoryHeader.dp::after {
  background: url("/common/image/sustainability/nav_ico02.png") no-repeat 0 center;
  background-size: 180px;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryHeader.dp::after {
    background-size: 100px;
  }
}
.bl_topCategoryWrapper .bl_topCategoryHeader.env::after {
  background: url("/common/image/sustainability/nav_ico03.png") no-repeat 0 center;
  background-size: 200px;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryHeader.env::after {
    background-size: 110px;
  }
}
.bl_topCategoryWrapper .bl_topCategoryHeader.jcs::after {
  background: url("/common/image/sustainability/nav_ico04.png") no-repeat 0 center;
  background-size: 220px;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryHeader.jcs::after {
    background-size: 120px;
  }
}
.bl_topCategoryWrapper .bl_topCategoryHeader .bl_topCategoryHeaderEN {
  display: block;
  margin: 0 0 0 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryHeader .bl_topCategoryHeaderEN {
    margin: 15px 0 0 0;
    font-size: 1.125rem;
  }
}
.bl_topCategoryWrapper .bl_topCategoryHeader .bl_topCategoryHeaderJP {
  display: block;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryHeader .bl_topCategoryHeaderJP {
    font-size: 1.5rem;
  }
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper {
  padding: 40px 50px;
  border-radius: 0 0 4.31vw 4.31vw;
  background-color: #f5f5f5;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryListWrapper {
    padding: 20px;
  }
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryText {
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryText {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px clamp(20px, 4vw, 50px);
}
@media (max-width: 567px) {
  .bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem {
  display: flex;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-bottom: 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease opacity;
}
@media (max-width: 819px) {
  .bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink {
    padding: 0;
  }
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink:hover {
  opacity: 0.7;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemImage {
  width: 100%;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemImage span {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1.58/1;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemImage span > img {
  object-fit: contain;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemSup {
  letter-spacing: 0;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemSup span {
  display: inline-grid;
  padding: 0.2em 1em;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  place-items: center;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemSup span.cs {
  background-color: var(--color-xst);
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemSup span.wtb {
  background-color: var(--color-wtb);
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemSup span.ret {
  background-color: var(--color-ret);
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemSup span.fds {
  background-color: var(--color-fds);
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemSup span.dev {
  background-color: var(--color-dev);
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemSup span.rct {
  background-color: var(--color-rct);
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示したい行数 */
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemTag {
  margin-top: auto;
}
.bl_topCategoryWrapper .bl_topCategoryListWrapper .bl_topCategoryList .bl_topCategoryListItem .bl_topCategoryListItemLink .bl_topCategoryListItemTag span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.2em 0.5em;
  color: #243c13;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #181818;
  border-radius: 5px;
}

/**********************************************************************************************
カテゴリー検索
**********************************************************************************************/
.bl_searchWrapper {
  position: relative;
  max-width: 1300px;
  margin: 30px auto 0 auto;
  padding: 20px 40px;
  background-color: #ddefe0;
  border-radius: 20px;
}
@media (max-width: 567px) {
  .bl_searchWrapper {
    margin-top: 20px;
    padding: 10px 15px;
  }
}
.bl_searchWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  bottom: 0;
  width: 143px;
  height: 143px;
  margin: auto;
  background: url("/common/image/sustainability/bg02.png") no-repeat;
  background-size: 143px 143px;
  background-blend-mode: multiply;
}
@media (max-width: 567px) {
  .bl_searchWrapper::after {
    top: -30px;
    right: -10px;
    width: 80px;
    height: 80px;
    margin: 0;
    background-size: 80px 80px;
  }
}
.bl_searchWrapper .bl_searchListWrapper {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 567px) {
  .bl_searchWrapper .bl_searchListWrapper {
    padding: 15px 0;
  }
}
.bl_searchWrapper .bl_searchListWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 11.48%;
  height: 1px;
  background: #000;
}
@media (max-width: 567px) {
  .bl_searchWrapper .bl_searchListWrapper::after {
    width: 30.23%;
  }
}
.bl_searchWrapper .bl_searchListWrapper:last-child {
  border-bottom: none;
}
.bl_searchWrapper .bl_searchListWrapper:last-child::after {
  display: none;
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchListTitle {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 567px) {
  .bl_searchWrapper .bl_searchListWrapper .bl_searchListTitle {
    font-size: 0.875rem;
  }
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 567px) {
  .bl_searchWrapper .bl_searchListWrapper .bl_searchList {
    gap: 10px 5px;
  }
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem {
  position: relative;
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemInput {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  border: 0;
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemInput:focus-visible + .el_searchListItemLabel {
  outline: 2px solid #333333;
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemLabel {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 25px 15px 55px;
  background: #fff;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 567px) {
  .bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemLabel {
    padding: 7px 10px 7px 33px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemLabel::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8e8e8;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
@media (max-width: 567px) {
  .bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemLabel::before {
    width: 24px;
    height: 24px;
  }
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem {
  /* 選択時 */
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemInput:checked + .el_searchListItemLabel {
  background: #4dab58;
  color: #fff;
  font-weight: 700;
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemInput:checked + .el_searchListItemLabel::before {
  background: #fff;
}
.bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemInput:checked + .el_searchListItemLabel::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 14px;
  top: 50%;
  width: 20px;
  height: 16px;
  background: url("/common/image/sustainability/ico_check.png") no-repeat;
  background-size: 20px 16px;
  transform: translateY(-50%);
}
@media (max-width: 567px) {
  .bl_searchWrapper .bl_searchListWrapper .bl_searchList .bl_searchListItem .el_searchListItemInput:checked + .el_searchListItemLabel::after {
    left: 11px;
    width: 12px;
    height: 10px;
    background-size: 12px 10px;
  }
}

/**********************************************************************************************
カテゴリー一覧
**********************************************************************************************/
.bl_categoryWrapper {
  position: relative;
  width: 100%;
  margin-top: 80px;
  background-image: linear-gradient(180deg, rgba(77, 170, 88, 0.2) 0%, rgba(125, 187, 205, 0.2) 100%);
}
@media (max-width: 567px) {
  .bl_categoryWrapper {
    margin-top: 60px;
  }
}
.bl_categoryWrapper .bl_categoryListWrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 105px 0 200px 0;
}
@media (max-width: 567px) {
  .bl_categoryWrapper .bl_categoryListWrapper {
    padding: 60px 0 50px 0;
  }
}
.bl_categoryWrapper .bl_categoryListWrapper::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -140px;
  width: 205px;
  height: 205px;
  z-index: 0;
  background: url("/common/image/sustainability/bg03.png") no-repeat;
  background-size: 205px 205px;
  background-blend-mode: multiply;
}
@media (max-width: 567px) {
  .bl_categoryWrapper .bl_categoryListWrapper::before {
    top: -30px;
    left: -10px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
.bl_categoryWrapper .bl_categoryListWrapper::after {
  content: "";
  position: absolute;
  bottom: 35px;
  right: -100px;
  width: 143px;
  height: 143px;
  z-index: 0;
  background: url("/common/image/sustainability/bg02.png") no-repeat;
  background-size: 143px 143px;
  background-blend-mode: multiply;
}
@media (max-width: 567px) {
  .bl_categoryWrapper .bl_categoryListWrapper::after {
    bottom: -15px;
    right: -10px;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px clamp(20px, 5vw, 60px);
}
@media (max-width: 819px) {
  .bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem {
  display: flex;
  z-index: 1;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-bottom: 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease opacity;
}
@media (max-width: 819px) {
  .bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink {
    padding: 0;
  }
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink:hover {
  opacity: 0.7;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemImage {
  width: 100%;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemImage span {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.58/1;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemImage span > img {
  object-fit: contain;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemSup {
  letter-spacing: 0;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemSup span {
  display: inline-grid;
  padding: 0.2em 1em;
  font-weight: 500;
  color: #fff;
  place-items: center;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemSup span.cs {
  background-color: var(--color-xst);
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemSup span.wtb {
  background-color: var(--color-wtb);
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemSup span.ret {
  background-color: var(--color-ret);
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemSup span.fds {
  background-color: var(--color-fds);
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemSup span.dev {
  background-color: var(--color-dev);
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemSup span.rct {
  background-color: var(--color-rct);
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示したい行数 */
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemTag {
  margin-top: auto;
}
.bl_categoryWrapper .bl_categoryListWrapper .bl_categoryList .bl_categoryListItem .bl_categoryListItemLink .bl_categoryListItemTag span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.2em 0.5em;
  color: #243c13;
  font-weight: 500;
  border: 1px solid #181818;
  border-radius: 5px;
}
.bl_categoryWrapper .bl_categoryPagination {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin-top: 140px;
  z-index: 1;
}
@media (max-width: 567px) {
  .bl_categoryWrapper .bl_categoryPagination {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #a4c9ad;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: none;
}
.bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationPrev.current {
  background-color: #35633f;
  pointer-events: all;
}
.bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationPrev.current:focus, .bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationPrev.current:hover {
  padding-right: 5px;
  background-color: #a4c9ad;
}
.bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationPrev img {
  width: 12px;
  height: 20px;
}
.bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationNext {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #a4c9ad;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: none;
}
.bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationNext.current {
  background-color: #35633f;
  pointer-events: all;
}
.bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationNext.current:focus, .bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationNext.current:hover {
  padding-left: 5px;
  background-color: #a4c9ad;
}
.bl_categoryWrapper .bl_categoryPagination .el_categoryPaginationNext img {
  width: 12px;
  height: 20px;
}
.bl_categoryWrapper .bl_categoryPagination .bl_categoryPaginationList {
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 50px;
}
.bl_categoryWrapper .bl_categoryPagination .bl_categoryPaginationList .bl_categoryPaginationListItem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.bl_categoryWrapper .bl_categoryPagination .bl_categoryPaginationList .bl_categoryPaginationListItem:last-child {
  margin-right: 0;
}
.bl_categoryWrapper .bl_categoryPagination .bl_categoryPaginationList .bl_categoryPaginationListItem .el_categoryPaginationListItemBtn {
  width: 44px;
  height: 44px;
  color: #3c7049;
  background-color: #ffffff;
  border: 1px solid #a4c9ad;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
.bl_categoryWrapper .bl_categoryPagination .bl_categoryPaginationList .bl_categoryPaginationListItem .el_categoryPaginationListItemBtn:focus, .bl_categoryWrapper .bl_categoryPagination .bl_categoryPaginationList .bl_categoryPaginationListItem .el_categoryPaginationListItemBtn:hover {
  background-color: #a4c9ad;
}
.bl_categoryWrapper .bl_categoryPagination .bl_categoryPaginationList .bl_categoryPaginationListItem .el_categoryPaginationListItemBtn.current {
  color: #ffffff;
  background-color: #3c7049;
  border-color: #3c7049;
  pointer-events: none;
}

/**********************************************************************************************
モーダル
**********************************************************************************************/
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.bl_modalWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
  max-width: 1300px;
  max-height: 94vh;
  margin: auto;
  padding: 20px;
  background-color: #ddefe0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 567px) {
  .bl_modalWrapper {
    width: calc(100% - 30px);
    height: 90dvh;
    padding: 15px;
    border-radius: 10px;
  }
}
.bl_modalWrapper .bl_modalContent {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 20px 10px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent {
    padding: 15px 10px;
    border-radius: 6px;
  }
}
.bl_modalWrapper .bl_modalContent .bl_modalContentInner {
  flex: 1;
  position: relative;
  min-height: 0;
  padding: 0 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent .bl_modalContentInner {
    padding: 0 5px;
  }
}
.bl_modalWrapper .bl_modalContent .bl_modalContentInner::-webkit-scrollbar {
  width: 7px;
}
.bl_modalWrapper .bl_modalContent .bl_modalContentInner::-webkit-scrollbar-track {
  background: transparent;
}
.bl_modalWrapper .bl_modalContent .bl_modalContentInner::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border-radius: 10px;
}
.bl_modalWrapper .bl_modalContent .bl_modalHeader {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  background-image: linear-gradient(90deg, #4daa58, #7dbbcd);
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent .bl_modalHeader {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 1.375rem;
  }
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent .bl_modalListItem {
    display: block;
  }
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup {
  letter-spacing: 0;
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup span {
  display: inline-grid;
  padding: 0.2em 1em;
  font-weight: 500;
  color: #fff;
  place-items: center;
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup span {
    font-size: 0.875rem;
  }
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup span.cs {
  background-color: var(--color-xst);
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup span.wtb {
  background-color: var(--color-wtb);
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup span.ret {
  background-color: var(--color-ret);
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup span.fds {
  background-color: var(--color-fds);
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup span.dev {
  background-color: var(--color-dev);
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemSup span.rct {
  background-color: var(--color-rct);
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemTag {
  margin-top: auto;
}
.bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemTag span {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0.4em 0.5em 0.2em 0.5em;
  color: #243c13;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #181818;
  border-radius: 5px;
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent .bl_modalListItem .bl_modalListItemTag span {
    margin: 10px 5px 0 0;
    font-size: 0.875rem;
  }
}
.bl_modalWrapper .bl_modalContent .bl_modalItem {
  display: flex;
  gap: 0 4.13%;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent .bl_modalItem {
    display: block;
  }
}
.bl_modalWrapper .bl_modalContent .bl_modalItem .bl_modalItemImage {
  flex: 0 0 42.37%;
}
.bl_modalWrapper .bl_modalContent .bl_modalItem .bl_modalItemImage span {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.bl_modalWrapper .bl_modalContent .bl_modalItem .bl_modalItemImage span > img {
  object-fit: contain;
  inset: 0;
  width: fit-content;
  height: auto;
  margin: auto;
}
.bl_modalWrapper .bl_modalContent .bl_modalItem .bl_modalItemInfo {
  flex: 1;
}
.bl_modalWrapper .bl_modalContent .bl_modalItem .bl_modalItemInfo > p:not([class]) {
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent .bl_modalItem .bl_modalItemInfo > p:not([class]) {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
.bl_modalWrapper .bl_modalContent .bl_modalItem .bl_modalItemInfo > p:not([class]) a {
  color: #00a040;
}
.bl_modalWrapper .bl_modalContent .bl_modalItem .bl_modalItemInfo > p:not([class]) a:hover {
  color: #000;
}
.bl_modalWrapper .bl_modalContent .el_modalBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 20px auto;
  padding: 20px 60px 20px 50px;
  background: linear-gradient(90deg, #4daa58, #7dbbcd);
  border: 3px solid #fff;
  border-radius: 9999px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 567px) {
  .bl_modalWrapper .bl_modalContent .el_modalBtn {
    width: 100%;
    margin: 0 auto;
  }
}
.bl_modalWrapper .bl_modalContent .el_modalBtn::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.bl_modalWrapper .bl_modalContent .el_modalBtn:hover {
  opacity: 0.7;
}
.bl_modalWrapper .el_modalCloseBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 25px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (max-width: 567px) {
  .bl_modalWrapper .el_modalCloseBtn {
    justify-content: center;
    margin-top: 20px;
  }
}
.bl_modalWrapper .el_modalCloseBtn:hover {
  opacity: 0.7;
}
.bl_modalWrapper .el_modalCloseBtn .icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #4eab5b;
  border-radius: 50%;
  background: transparent;
}
.bl_modalWrapper .el_modalCloseBtn .icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #4eab5b;
}
.bl_modalWrapper .el_modalCloseBtn .text {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

/**********************************************************************************************
Vue
**********************************************************************************************/
[v-cloak] {
  display: none;
}

.bl_categoryList-dataNone {
  text-align: center;
}/*# sourceMappingURL=sustainability.css.map */