/* -------------------- support cards -------------------- */

/*---------------------------------------------

	レスポンシブ切り替え用

---------------------------------------------*/
.top-read {
  margin-bottom: 6.5rem;
  padding-top: 5rem;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .top-read {
    margin-bottom: 2.5rem;
    padding-top: 2.8rem;
  }
}

/* 装飾
-------------------------*/
.top-read-message {
  position: relative;
  margin-bottom: 9rem;
}

@media screen and (max-width: 540px) {
  .top-read-message {
    margin-bottom: 11rem;
  }
}

.top-read__deco {
  position: absolute;
  z-index: -1;
  animation: fuwafuwa 1.8s 1s ease-in-out infinite alternate-reverse;
}

.top-read__deco-01-1 {
  top: -18px;
  left: -15.44%;
  width: 15.6rem;
  /* width: clamp(150px, 26.9vw, 345px); */
  width: 19.6vw;
  max-width: 251px;
}

@media screen and (max-width: 540px) {
  .top-read__deco-01-1 {
    width: 6.6875rem;
    top: auto;
    left: -1.5rem;
    bottom: -34.615vw;
  }
}

.top-read__deco-01-2 {
  top: 21.32vw;
  left: -6.94%;
  width: 5.8125rem;
  animation-delay: 1.8s;

  width: 7.265vw;
  max-width: 93px;
}

@media screen and (max-width: 540px) {
  .top-read__deco-01-2 {
    width: 4.4375rem;
    top: auto;
    left: 26.388%;
    bottom: -38.461vw;
  }
}

.top-read__deco-01-3 {
  top: 26.32vw;
  left: 0;
  animation-delay: -1s;
  width: 12.57vw;
  max-width: 161px;
}

@media screen and (max-width: 540px) {
  .top-read__deco-01-3 {
    width: 4.65763rem;
    top: -2.8rem;
    left: -1rem;
  }
}

.top-read__deco-01-bg {
  top: 78px;
  left: -101px;
  width: 18rem;
  z-index: -2;
}

@media screen and (max-width: 540px) {
  .top-read__deco-01-bg {
    width: 4.68888rem;
  }
}

.top-read__deco-02-1 {
  right: -8.9843vw;
  bottom: 30.54vw;
  width: 13.67vw;
  animation-delay: -1.8s;
  max-width: 10.9375rem;
}

@media screen and (max-width: 540px) {
  .top-read__deco-02-1 {}
}

.top-read__deco-02-2 {
  right: 4.96vw;
  bottom: 27.187vw;
  width: 5.39vw;

  max-width: 4.3125rem;
}

.top-read__deco-02-bg {
  width: 18rem;
  right: -7.109vw;
  bottom: 32.89vw;
  z-index: -2;
}

@media screen and (max-width: 540px) {
  .top-read__deco-02-bg {
    width: 10.18144rem;
    right: -1rem;
    bottom: -26.8718vw;
  }
}

.top-read__deco-02-3 {
  right: -3.632vw;
  bottom: 12.968vw;
  animation-delay: -1s;
  width: 13.67vw;
  max-width: 10.9375rem;
}

.top-read__deco-03 {
  left: 0;
  bottom: 9vw;
  width: clamp(150px, 14.84vw, 190px);
}

@media screen and (max-width: 540px) {
  .top-read__deco-03 {
    display: none;
    /* width: 11rem;
    bottom: -40vw;
    left: -20px; */
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(1.1%);
  }

  100% {
    transform: translateY(-1.1%);
  }
}


/* 本文
-------------------------*/
.top-read__content-block {
  margin-bottom: 7.3rem;
}

@media screen and (max-width: 540px) {
  .top-read__content-block {
    margin-bottom: 3.25rem;
  }
}

.top-read__content-block .c-title-block {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 540px) {
  .top-read__content-block .c-title-block {
    margin-bottom: 0.89rem;
  }
}

.top-read__image {
  margin: 0 auto 0 auto;
  width: 29.25rem;
  max-width: 90%;
}

@media screen and (max-width: 540px) {
  .top-read__image {
    width: 87.5%;
    max-width: none;
  }

  .top-read__content-list .top-read__content-block:first-child .top-read__image {
    width: 100%;
  }
}

/* 活動全体像
-------------------------*/
.top-read__flow {
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 540px) {
  .top-read__flow {
    margin-bottom: 4rem;
  }
}

.top-read__flow-content {
  position: relative;
}

.top-read__flow-title {
  position: absolute;
  width: 5.5rem;
  top: -3rem;
  left: -1rem;
}

@media screen and (max-width: 540px) {
  .top-read__flow-title {
    width: 6rem;
    top: -2rem;
    left: auto;
    right: 1rem;
  }
}

.top-read__flow-bubble {
  position: absolute;
  width: clamp(5rem, 12.5vw, 10rem);
  /* width: 10rem; */
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 540px) {
  .top-read__flow-bubble {
    width: 6rem;
    transform: none;
    top: 33%;
    left: 2%;
  }
}

.top-read-title__sub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
  color: var(--green-600, #5ea321);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.4rem */
}

@media screen and (max-width: 540px) {
  .top-read-title__sub {
    margin-bottom: 0.4rem;
    font-size: 0.875rem;
  }
}

.top-read-title__sub::before,
.top-read-title__sub::after {
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 41px;
  /* 横線の長さ */
  background-color: #006e09;
  /* 横線の色 */
}

.top-read-title__sub::before {
  margin-right: 15px;
  /* 文字との余白 */
}

.top-read-title__sub::after {
  margin-left: 15px;
  /* 文字との余白 */
}

@media screen and (max-width: 540px) {

  .top-read-title__sub::before,
  .top-read-title__sub::after {
    display: none;
  }
}

.top-read-title__main {
  color: var(--black-700, #333);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 2.975rem */
}

@media screen and (max-width: 540px) {
  .top-read-title__main {
    font-size: 1.125rem;
    line-height: 160%;
  }
}

.top-corporate-supporters__list .c-report-archive-bubble {
  bottom: 102%;
  right: 0;
  width: clamp(190px, 16.79vw, 215px);
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__list .c-report-archive-bubble {
    bottom: 95%;
    right: -4%;
    width: 5.7rem;
  }
}

/* ベース：吹き出し用 */
.balloon {
  display: inline-block;
  position: relative;
  transform-origin: center;
}

/* Pattern B と同じ「初期状態」 */
.balloon--float {
  opacity: 0;
  transform: scale(0.5);
}

/* AOS が .aos-animate をつけた瞬間に、Pattern B の動き開始 */
.balloon--float.aos-animate {
  animation:
    balloon-rise 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards,
    balloon-floating 2.2s ease-in-out 0.6s infinite;
}

/* === Pattern B の keyframes をそのままコピー === */
@keyframes balloon-rise {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.7);
  }

  70% {
    opacity: 1;
    transform: translateY(-4px) scale(1.02);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes balloon-floating {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-3px) scale(1.01);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

/* 画像横スクロール
-------------------------*/

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.top-scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin: 0 calc(50% - 50vw) 4.5rem calc(50% - 50vw);
}

@media screen and (max-width: 540px) {
  .top-scroll-infinity__wrap {
    margin: 0 calc(50% - 50vw) 2rem calc(50% - 50vw);
  }
}

.top-scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.top-scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.top-scroll-infinity__item {
  width: calc(100vw / 1.1);
  max-width: 1166px;
}

@media screen and (max-width: 540px) {
  .top-scroll-infinity__item {
    width: calc(100vw / 0.7);
  }
}

.top-scroll-infinity__item>img {
  width: 100%;
}

.top-report {
  margin-bottom: 7rem;
}

@media screen and (max-width: 540px) {
  .top-report {
    margin-bottom: 3.4rem;
  }
}

.top-donate {
  margin-bottom: 6.6rem;
}

@media screen and (max-width: 540px) {
  .top-donate {
    margin-bottom: 3.4rem;
  }
}

/*---------------------------------------------

	特設サイトバナー

---------------------------------------------*/
.top-special-site {
  position: relative;
  padding: 7rem 0 16rem 0;
  background: var(--green-300, #c7e1ae);
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .top-special-site {
    padding: 4rem 0 13rem 0;
  }
}

.c-circle--dark {
  top: -4rem;
  right: -5rem;
  width: 26.1875rem;
  mix-blend-mode: multiply;
  filter: blur(62px);
}

.c-circle--thin {
  bottom: -4rem;
  left: -5rem;
  width: 26.1875rem;
  mix-blend-mode: multiply;
  filter: blur(62px);
}

@media screen and (max-width: 540px) {
  .c-circle--thin {
    width: 13.5625rem;
    bottom: 0;
    left: -1rem;
  }
}

.c-circle--large {
  width: 31.6875rem;
  left: -10rem;
  bottom: 16%;
  mix-blend-mode: multiply;
  filter: blur(62px);
}

.top-special-site__item {
  margin: 0 1rem;
  width: 33vw;
  border-radius: 1.25rem;
  overflow: hidden;
}

.top-special-site__thumbnail img {
  aspect-ratio: 530/267;
  object-fit: cover;
  object-position: center;
}

.top-special-site__body {
  padding: 0.8rem 2.9rem 1.5rem 2.9rem;
  background: var(--white, #fff);
}

@media screen and (max-width: 540px) {
  .top-special-site__body {
    padding: 0.5rem 1.9rem 1rem 1.9rem;
  }
}

.top-special-site__text {
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 1.48rem */
}

@media screen and (max-width: 540px) {
  .top-special-site__text {
    font-size: 0.67213rem;
  }
}

.top-special-site__title {
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  text-align: left;
}

@media screen and (max-width: 540px) {
  .top-special-site__title {
    font-size: 0.96619rem;
  }
}

/* Slick Arrow */

.slide-arrow {
  width: 32px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  border-radius: 0.38619rem;
  background: var(--green-900, #006e09);
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .slide-arrow {
    width: 1.375rem;
    height: 3.375rem;
  }
}

.prev-arrow {
  left: 28vw;
  padding-left: 5px;
}

@media screen and (max-width: 540px) {
  .prev-arrow {
    left: 2vw;
  }
}

.next-arrow {
  right: 28vw;
  padding-right: 5px;
}

@media screen and (max-width: 540px) {
  .next-arrow {
    right: 2vw;
  }
}

.slide-arrow__arrow {
  width: 0.6rem;
}

.slide-arrow__arrow.prev-arrow__arrow {
  transform: scale(-1, 1);
}

.slick-dots {
  bottom: auto !important;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  gap: 1rem;
}

@media screen and (max-width: 540px) {
  .slick-dots {
    width: 92% !important;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.8rem;
    bottom: auto !important;
    top: 110%;
  }
}

.top-special-site__list .slick-dots li {
  /* width: 11.6875rem !important; */
  width: 14% !important;
  height: auto !important;
  /* aspect-ratio: 187/93; */
  aspect-ratio: 110.68/54.8;
  border-radius: 0.42481rem;
  overflow: hidden;
  margin: 0;
}

@media screen and (max-width: 540px) {
  .top-special-site__list .slick-dots li {
    width: 30.8% !important;
    border-radius: 0.25569rem;
  }
}

.slick-dots .slick-active {
  outline: 3px solid var(--green-900, #006e09);
  outline-offset: -1px;
}

@media screen and (max-width: 540px) {
  .slick-dots .slick-active {
    outline: 1.806px solid var(--green-900, #006e09);
  }
}

/*
.deco-wave-top::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../img/common/deco-wave-top.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 51;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .deco-wave-top::before {
    background-image: url(../img/common/deco-wave-top-sp.svg);
    aspect-ratio: 390 / 22;
  }
}

.deco-wave-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(../img/common/deco-wave-bottom.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 51;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .deco-wave-bottom::after {
    background-image: url(../img/common/deco-wave-bottom-sp.svg);
    aspect-ratio: 390 / 21;
  }
} */

/*---------------------------------------------

	数字で見るアニドネ

---------------------------------------------*/
.top-anidone-stats {
  padding: 6rem 0 8rem 0;
}

@media screen and (max-width: 540px) {
  .top-anidone-stats {
    padding: 4rem 0 4rem 0;
  }
}

/* 詳細
-------------------------*/
.top-stats {
  margin: 0 auto 4.7rem auto;
}

.top-stats__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4.5rem 9.25rem;
  width: 844px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .top-stats__list {
    flex-direction: column;
    row-gap: 2.5rem;
  }
}

.top-stats__item {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 540px) {
  .top-stats__item {
    width: 78%;
  }
}

.top-stats__item-bubble {
  width: 6.83875rem;
  right: -24%;
  top: 5%;
}

.top-stats__title {
  margin-bottom: 1rem;
  color: #006e09;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.575rem */
}

@media screen and (max-width: 540px) {
  .top-stats__title {
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
  }
}

.top-stats__value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 540px) {
  .top-stats__value {
    margin-bottom: 0.5rem;
  }
}

.top-stats__number {
  margin-bottom: 1rem;
  color: #000;
  text-align: center;
  font-family: "Yuji Syuku";
  font-size: 4.375rem;
  font-style: normal;
  font-weight: 400;
  /* line-height: 140%; */
  line-height: 80%;
  letter-spacing: -0.4375rem;
}

@media screen and (max-width: 540px) {
  .top-stats__number {
    font-size: 2.93581rem;
  }
}

.top-stats__unit {
  color: #000;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 2.275rem */
  white-space: nowrap;
}

@media screen and (max-width: 540px) {
  .top-stats__unit {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 540px) {
  .top-stats__figure {
    width: 91.5%;
  }
}

/*---------------------------------------------

	ご支援をご検討くださる方へ

---------------------------------------------*/
.top-supporters {
  padding: 8.7rem 0 11rem 0;
  background: var(--green-300, #c7e1ae);
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .top-supporters {
    padding: 4.5rem 0;
  }
}

/*---------------------------------------------

	ご支援いただいた法人の皆様

---------------------------------------------*/

.top-corporate-supporters {
  padding: 10rem 0;
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters {
    padding: 3.5rem 0 7rem 0;
  }
}

/* 認定団体活動レポート
-------------------------*/
.top-corporate-supporters__list {
  position: relative;
  padding: 2.5rem 2.75rem;
  border-radius: 0.625rem;
  border: 2px solid var(--graygreen-500, #c5cfc6);
  background: #fff;
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__list {
    padding: 1.625rem 1.3125rem 1.25rem 1.3125rem;
  }
}

.top-corporate-supporters__item {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: solid 1px var(--graygreen-500, #c5cfc6);
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__item {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.top-corporate-supporters__item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (max-width: 540px) {
  /* .top-corporate-supporters__item:nth-last-child(2) {
    margin: 0;
    padding: 0;
    border: none;
  } */
}

.top-corporate-supporters__figure {
  width: 23.6%;
  border-radius: 0.625rem;
  border: 1px solid var(--graygreen-500, #c5cfc6);
  overflow: hidden;
  margin-bottom: auto;
}

.top-corporate-supporters__figure img {
  aspect-ratio: 240 / 120;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__figure {
    width: 28.6%;
    border-radius: 0.22919rem;
    border: 0.367px solid var(--graygreen-500, #c5cfc6);
  }
}

.top-corporate-supporters__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__body {
    gap: 0.31rem;
  }
}

.top-corporate-supporters__data {
  color: var(--gray-600, #a7a7a7);
  font-family: Roboto;
  font-size: 0.94331rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.32063rem */
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__data {
    font-size: 0.75rem;
  }
}

.top-corporate-supporters__title {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--black-700, #333);
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.top-corporate-supporters__title span {
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__title {
    font-size: 0.875rem;
  }
}

/*ご支援いただいた法人・団体 ロゴ一覧
-------------------------*/
.top-corporate-supporters__logo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.3rem;
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__logo-list {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.7rem;
  }
}

.top-corporate-supporters__logo-list--small {
  margin-bottom: 2.3rem;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(169px, 1fr));
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__logo-list--small {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(111px, 1fr));
    gap: 0.7rem;
  }
}

.top-corporate-supporters__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18%;
  aspect-ratio: 169/92;
  border: 1.474px solid var(--graygreen-200, #ebefe7);
  background: #fff;
}

.top-corporate-supporters__logo img {
  width: 95%;
  height: 75px;
  object-fit: contain;
}

.top-corporate-supporters__logo-list--small .top-corporate-supporters__logo img {
  /* width: 140px;
  height: 50px; */
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__logo img {}

  .top-corporate-supporters__logo-list--small .top-corporate-supporters__logo img {
    /* width: 90px; */
  }
}

@media screen and (max-width: 540px) {
  .top-corporate-supporters__icon {
    display: none;
  }
}

/*---------------------------------------------

	下層ページヘッダー

---------------------------------------------*/

.single-page {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .single-page {}
}

/*---------------------------------------------

	認定団体アコーディオン

---------------------------------------------*/

.c-read {
  padding: 2.5rem 0 3.5rem 0;
}

@media screen and (max-width: 540px) {
  .c-read {
    padding: 2rem 0 3rem 0;
  }
}

.c-read__text,
.category-read-block__text {
  color: var(--black-700, #333);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 1.8rem */
}

@media screen and (max-width: 540px) {

  .c-read__text,
  .category-read-block__text {
    font-size: 0.875rem;
  }
}

.category-read-block__text a {
  color: #006E09;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.category-read-block__text .category-read-block__text--small {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-top: 0.5rem;
}

.c-read__text span {
  font-weight: 700;
  background: var(--lightyellow, #fffde6);
  mix-blend-mode: multiply;
}

/*---------------------------------------------

	認定団体アコーディオン

---------------------------------------------*/
.p-org-archive-list {
  position: relative;
  margin-bottom: 6rem;
  padding-bottom: 0rem;
}

@media screen and (max-width: 540px) {
  .p-org-archive-list {
    margin-bottom: 4rem;
  }
}

.p-org-archive-list:has([data-target="area"].is-active)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/pages/organization/bg-map.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 39.24431rem;
  max-width: 100%;
  height: 36.97825rem;
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .p-org-archive-list:has([data-target="area"].is-active)::after {
    top: 80px;
    width: 22.68494rem;
    height: 21.375rem;
  }
}

.p-org-archive-tab-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 540px) {
  .p-org-archive-tab-block {
    gap: 0;
  }
}

.p-org-archive-tab-block::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--graygreen-200, #ebefe7);
}

.p-org-archive-tabs {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.p-org-archive-tabs__tab--search {
  display: flex;
  padding: 0 1rem 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.4rem */
  cursor: pointer;
}

.p-org-archive-tab,
.p-org-archive-tab a {
  position: relative;
  padding: 0 1rem 0.875rem 1rem;
  color: var(--gray-500, #bfbfbf);
  font-family: "Zen Maru Gothic";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 2.275rem */
  z-index: 1;
  border-bottom: 4px solid transparent;
}

.is-active.p-org-archive-tab {

  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 2.275rem */
  border-bottom: 4px solid var(--green-900, #006e09);
}

.is-active.p-org-archive-tab,
.is-active.p-org-archive-tab a {
  color: var(--black-700, #333);
}

@media screen and (max-width: 540px) {
  .p-org-archive-tab {
    padding: 0 0.875rem 0.45rem 0.875rem;
    font-size: 0.6875rem;
    letter-spacing: -0.03438rem;
  }

  .p-org-archive-tab span {
    font-size: 1.125rem;
    line-height: 140%;
    letter-spacing: -0.05625rem;
  }
}

.p-org-archive-tab--search {
  padding: 0;
}

.p-org-archive-tab--search img {
  width: 2.8125rem;
}

@media screen and (max-width: 540px) {
  .p-org-archive-tab--search {
    padding: 0.5rem 0.5rem 0.48rem 0.5rem;
  }

  .p-org-archive-tab--search img {
    width: 1.25rem;
  }
}

.p-org-archive-tab--all {
  padding: 0 1rem 1.1rem 1rem;
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.4rem */
}

#tab-all.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  /* これを付けると完全にクリック不可にもできる */
}

@media screen and (max-width: 540px) {
  .p-org-archive-tab--all {
    padding: 0 0.4rem 0.8rem 0.4rem;
    font-size: 0.8125rem;
  }
}

.p-org-card-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2rem;
}

@media screen and (max-width: 540px) {
  .p-org-card-list {
    margin-top: 1.4rem;
  }
}

.p-org-group-accordion__item {
  padding: 1.2rem 0;
  border-bottom: solid 1px var(--graygreen-500, #c5cfc6);
}

@media screen and (max-width: 540px) {
  .p-org-group-accordion__item {
    padding: 0.8rem 0;
  }
}

.p-org-group-accordion__item.is-open {
  padding-bottom: 2.8rem;
}

.p-org-group-accordion__item:first-child {
  border-top: solid 1px var(--graygreen-500, #c5cfc6);
}

.p-org-group-accordion__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .p-org-group-accordion__item.is-open {
    padding-bottom: 1.8rem;
  }

  .p-org-group-accordion__head {
    padding-right: 0.62rem;
    gap: 1.25rem;
  }
}

.p-org-group-accordion__label {
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.575rem */
}

@media screen and (max-width: 540px) {
  .p-org-group-accordion__label {
    font-size: 1rem;
  }
}

.p-org-group-accordion__label-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.p-org-group-accordion__label-main {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 540px) {
  .p-org-group-accordion__label-main {
    gap: 0.5rem;
  }
}

.p-org-group-accordion__count {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.625rem;
  gap: 0.625rem;
  height: 1.1875rem;
  color: var(--white, #fff);
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.4rem */
  border-radius: 2.5rem;
  background: var(--orange-600, #fa8240);
}

@media screen and (max-width: 540px) {
  .p-org-group-accordion__count {
    font-size: 0.875rem;
  }
}

.p-org-group-accordion__text {
  color: var(--black-700, #333);
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 540px) {
  .p-org-group-accordion__text {
    font-size: 0.8125rem;
  }
}

.p-org-group-accordion__panel {
  display: none;
}

.p-org-group-accordion__icon {
  display: flex;
  transition: 0.2s;
  transform: rotate(90deg);
  width: 0.625rem;
  height: 0.625rem;
}

.p-org-group-accordion__item.is-open .p-org-group-accordion__icon {
  transform: rotate(-90deg);
}

.p-org-card__meta-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (max-width: 540px) {
  .p-org-card__meta-block {
    gap: 0.1rem;
  }
}

.p-org-card__meta-block:nth-of-type(2) {
  width: 4.875rem;
}

.p-org-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 92.4%;
  padding-right: 2rem;
  border-radius: 0.625rem;
  border: 1px solid var(--graygreen-500, #c5cfc6);
  background: #fff;
  overflow: hidden;
  /* カード */
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  transition: 0.3s;

  &:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 840px) {
  .p-org-card {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    padding: 0.94rem 1.2rem 1rem 1rem;
    gap: 0.5rem;
  }

  .p-org-card::before {
    content: "";
    border-bottom: 1px solid var(--graygreen-200, #ebefe7);
    align-self: stretch;
    order: 1;
  }
}

.p-org-card__img {
  width: 6.4rem;
  overflow: hidden;
}

.p-org-card__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 540px) {
  .p-org-card__img {
    width: 5.75rem;
  }
}

.p-org-card__wrapper {
  position: relative;
  display: flex;
  gap: 1rem;
  flex: 1;
  padding: 0.8rem 2rem 0.8rem 1.3rem;
}

@media screen and (max-width: 840px) {
  .p-org-card__wrapper {
    flex-direction: column;
  }
}

.p-org-card::after {
  content: "";
  background-image: url(../img/icons/arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  /* margin: auto; */
  order: 3;
}

@media screen and (max-width: 840px) {
  .p-org-card::after {
    display: none;
  }
}

.p-org-card__meta::after {
  content: "";
  border-left: 1px solid var(--graygreen-200, #ebefe7);
  align-self: stretch;
}

.p-org-card__name {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  flex-direction: column;
  padding: 0 0.625rem;
  /* min-width: 15rem; */
  min-width: 18.8vw;
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  flex: 0 1 0;
}

@media screen and (max-width: 540px) {
  .p-org-card__name {
    margin-bottom: 0.66rem;
    padding: 0;
  }
}

.p-org-card__name-type {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  /* 1.05rem */
}

@media screen and (max-width: 540px) {
  .p-org-card__name-type {
    font-size: 0.625rem;
  }
}

.p-org-card__name-main {
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  /* 1.4rem */
}

@media screen and (max-width: 540px) {
  .p-org-card__name-main {
    font-size: 0.875rem;
  }
}

.p-org-card__meta {
  position: relative;
  display: flex;
  flex: 1;
  gap: 1rem;
  align-items: center;
}

@media screen and (max-width: 840px) {
  .p-org-card__meta {
    flex-direction: column;
  }
}

.p-org-card__meta::before {
  content: "";
  border-right: 1px solid var(--graygreen-200, #ebefe7);
  align-self: stretch;
}

.p-org-card__meta-item {
  display: flex;
  justify-content: space-between;
  min-width: 14.175rem;
  padding: 0.625rem 0.375rem 0.6875rem 0.375rem;
  order: 1;
}

@media screen and (max-width: 930px) {
  .p-org-card__meta-item {
    justify-content: flex-start;
    gap: 0.3rem;
    min-width: auto;
    width: 100%;
    padding: 0;
  }
}

.p-org-card__meta-label {
  color: var(--gray-600, #a7a7a7);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.2rem */
}

@media screen and (max-width: 540px) {
  .p-org-card__meta-label {
    font-size: 0.625rem;
  }
}

.p-org-card__meta-value-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-org-card__meta-value {
  margin: 0;
  display: flex;
}

.p-org-card__meta-value.p-org-card__meta-value-area {
  padding: 0.125rem 0.4rem;
  height: 1.5rem;
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-radius: 1.25rem;
  background: var(--graygreen-200, #ebefe7);
}

@media screen and (max-width: 540px) {
  .p-org-card__meta-value:not(.p-org-card__meta-value-area) {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-org-card__meta-value--others {
  /* padding: 0.14506rem 0.23438rem 0.22994rem 0.14063rem;
  font-size: 0.59581rem;
  line-height: 110%;
  text-align: center; */
}

.p-org-card__meta-cat {
  width: 3.5625rem;
}

@media screen and (max-width: 540px) {
  .p-org-card__meta-cat {
    width: 2.8125rem;
  }
}

.p-org-card__content {
  display: flex;
  flex-direction: column;
}

.p-org-card__meta-item--message {
  order: 1;
  width: 30.9%;
  /* min-width: 17rem; */
  padding: 0 0.625rem;
  overflow: hidden;
  color: var(--black-700, #333);
  text-align: justify;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  background-color: transparent;
  border: none;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 840px) {
  .p-org-card__meta-item--message {
    padding: 0;
    width: 100%;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 540px) {
  .p-org-card__meta-item--message {
    text-align: left;
  }
}

.p-org-card__meta-item--icon {
  order: 1;
}

/* 右側の中身 */
.p-org-card__body {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

@media screen and (max-width: 540px) {
  .p-org-card__body {
    width: 100%;
  }
}

.p-org-card__detail {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.8rem 0;
  /* border-right: 1px solid var(--graygreen-200, #EBEFE7); */
}

@media screen and (max-width: 830px) {
  .p-org-card__detail {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
  }
}

.p-org-card__detail::after {
  content: "";
  border-left: 1px solid var(--graygreen-200, #ebefe7);
  align-self: stretch;
}

.p-org-card__detail::before {
  content: "";
  border-left: 1px solid var(--graygreen-200, #ebefe7);
  align-self: stretch;
  order: 2;
}

/* 検索
-------------------------*/
.search-form-4 {
  display: flex;
  align-items: center;
  width: 480px;
  max-width: 95%;
  overflow: hidden;
  border-radius: 0.375rem;
  border: 1px solid var(--graygreen-500, #c5cfc6);
  background: var(--white, #fff);
}

.search-form-4 input {
  width: 250px;
  height: 45px;
  padding: 5px 15px 5px 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}

/* プレースホルダーの色（未入力のとき） */
.search-form-4 input::placeholder {
  color: var(--gray-500, #bfbfbf);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.4rem */
}

/* 入力文字の色（共通） */
.search-form-4 input {
  color: #333;
  /* 濃いめのテキストカラー */
}

.search-form-4 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.search-form-4 button::before {
  width: 1.9375rem;
  height: 1.9375rem;
  background-image: url("../img/icons/icon-loupe.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

/*---------------------------------------------

	認定団体詳細

---------------------------------------------*/
.p-org-single,
.has-eyecatch .single-post {
  margin-top: -4rem;
}

.single-page {
  border-bottom: solid 1px var(--graygreen-500, #c5cfc6);
}

@media screen and (max-width: 540px) {
  .p-org-single {
    margin-top: -5rem;
  }
}

/* 詳細ページ|イントロ
-------------------------*/
.p-org-single-intro {
  /* margin-top: 3.25rem; */
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: solid 1px var(--graygreen-500, #c5cfc6);
}

@media screen and (max-width: 540px) {
  .p-org-single-intro {
    margin-bottom: 2.25rem;
    padding-bottom: 2rem;
  }
}

/* サムネ */
.p-org-single-intro__thumb {
  margin-bottom: 0.8rem;
}

.p-org-single-intro__thumb img,
section.single-post .p-org-single-intro__thumb img {
  aspect-ratio: 790 / 395;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__thumb {
    margin-bottom: 2rem;
  }
}

.page-org-single-thumbnail img {
  aspect-ratio: 2 / 1;
  object-fit: contain;
}

/* 本拠地〜寄付額：2カラム */
.p-org-single-intro__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  /* 左は伸びる、右は内容幅 */
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
}

@media (max-width: 540px) {
  .p-org-single-intro__summary {
    padding: 0;
    margin-bottom: 2.75rem;
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}

/* 左：メタ（横並び＋折り返し） */
.p-org-single-intro__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__meta {
    justify-content: center;
  }
}

.p-org-single-intro__meta-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
}

.p-org-single-intro__meta-block-cat {
  min-width: 5.5rem;
}

.p-org-single-intro__meta-block--bunya-icon {
  width: 4.10063rem;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__meta-block--bunya-icon {
    width: 3.6875rem;
  }
}

.p-org-single-intro__meta-label {
  color: var(--gray-600, #a7a7a7);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.4rem */
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__meta-label {
    font-size: 0.75rem;
  }
}

/* ピル（埼玉 / 犬 / 猫…） */
.p-org-single-intro__meta-pill {
  display: flex;
  width: 1.84694rem;
  height: 1.84694rem;
  justify-content: center;
  align-items: center;
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 0.92344rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 1.64906rem;
  background: var(--graygreen-200, #ebefe7);
}

.p-org-single-intro__meta-pill--area {
  padding: 0.4375rem 1.0625rem;
  width: auto;
  height: 2.25rem;
  font-size: 1rem;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__meta-pill {
    font-size: 0.75rem;
  }

  .p-org-single-intro__meta-pill--area {
    padding: 0.34375rem 0.88rem;
    height: 1.9375rem;
    font-size: 0.875rem;
  }
}

.p-org-single-intro__meta-pill--others {
  font-size: 0.7rem;
  text-align: center;
}

.p-org-single-intro__meta-value-wrapper {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__meta-value-wrapper {
    gap: 0.625rem;
  }
}

/* 右：寄付額（中は横並び） */
.p-org-single-intro__donation {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__donation-body {
    width: 100%;
  }
}

.p-org-single-intro__donation-body-wrapper {
  gap: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-org-single-intro__donation-label {
  color: var(--black-700, #333);
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 1.6rem */
}

.p-org-single-intro__donation-number {
  color: var(--black-700, #333);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 2.4rem */
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__donation-number {
    font-size: 1.25rem;
  }
}

.p-org-single-intro__donation-unit {
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__donation-unit {
    font-size: 0.875rem;
  }
}

.p-org-single-intro__donation-note {
  color: var(--gray-600, #a7a7a7);
  text-align: right;

  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 1.35rem */
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__donation-note {
    font-size: 0.6875rem;
    text-align: center;
  }
}

/* 詳細ページ|リード
-------------------------*/
.p-org-single-intro__read {
  position: relative;
  margin-bottom: 2.25rem;
  padding: 1.25rem 0.625rem;
  border-radius: 1.25rem;
  background: var(--green-100, #f2f9e5);
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__read {
    margin-bottom: 1.4rem;
  }
}

.p-org-single-intro__read::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/common/circle-dark.svg);
  width: 26.1875rem;
  height: 25.375rem;
  background-position: center;
  background-repeat: no-repeat;
  fill: var(--green-100, #f2f9e5);
  filter: blur(62px);
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__read::before {
    width: 15.5625rem;
    height: 15.07963rem;
  }
}

.p-org-single-intro__read {}

.p-org-single-intro__read p,
.collaboration .p-org-single-intro__read p {
  margin-bottom: 0 !important;
  color: #000;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 2rem */
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__read p {
    font-size: 1.0625rem;
  }
}

.p-org-single-intro__read-text p {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  .p-org-single-intro__read-text p {
    font-size: 1rem;
  }
}

/* 本文
-------------------------*/
/* .p-single-main h2:not(.c-report__title) {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  .p-single-main h2:not(.c-report__title) {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}

.p-single-main h2:not(.c-report__title, .p-donate-block-group h2)::before {
  left: 0;
  display: block;
  content: "";
  background-image: url(../img/common/deco-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.3125rem;
  height: 3.5625rem;
}

@media screen and (max-width: 540px) {
  .p-single-main h2:not(.c-report__title)::before {
    width: 2.93744rem;
  }
} */

.p-single-main h5 {
  margin-bottom: 1.5rem;
  color: var(--green-600, #5ea321);
  font-family: "Zen Maru Gothic";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  .p-single-main h5 {
    margin-bottom: 0.8rem;
    font-size: 1.0625rem;
  }
}

.p-single-main p {
  color: #000;

  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  .p-single-main p {
    font-size: 0.875rem;
  }
}

/* 関連記事
-------------------------*/
@media screen and (max-width: 540px) {
  .p-org-single-report-block h2.c-report__title {
    font-size: 1.0625rem;
  }

  .p-org-single-report-block h2.c-report__title::before {
    display: none;
  }
}



/*---------------------------------------------

	スライダー

---------------------------------------------*/

.p-org-single-slider {
  margin: 0 calc(50% - 50vw) 5rem calc(50% - 50vw);
}

@media screen and (max-width: 540px) {
  .p-org-single-slider {
    margin-bottom: 3.5rem;
  }
}

.p-org-single-slider__item {
  margin: 0 0.8rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-org-single-slider__item img {
  aspect-ratio: 275 / 185;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

/*---------------------------------------------

	メッセージ

---------------------------------------------*/

.p-org-single-message__wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 2.125rem 1.5625rem 2.4375rem 3.3125rem;
  gap: 2.4rem;
  border-radius: 0.625rem;
  border: 2px solid var(--graygreen-500, #c5cfc6);
  background: #fff;
}

.p-org-single-message__wrapper:first-child {
  margin-bottom: 0;
}

@media screen and (max-width: 540px) {
  .p-org-single-message__wrapper {
    padding: 1rem 0.9rem 1.8rem 0.9rem;
    gap: 1rem;
  }
}

.p-org-single-message__staff-icon {
  width: 8.375rem;
  border-radius: 1.44625rem;
  overflow: hidden;
}

.p-org-single-message__staff-icon img {
  height: 100%;
  vertical-align: middle;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 540px) {
  .p-org-single-message__staff-icon {
    width: 6.25rem;
    border-radius: 1.12113rem;
  }
}

.p-org-single-message__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media screen and (max-width: 540px) {
  .p-org-single-message__body {
    gap: 0.8rem;
  }
}

.p-org-single-message__body--sp {
  display: contents;
}

@media screen and (max-width: 540px) {
  .p-org-single-message__body--sp {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

p.p-org-single-message__company-name {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  p.p-org-single-message__company-name {
    font-size: 0.8125rem;
  }
}

.p-org-single-message__name-box {
  margin-bottom: 0.8rem;
  flex: 1;
}

@media screen and (max-width: 540px) {
  .p-org-single-message__name-box {
    margin: 0;
  }
}

p.p-org-single-message__name {
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  p.p-org-single-message__name {
    font-size: 1.0625rem;
  }
}

.p-org-single-message__text-wrapper {
  display: flex;
  padding: 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  background: var(--green-100, #f2f9e5);
}

p.p-org-single-message__text {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  p.p-org-single-message__text {
    font-size: 0.8125rem;
  }
}

/* 情報
-------------------------*/
.p-org-single-info-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.6;
}

.p-org-single-info-table tr {
  display: table-row;
}

.p-org-single-info-table th,
.p-org-single-info-table td {
  padding: 0.625rem;
  border: 1px solid var(--graygreen-500, #c5cfc6);
}

/* 左の見出し列 */
.p-org-single-info-head {
  width: 22.6%;
  color: var(--black-700, #333);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-align: left;
  background: var(--graygreen-200, #ebefe7);
}

@media screen and (max-width: 540px) {
  .p-org-single-info-head {
    width: 31.3%;
    padding: 0.3rem 0.63rem;
    font-size: 0.8125rem;
  }
}

/* 右側データ列 */
.p-org-single-info-data {
  color: var(--black-700, #333);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  .p-org-single-info-data {
    font-size: 0.8125rem;
  }
}

/* リンク（緑） */

.p-org-single-info-link,
.p-org-single-info-data a {
  color: var(--green-600, #5ea321);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 540px) {
  .p-org-single-info-link {
    font-size: 0.875rem;
  }
}

.p-org-single-info-data a[href]:not([href^="mailto:"]):not([href^="tel:"]) {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-org-single-info-link:hover,
.p-org-single-info-link:focus {
  text-decoration: underline;
}

.p-org-single-info__more button {
  margin-top: 0.5rem;
  color: var(--black-700, #333);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  background: none;
  border: none;
  margin-left: auto;
  display: block;
}

.p-org-single-info__more button span {
  color: var(--darkorange-600, #E37A2C);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/*---------------------------------------------

	ニュース一覧

---------------------------------------------*/
.p-news-list {
  /* -webkit-column-count: 2;
  column-count: 2; */
}

@media screen and (max-width: 540px) {
  .p-news-list {
    display: flex;
    flex-direction: column;
    column-count: 1;
  }
}

.p-news-list__item {
  display: flex;
  gap: 1.5rem;
  padding: 0.75rem 0;
  border-top: solid 1px var(--graygreen-500, #c5cfc6);
}

.p-news-list__item:first-child {
  border-top: none;
}

.p-news-list__body {
  display: flex;

  gap: 2rem;
}

@media screen and (max-width: 540px) {
  .p-news-list__body {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-news-list__data-block {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 540px) {
  .p-news-list__data-block {
    gap: 1rem;
  }
}


.p-news-list__data {
  color: var(--black-700, #333);
  font-family: Roboto;
  font-size: 0.94331rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.1375rem */
}

.p-news-list__title {
  color: var(--black-700, #333);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.225rem */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 540px) {
  .p-news-list__title {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
  }
}

.p-news-list__category {
  min-width: 7.25rem;
  color: var(--green-600, #5ea321);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.1375rem */
}

.p-news-list__figure {
  width: 77px;
  height: 69px;
}

.p-news-list__figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.38rem;
  width: 100%;
  margin: 2rem 0 4rem 0;
}

.page-numbers {
  display: flex;
  padding: 0.75rem 1.09375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 2.625rem;
  height: 2.625rem;
  color: var(--green-400, #90b023);
  font-family: Roboto;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2.5rem;
  background: var(--graygreen-200, #ebefe7);
}

.page-numbers.current {
  color: var(--white, #fff);
  font-family: Roboto;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--green-400, #90b023);
  background: var(--green-400, #90b023);
}

/*---------------------------------------------

	レスポンシブ

---------------------------------------------*/


.single-post .page_link_wrap ul {
  display: flex;
  gap: 1.75rem;

  padding: 0.5rem 0;
  border-top: 1px solid var(--graygreen-500, #C5CFC6);
  border-bottom: 1px solid var(--graygreen-500, #C5CFC6);
}

.single-post .page_link_wrap ul:before {
  content: "";
  border: 0.5px solid var(--graygreen-500, #C5CFC6);
  align-self: stretch;
}

@media screen and (max-width: 540px) {
  .single-post .page_link_wrap ul {
    flex-direction: column;
    gap: 1rem;
  }
}

.single-post .page_link_wrap ul li {
  flex-basis: 50%;
}

.single-post .page_link_wrap ul li:first-child {
  order: -1;
}

@media screen and (max-width: 540px) {
  .single-post .page_link_wrap ul li {
    flex-basis: 50%;
  }
}


.single-post .page_link_wrap ul li a {
  display: flex;
  gap: 1.4rem
}

.single-post .page_link_wrap ul li a .clearfix {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.page_link_wrap {
  margin-top: 3.8rem;
}

.post_pr_nx .title {
  margin: 0;
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 1.575rem */
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-post .page_link_wrap ul li a div .img {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  aspect-ratio: 1/1;
  width: 3.5625rem;
}

.single-post .page_link_wrap ul li a div .img img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post .page_link_wrap ul li a .prev_mark,
.single-post .page_link_wrap ul li a .next_mark {
  display: inline-flex;
  padding: 2.02763rem 0.77244rem;
  align-items: center;
  border-radius: 0.38619rem;
  background: var(--green-900, #006E09);
  box-shadow: 0 0 3.09px 0 rgba(0, 0, 0, 0.25);
}

.single-post .page_link_wrap ul li a .prev_mark::before,
.single-post .page_link_wrap ul li a .next_mark::before {
  content: "";
  display: block;
  width: 0.51394rem;
  height: 1.03588rem;
  background-image: url("../img/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.single-post .page_link_wrap ul li.prev .prev_mark::before {
  transform: rotate(180deg);
}

.single-post .page_link_wrap ul li.next a,
.single-post .page_link_wrap ul li.next div {
  flex-direction: row-reverse;
}

.p-org-single-info__row.is-hidden {
  display: none;
}

/* .p-org-single-info__more {
  margin-top: 1.5rem;
  text-align: center;
} */



/*---------------------------------------------

	レスポンシブ

---------------------------------------------*/

/* スマートフォン（SP）の場合のスタイル設定 */
@media only screen and (max-width: 540px) {
  .emsp {
    display: inline;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}