@charset "UTF-8";
.mainContents {
  padding-top: 120px;
  padding-bottom: 200px;
}
@media (min-width: 751px) {
  .mainContents {
    padding-top: 30px;
  }
}
.mainContents .crumb-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  padding-right: 50px;
}
.mainContents .crumb-list li:not(:last-child):after {
  content: "-";
  margin: 0 1em;
  color: #00A06D;
}
.mainContents .crumb-list a {
  color: #00A06D;
}
@media (min-width: 751px) {
  .mainContents__inner {
    width: min((1160 / 1440) * 100%, 1160px);
    margin: auto;
  }
}
.mainContents .page-ttl {
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
@media (min-width: 751px) {
  .mainContents .page-ttl {
    font-size: 3.8rem;
    margin-bottom: 45px;
  }
}
.mainContents .page-ttl__en {
  font-size: 1.2rem;
  color: #00A06D;
  margin-bottom: 10px;
}
@media (min-width: 751px) {
  .mainContents .page-ttl__en {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}
.mainContents .page-lead {
  margin-bottom: 40px;
}
.mainContents .page-lead p {
  margin: 0;
}
@media (min-width: 751px) {
  .mainContents .page-lead {
    margin-bottom: 45px;
  }
}
.mainContents .page-nav {
  margin-bottom: 100px;
}
@media (min-width: 751px) {
  .mainContents .page-nav {
    padding: 30px 50px;
    border-radius: 4px 4px 10px 4px;
    background: #fafafc;
  }
}
@media (max-width: 750px) {
  .mainContents .page-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
  }
}
@media (min-width: 751px) {
  .mainContents .page-nav__list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .mainContents .page-nav__list li:not(:last-child) {
    margin-right: 70px;
  }
}
.mainContents .page-nav__list a {
  color: #00A06D;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.mainContents .page-nav__list a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico-down.svg) no-repeat center center;
  background-size: contain;
  margin-left: 4px;
}
@media (max-width: 750px) {
  .mainContents .page-nav__list a {
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #FAFAFC;
    font-size: 1.4rem;
  }
}
.mainContents .section:not(:last-child) {
  margin-bottom: 140px;
}
@media (min-width: 751px) {
  .mainContents .section:not(:last-child) {
    margin-bottom: 160px;
  }
}
.mainContents .section__ttl {
  border-left: solid 2px #00A06D;
  padding-left: 12px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (min-width: 751px) {
  .mainContents .section__ttl {
    padding-left: 15px;
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.mainContents .section__txt {
  word-break: break-all;
}
.mainContents .section__txt p:not(:last-child) {
  margin-bottom: 20px;
}
.mainContents .section__txt small {
  font-size: 1.4rem;
}
.mainContents .section__txt a {
  color: #00A06D;
}
.mainContents .section--border {
  border-bottom: solid 1px #CEE6DF;
  padding-bottom: 30px;
}
.mainContents .sub-section:not(:last-child) {
  margin-bottom: 60px;
}
.mainContents .sub-section__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #00A06D;
}
@media (min-width: 751px) {
  .mainContents .sub-section__ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.mainContents .sub-section__ttl a {
  color: #00A06D;
  display: flex;
  display: -webkit-flex;
  width: fit-content;
  align-items: center;
}
.mainContents .sub-section__ttl a:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/activity/btn_open.svg) no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.mainContents .sub-section__ttl a.on:before {
  background: url(../img/activity/btn_off.svg) no-repeat;
  background-size: contain;
}
.mainContents .table {
  width: 100%;
  border-top: solid 1px #CEE6DF;
  border-spacing: 0;
}
.mainContents .table th {
  width: 34.0298507463%;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 751px) {
  .mainContents .table th {
    width: 17.2413793103%;
  }
}
.mainContents .table th, .mainContents .table td {
  border-bottom: solid 1px #CEE6DF;
  vertical-align: baseline;
  padding: 30px 0;
}

/* 財団について */
@media (max-width: 750px) {
  .about-page .msg-area__pic {
    margin-bottom: 26px;
  }
}
@media (min-width: 751px) {
  .about-page .msg-area {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .about-page .msg-area__pic {
    width: 34.4827586207%;
  }
  .about-page .msg-area__info {
    width: 58.6206896552%;
  }
}
.about-page .msg-area__info__ttl {
  color: #00A06D;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .about-page .msg-area__info__ttl {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.about-page .msg-area__info__name {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 751px) {
  .about-page .msg-area__info__name {
    margin-top: 6px;
    font-size: 2rem;
  }
}
.about-page .msg-area__info__bottom {
  text-align: right;
  margin-top: 2em;
}
.about-page .history-list {
  position: relative;
}
.about-page .history-list:before {
  content: "";
  display: block;
  border-left: solid 2px #CEE6DF;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 15px;
}
.about-page .history-list .history {
  padding-left: 20px;
  position: relative;
}
@media (min-width: 751px) {
  .about-page .history-list .history {
    padding-left: 65px;
    display: flex;
    display: -webkit-flex;
  }
}
.about-page .history-list .history:before {
  content: "";
  display: block;
  width: 15px;
  position: absolute;
  left: 0;
  top: 10px;
  border-bottom: solid 1px #CEE6DF;
}
@media (min-width: 751px) {
  .about-page .history-list .history:before {
    width: 40px;
  }
}
.about-page .history-list .history:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 1px;
  top: 10px;
  background: #00A06D;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.about-page .history-list .history:not(:last-child) {
  margin-bottom: 50px;
}
.about-page .history-list .history__year {
  font-weight: bold;
  color: #00A06D;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 750px) {
  .about-page .history-list .history__year {
    margin-bottom: 18px;
    font-size: 2.2rem;
  }
}
@media (min-width: 751px) {
  .about-page .history-list .history__year {
    width: 84px;
    font-size: 2.4rem;
  }
}
@media (min-width: 751px) {
  .about-page .history-list .history__month-list {
    width: calc(100% - 84px - 70px);
    margin-left: auto;
  }
}
.about-page .history-list .history__month-list .history__month__row {
  display: flex;
  display: -webkit-flex;
}
.about-page .history-list .history__month-list .history__month__row:not(:last-child) {
  margin-bottom: 40px;
}
.about-page .history-list .history__month-list .history__month__row .history__month {
  font-weight: bold;
  margin-right: 12px;
  display: inline-block;
  min-width: 40px;
}
@media (min-width: 751px) {
  .about-page .history-list .history__month-list .history__month__row .history__month {
    margin-right: 30px;
  }
}

/*-----------------------------------------
事業内容
-------------------------------------------*/
@media (min-width: 751px) {
  .business-page .page-nav__list {
    flex-wrap: wrap;
    gap: 20px 50px;
  }
  .business-page .page-nav__list li {
    flex: 0 0 auto;
  }
  .business-page .page-nav__list li:not(:last-child) {
    margin-right: 0;
  }
  .business-page .page-nav__list a {
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .business-page .page-nav__list {
    display: block;
  }
  .business-page .page-nav__list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------
活動報告
-------------------------------------------*/
.activity-page .section__txt:not(:last-child) {
  margin-bottom: 30px;
}
.activity-page .section {
  position: relative;
}
.activity-page .section .section__bottom {
  position: absolute;
  left: 0;
  bottom: -20px;
  transform: translateY(100%);
}
.activity-page .section .section__bottom small {
  font-size: 1.4rem;
}
/* 活動報告一覧（ニュース風フィルター + アコーディオン） */
.activity-report-section {
  margin-top: 10px;
}
.activity-report-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.activity-report-section .year-list-container {
  margin-left: auto;
  width: 20rem;
  margin-bottom: 30px;
  position: relative;
}
.activity-report-section .active-year {
  border: solid 1px #707070;
  cursor: pointer;
  height: 4.8rem;
  line-height: 4.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  padding-right: 2.6rem;
  color: #393A3A;
  position: relative;
  background: #fff;
}
.activity-report-section .active-year.is-open:after {
  transform: translateY(-60%) rotate(180deg);
}
.activity-report-section .active-year:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-60%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.6rem solid #707070;
  transition: 0.3s;
  transform-origin: 50% 67%;
}
.activity-report-section .year-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: solid 1px #707070;
  border-top: none;
  background: #FFF;
  z-index: 20;
}
.activity-report-section .year-list li a {
  display: block;
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 0 2rem;
  color: #393A3A;
}
.activity-report-section .year-list li a:hover {
  opacity: 1;
  background: #F7F7F7;
}
.activity-report-tabs {
  margin-bottom: 35px;
}
.activity-report-tabs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: solid 1px #CDCAC6;
}
.activity-report-tabs li {
  flex: 1 1 auto;
  min-width: 0;
}
.activity-report-tabs a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #393A3A;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #fff;
  border: solid 1px #CDCAC6;
  border-bottom: none;
  transition: 0.3s;
  padding: 12px 8px;
  line-height: 1.4;
  height: 100%;
}
.activity-report-tabs a:hover,
.activity-report-tabs a.active {
  opacity: 1;
  background: #00A06D;
  border-color: #00A06D;
  color: #fff;
}
.activity-report-list {
  border-top: solid 1px #CEE6DF;
}
.activity-report-item {
  border-bottom: solid 1px #CEE6DF;
  scroll-margin-top: 96px;
}
body.ssf-activity-deep-link:not(.ssf-activity-deep-link-ready) #activity-report-results {
  visibility: hidden;
}
body.ssf-activity-deep-link .activity-report-item.is-open .activity-report-item__body,
body.ssf-activity-deep-link .activity-report-item.is-open .activity-report-item__body-inner {
  transition: none;
}
.activity-report-item__head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
  column-gap: 0;
  padding: 22px 50px 22px 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.activity-report-item__head:hover {
  opacity: 1;
}
.activity-report-date {
  font-size: 1.6rem;
  letter-spacing: 0;
  flex: 0 0 auto;
  margin-right: 14px;
}
.activity-report-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #00A06D;
  min-height: 2.4rem;
  padding: 0 10px;
  margin-right: 36px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-radius: 0;
  max-width: 100%;
}
.activity-report-ttl {
  flex: 1 1 auto;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  min-width: 0;
}
.activity-report-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: url(../img/activity/btn_open.svg) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.activity-report-item.is-open .activity-report-toggle {
  background-image: url(../img/activity/btn_off.svg);
}
.activity-report-item__body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease;
}
.activity-report-item.is-open .activity-report-item__body {
  grid-template-rows: 1fr;
}
.activity-report-item__body-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.activity-report-item.is-open .activity-report-item__body-inner {
  padding: 0 0 30px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease 0.08s, visibility 0.35s ease 0.08s;
}
@media (prefers-reduced-motion: reduce) {
  .activity-report-item__body,
  .activity-report-item__body-inner {
    transition: none;
  }
}
.activity-report-item__upper {
  margin-bottom: 25px;
}
.activity-report-meta {
  width: 100%;
  background: #fafafc;
  padding: 20px 40px;
  margin: 0;
}
.activity-report-meta__row {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0;
  border-bottom: solid 1px #E0E0E0;
  margin: 0;
}
.activity-report-meta__row:last-child {
  border-bottom: none;
}
.activity-report-meta dt {
  flex: 0 0 11rem;
  font-weight: 700;
  color: #00A06D;
  font-size: 1.4rem;
  margin: 0;
}
.activity-report-meta dd {
  flex: 1 1 auto;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.activity-report-content {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.activity-report-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  overflow-x: visible;
  padding-bottom: 4px;
}
.activity-report-gallery__item {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.activity-report-gallery__item:empty,
.activity-report-gallery__item:not(:has(img)) {
  display: none;
}
.activity-report-gallery__item img {
  width: auto;
  height: auto;
  max-height: 240px;
  max-width: 100%;
  border: none;
  border-radius: 0;
  display: block;
}
.activity-report-empty {
  padding: 40px 0;
  text-align: center;
  color: #707070;
}
.activity-report-results.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 750px) {
  .activity-report-section .year-list-container {
    width: 100%;
  }
  .activity-report-section .active-year {
    height: 4.4rem;
    line-height: 4.2rem;
    font-size: 1.6rem;
  }
  .activity-report-section .year-list li a {
    height: 4.4rem;
    line-height: 4.2rem;
    font-size: 1.6rem;
  }
  .activity-report-tabs {
    margin-bottom: 25px;
  }
  .activity-report-tabs ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .activity-report-tabs li {
    flex: 0 0 auto;
  }
  .activity-report-tabs a {
    font-size: 1.2rem;
    padding: 10px 12px;
    white-space: nowrap;
  }
  .activity-report-item__head {
    padding: 18px 44px 18px 0;
  }
  .activity-report-date {
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .activity-report-cat {
    margin-right: 0;
  }
  .activity-report-ttl {
    font-size: 1.6rem;
    flex: 0 0 100%;
    width: 100%;
  }
  .activity-report-gallery {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .activity-report-gallery__item {
    max-width: none;
  }
  .activity-report-gallery__item img {
    max-height: 240px;
  }
  .activity-report-meta dt {
    flex: 0 0 100%;
    margin-bottom: 4px;
  }
}

/*-----------------------------------------
お問い合わせ
-------------------------------------------*/
.contact-page .page-txt {
  margin-bottom: 60px;
}
.contact-page .contact-button {
  width: 100%;
  height: 64px;
  border-radius: 4px 4px 10px 4px;
  background: #00A06D;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .contact-page .contact-button:before {
    content: "";
    display: block;
    width: 32px;
    height: 22px;
    background: url(../img/common/ico-mail.svg) no-repeat;
    background-size: contain;
    margin-right: 8px;
  }
}
@media (min-width: 751px) {
  .contact-page .contact-button {
    width: 420px;
    height: 70px;
    font-size: 1.8rem;
  }
  .contact-page .contact-button:before {
    content: "";
    display: block;
    width: 36px;
    height: 25px;
    background: url(../img/common/ico-mail.svg) no-repeat;
    background-size: contain;
    margin-right: 14px;
  }
}

/*-----------------------------------------
PRIVACY POLICY
-------------------------------------------*/
.privacy-page .page-txt {
  margin-bottom: 60px;
}
.privacy-page .privacy-section:not(:last-child) {
  margin-bottom: 60px;
}
.privacy-page .privacy-section__ttl {
  font-size: 2rem;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
}
@media (min-width: 751px) {
  .privacy-page .privacy-section__ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.privacy-page .privacy-section__ttl__num {
  margin-right: 0.5em;
}
.privacy-page .privacy-section__ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.privacy-page .privacy-section__ol li {
  display: flex;
  display: -webkit-flex;
}
.privacy-page .privacy-section__ol li:before {
  counter-increment: item;
  content: "(" counter(item) ")";
}
@media (min-width: 751px) {
  .privacy-page .privacy-section__grid {
    width: 490px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .privacy-page .privacy-section__grid__td__inner {
    width: fit-content;
  }
}
.privacy-page .privacy-section__grid__th {
  font-weight: bold;
}
@media (max-width: 750px) {
  .privacy-page .privacy-section__grid__th:not(:first-child) {
    margin-top: 1.5em;
  }
}
@media (min-width: 751px) {
  .privacy-page .privacy-section__grid__td__right {
    text-align: right;
  }
}
.privacy-page .privacy-section__grid a {
  color: inherit;
}
.privacy-page .privacy-section__txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
.privacy-page .privacy-section__txt__list li {
  display: flex;
  display: -webkit-flex;
  list-style-type: none;
}
.privacy-page .privacy-section__txt__list li:before {
  content: "・";
}
.privacy-page .privacy-section__bottom {
  text-align: right;
  margin-top: 60px;
}
.privacy-page .privacy-section__bottom p:not(:last-child) {
  margin-bottom: 1.5em;
}
.privacy-page .privacy-section__bottom p .letter-space {
  display: inline-block;
  letter-spacing: 1em;
}
