/* ==========================================================================
  イベント概要
========================================================================== */
.gray-box{
  width: 100%;
  max-width: 560px;
}
.other.gray-box {
    max-width: 38rem;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 2rem 1rem;
}
.other.gray-box h4 {
    font-size: 1.2rem;
}
.color-black{
	color: #2A3742!important;
}
.event-list-wrap{
  display: flex;
  justify-content: center;
}
.event-list{
  max-width: 560px;
}
.event-list-item{
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  margin-bottom: .3rem;
}
.event-list-item dt,
.event-list-item dd{
  color: #005CAC;
  text-align: left;
}
.event-list-item dd{
  font-weight: 700;
}

/* 募集要項 */
.event-table {
  width: 100%;
  max-width: 1120px;
  margin: 2rem auto 0;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #005CAC;
  table-layout: fixed;
  overflow: hidden;
}

.event-table th,
.event-table td {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #005CAC;
  text-align: left;
  line-height: 1.8;
  vertical-align: middle;
}

.event-table th {
  width: 16rem;
  background-color: #CDE7FF;
  border-right: 1px dashed #005CAC;
  color: #005CAC;
  font-weight: bold;
  vertical-align: top;
}

.event-table tr:last-child th,
.event-table tr:last-child td {
  border-bottom: none;
}

.event-table .gray-box-sub{
  text-align: left;
}
.event-table .gray-box-sub dt{
  width: 7rem;
}
.event-table .gray-box-sub dd{
  width: 3rem;
}

@media (max-width: 768px) {
  .event-table, 
  .event-table tbody, 
  .event-table tr, 
  .event-table th, 
  .event-table td {
    display: block;
    width: 100% !important;
  }

  .event-table th {
    padding: 1rem 1.25rem;
    border: none;
  }

  .event-table td {
    padding: 1.25rem;
  }
  .event-table .gray-box-sub{
    display: flex;
  }
  .program-box{
    display: block !important;
  }
  .program-box .program-l{
    margin-bottom: 2rem;
  }
  .program-r .program-item dt{
    width: 40% !important;
  }
  .program-r .program-item dd{
    width: 60% !important;
  }
}

.text-catch{
  border-radius: 6.25rem;
  background: #CDE7FF;
  text-align: center;
  color: #005CAC;
  font-weight: 700;
  padding: .5rem 3rem;
}

.program-box{
  display: flex;
	flex-shrink: 1;
	justify-content: space-between;
  gap: 4rem;
}
.program-box h4{
  font-size: 1rem;
  text-align: center;
  color: #005CAC;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.program-box h4::before,
.program-box h4::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 0.45em;
  background-color: currentColor;
  
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="7" viewBox="0 0 20 7" fill="none"%3E%3Cpath d="M4.66623 4.77733C11.7149 8.87752 17.0491 5.73084 19.2544 3.75242C19.4612 3.56693 19.4612 3.24886 19.2544 3.06336C17.0491 1.08491 11.7149 -2.06209 4.66623 2.0381C4.46738 2.15377 4.21224 2.12623 4.04273 1.97071C3.09965 1.10548 1.85442 0.290505 0.551383 0.0103418C0.16009 -0.0737892 -0.113053 0.375232 0.0462476 0.742399C0.411622 1.58454 0.796588 2.75383 0.796588 3.40771C0.796588 4.0616 0.411622 5.23089 0.0462476 6.07303C-0.113053 6.4402 0.16009 6.88922 0.551383 6.80509C1.85442 6.52492 3.09965 5.70995 4.04273 4.84472C4.21224 4.6892 4.46738 4.66166 4.66623 4.77733Z" fill="black"/%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="7" viewBox="0 0 20 7" fill="none"%3E%3Cpath d="M4.66623 4.77733C11.7149 8.87752 17.0491 5.73084 19.2544 3.75242C19.4612 3.56693 19.4612 3.24886 19.2544 3.06336C17.0491 1.08491 11.7149 -2.06209 4.66623 2.0381C4.46738 2.15377 4.21224 2.12623 4.04273 1.97071C3.09965 1.10548 1.85442 0.290505 0.551383 0.0103418C0.16009 -0.0737892 -0.113053 0.375232 0.0462476 0.742399C0.411622 1.58454 0.796588 2.75383 0.796588 3.40771C0.796588 4.0616 0.411622 5.23089 0.0462476 6.07303C-0.113053 6.4402 0.16009 6.88922 0.551383 6.80509C1.85442 6.52492 3.09965 5.70995 4.04273 4.84472C4.21224 4.6892 4.46738 4.66166 4.66623 4.77733Z" fill="black"/%3E%3C/svg%3E');
}

.program-box .program-r h4::before,
.program-box .program-r h4::after {
  display: none;
}

.program-l,.program-r{
  width: 100%;
  border-radius: 2.5rem;
  border: 1.25rem solid #CDE7FF;
  padding: 1.2rem 2.5rem;
}
.program-r{
  border-color: #f4f4f4;
}

.program-item{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  line-height: 1;
}
.program-item dt{
  width: 40%;
}
.program-item dd{
  width: 60%;
}
.program-item dt img{
  border-radius: 1.2rem 0;
}

.program-r .program-item{
  margin-bottom: 2rem;
  font-size: clamp(0.8rem, 0.9vw, 0.875rem);
}
.program-r .program-item dt{
  width: 30%;
  color: #005CAC;
  font-family: Outfit;
  letter-spacing: 0.7px;
  text-align: right;
}
.program-r .program-item dd{
  width: 70%;
}

.none-diver .text-catch{
  color: #fff;
  background-color: #FF75B1;
}
.none-diver h4,
.none-diver .program-r dt{
  color: #FF75B1;
}
.none-diver .program-l{
  border-color: #FF75B1;
}

/* ==========================================================================
  レポート
========================================================================== */
.report-table {
  width: 100%;
  max-width: 1120px;
  margin: 2rem auto 0;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #005CAC;
  color: #005CAC;
  table-layout: fixed;
  overflow: hidden;
}

.report-table th,
.report-table td {
  padding: 1.5rem 2rem;
  border-bottom: 1px dashed #005CAC;
  border-right: 1px solid #005CAC;
  line-height: 1.8;
  vertical-align: middle;
  text-align: center;
}
.report-table th {
  background: #CDE7FF;
  border-bottom: 1px solid #005CAC;
}
.report-table tr td:first-child {
  font-weight: bold;
}
.report-table tr th:last-child,
.report-table tr td:last-child {
  border-right: none;
}
.report-table tr:last-child td {
  border-bottom: none;
  background-color: #f4f4f4;
}

@media (max-width: 768px) {
  .report-table th,
  .report-table td {
    padding: 1rem;
  }
}

/* スライダー */
.report-slider-container {
  margin: 0 auto;
}
.report-slider-container .slick-slider {
  width: auto;
}
.report-slide-img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: clamp(4rem, 6vw, 6.25rem) 0;
  margin: 0 auto;
      max-width: 43.75rem;
}
.report-slide-text {
  margin: 1.5rem 0;
  text-align: center;
}

/* ドットの親要素 */
.slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
  gap: 0.75rem; /* ドット同士の間隔 */
}

.slick-dots li {
  width: 20px; /* SVGの幅に合わせて調整 */
  height: 7px;  /* SVGの高さに合わせて調整 */
}

.slick-dots li button {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  
  /* --- 非アクティブ時の色 --- */
  background-color: #BBB !important;
  
  /* SVGをマスクとして指定 */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="7" viewBox="0 0 20 7" fill="none"%3E%3Cpath d="M4.66623 4.77733C11.7149 8.87752 17.0491 5.73084 19.2544 3.75242C19.4612 3.56693 19.4612 3.24886 19.2544 3.06336C17.0491 1.08491 11.7149 -2.06209 4.66623 2.0381C4.46738 2.15377 4.21224 2.12623 4.04273 1.97071C3.09965 1.10548 1.85442 0.290505 0.551383 0.0103418C0.16009 -0.0737892 -0.113053 0.375232 0.0462476 0.742399C0.411622 1.58454 0.796588 2.75383 0.796588 3.40771C0.796588 4.0616 0.411622 5.23089 0.0462476 6.07303C-0.113053 6.4402 0.16009 6.88922 0.551383 6.80509C1.85442 6.52492 3.09965 5.70995 4.04273 4.84472C4.21224 4.6892 4.46738 4.66166 4.66623 4.77733Z" fill="black"/%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="7" viewBox="0 0 20 7" fill="none"%3E%3Cpath d="M4.66623 4.77733C11.7149 8.87752 17.0491 5.73084 19.2544 3.75242C19.4612 3.56693 19.4612 3.24886 19.2544 3.06336C17.0491 1.08491 11.7149 -2.06209 4.66623 2.0381C4.46738 2.15377 4.21224 2.12623 4.04273 1.97071C3.09965 1.10548 1.85442 0.290505 0.551383 0.0103418C0.16009 -0.0737892 -0.113053 0.375232 0.0462476 0.742399C0.411622 1.58454 0.796588 2.75383 0.796588 3.40771C0.796588 4.0616 0.411622 5.23089 0.0462476 6.07303C-0.113053 6.4402 0.16009 6.88922 0.551383 6.80509C1.85442 6.52492 3.09965 5.70995 4.04273 4.84472C4.21224 4.6892 4.46738 4.66166 4.66623 4.77733Z" fill="black"/%3E%3C/svg%3E');
  
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* --- アクティブ時の色 --- */
.slick-dots li.slick-active button {
  background-color: #005CAC !important;
  transform: scale(1.1); /* わずかに強調 */
}

/* ==========================================================================
  活動概要
========================================================================== */
.member-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 5rem;
}

.member-list li {
    display: grid;
    text-align: center;
}

@media (max-width: 567.8px) {
.member-list {
    display: block;
}
.member-list li {
        grid-template-columns: auto 1fr;
        gap: 2rem;
        align-items: center;
        margin-bottom: 1rem;
        text-align: left;
}
.member-list li:last-of-type{
	margin-bottom: 0;
}
.member-list li img {
    height: 2rem;
}
}

/* ==========================================================================
  寄付をする
========================================================================== */
.contribute-box{
  margin-bottom: 2rem;
}
.contribute-box dt{
  color: #005CAC;
  font-weight: bold;
  background-color: #CDE7FF;
  border-radius: 5px;
  padding: .5rem 1rem;
}
.contribute-box dd{
  padding: 1rem 2rem 0;
}
.contribute-box dd li{
  color: #bbb;
}
.contribute-box dd li a{
  color: #FF75B1;
  text-decoration: underline;
}
.contribute-box dd li a:hover{
  text-decoration: none;
}

/* ==========================================================================
  ニュース
========================================================================== */
.news-tags{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.news-tags li,
.news-list-item .news-icon,
.news-detail-title .news-icon{
  line-height: 1;
  color: #005CAC;
  font-size: 12px;
  padding: 6px 13px;
  border-radius: 1.6rem;
  background: #f4f4f4;
}
.news-tags li.current{
  background: #CDE7FF;
}

.news-list{
  border-top: 1px dashed #bbb;
  margin-top: 2rem !important;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
}

.news-list-item{
  width: calc((100% - (1.5rem * 3)) / 4);
}
@media (max-width: 768px) {
  .news-list-item{
    width: calc((100% - 1.5rem) / 2);
  }
}
.news-list-item dt{
  line-height: 1;
  margin-bottom: 1rem;
}
.news-list-item dt img{
  border-radius: clamp(1.75rem, 4vw, 2.5rem) 0;
}
.news-list-item dd{
  font-size: 14px;
}
.news-list-item .news-icon{
  display: inline-block;
  background: #CDE7FF;
  margin-bottom: .75rem;
}
.news-list-item .news-date{
  font-size: 12px;
  color: #005CAC;
  font-family: Outfit;
  letter-spacing: 2.4px;
  line-height: 1;
  margin-bottom: .5rem;
      display: block;
}

article.news-list-item h3.news-title {
    font-size: 1rem;
    color: rgb(42, 55, 66);
    font-weight: 400;
	    text-align: left;
}

.news-list-item__thumb img {
    border-radius: clamp(1.75rem, 4vw, 2.5rem) 0;
	width: 100%;
}

/* ページ送り */
.pagination-container {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  align-items: center;
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #005CAC;
  font-size: 14px;
  transition: all 0.3s;
}

.pagination li a:hover {
}

.pagination li.active a {
  border-radius: 50%;
  background-color: #005CAC;
  color: #fff;
}

.pagination li.dots {
  padding: 0 5px;
}

.pagination li.arrow a {
  position: relative;
  border-radius: 50%;
  background-color: #f4f4f4;
}
.pagination li.arrow a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
}

.pagination li.prev a::before {
  transform: rotate(-135deg);
    left: 0%;
    position: relative;
}
.pagination li.next a::before {
  transform: rotate(45deg);
    left: -5%;
    position: relative;
}
.pagination li.arrow a:hover {
  opacity: .5;
}

/* ニュース／記事 */
.news-detail-title .news-icon{
  background-color: #CDE7FF;
}
.news-detail-title .date{
  font-size: 14px;
  color: #005CAC;
  font-family: Outfit;
  letter-spacing: 2.4px;
  line-height: 1;
  margin-right: 1.5rem;
}
.news-detail-title h1{
  font-size: clamp(1.625rem, 3.7vw, 2rem);
  color: #2A3742;
  margin-top: 2rem;
  text-align: left;
}

.news-detail{
  border-top: 1px dashed #bbb;
  margin-top: 1rem !important;
  padding-top: 3rem;
}
.news-detail .grid,
.news-detail .text{
  margin-top: 2rem;
  padding: 0 2rem;
  gap: 2rem;
}
.news-detail img{
  width: auto;
}

.migrated-acf figure img {
    margin: 0 auto;
    margin-top: 2rem;
}

.news-detail h2{
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #005CAC;
  padding: 1rem 1.5rem;
  border-left: 4px solid #005CAC;
  background-color: #f9f9f9;
  text-align: left;
}

.news-detail h3{
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #005CAC;
  padding-bottom: .5rem;
  border-bottom: 2px solid #005CAC;
  margin-top: 3.5rem;
  text-align: left;
}

.news-detail h4{
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #2A3742;
  margin-top: 3.5rem;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}
.news-detail h4:before{
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 1rem;
  background-color: #CDE7FF;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);;
}

.news-detail h5{
  font-size: 1rem;
  color: #2A3742;
  font-weight: bold;
  margin-top: 3.5rem;
  padding: 0 2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .news-detail .grid div:nth-of-type(odd){
    margin-bottom: 2rem;
  }
  .news-detail h2{
    padding: .5rem 1rem;
  }
  .news-detail .grid,
  .news-detail .text,
  .news-detail h5{
    padding: 0;
  }
}

