@charset "utf-8";

.container {
  max-width: 1000px;
}
.greenup {
  padding-top: 10px;
  color: #4d4d4d;
  line-height: 1.7;
}
.greenup img {
  width: auto;
}
.greenup .main_img {
  width: 100%;
  background-image: url("../img/greenup-campaign/main_img.jpg");
  height: 600px;
  background-size: cover;
  background-position: center bottom;
  margin-bottom: 60px;
}
.greenup .main_img .inner {
  position: relative;
  width: 1080px;
  margin: auto;
  height: 420px;
}
.greenup .main_text {
  position: absolute;
  top: 10px;
  width: 650px;
  left: 0;
  right: 0;
  margin: auto;
}
.greenup .main_date {
  position: absolute;
  top: 30px;
  width: 230px;
  right: 0;
}
.greenup-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.greenup-item {
  position: relative;
  width: 125px;
}
.greenup-item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
}
.greenup-item .circle {
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px 30px; 
}
.greenup-item .icon {
  max-height: 48%;
  width: auto;
  height: auto;
  display: block;
  margin-top: 2px;
}
.greenup-item .label {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .02em;
  inline-size: 100%;
  overflow-wrap: anywhere;
}
.greenup-item .arrow {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.item--1 .arrow {
  color: #00a34a;
}
.item--2 .arrow {
  color: #18b7cd;
}
.item--3 .arrow {
  color: #3b82c5;
}
.item--4 .arrow {
  color: #ed7989;
}
.item--5 .arrow {
  color: #00a34a;
}
.greenup-item a:hover .circle {
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  transform: translateY(-2px);
  transition: .2s;
}
/* ▼ 2・4・5のみ調整：ラベルを1行分下へ */
.item--2 .label, .item--4 .label, .item--5 .label {
  /* 既存の 8px に 1行分（1.45em）を加算 */
  /*  margin-top: calc(8px + 1em);*/
}
/* ▼ 2・4・5のみ調整：アイコンを拡大（はみ出さない範囲） */
.item--2 .icon, .item--4 .icon, .item--5 .icon {
  max-width: 90%; /* 既存 72% → 拡大 */
  max-height: 60%; /* 既存 46% → やや拡大（円内に収まる程度） */
}
/* ▼ 2・4・5のみ：上部の余白を少し詰めて全体バランスを確保（任意） */
.item--2 .circle {
  padding-top: 20px; /* 既存 12px → 10px */
}
.campaign {
  text-align: center;
  position: relative;
  margin: 0 0 270px;
}
.campaign-text {
  font-size: 22px;
  font-weight: bold;
  color: #00a34a;
  display: inline-block;
  position: relative;
}
.campaign-text::before, .campaign-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #00a34a;
}
.campaign-text::before {
  left: -70px;
  transform: rotate(45deg);
}
.campaign-text::after {
  right: -70px;
  transform: rotate(-45deg);
}
.bg_01 {
  background-image: url("../img/greenup-campaign/bg_01.png");
  background-repeat: repeat-x;
  height: 253px;
  padding-top: 130px;
  margin-top: -253px;
}
.bg_green {
  background-image: url("../img/greenup-campaign/leaf_01.png");
  background-color: #eff3e4;
  background-repeat: none;
  background-position: center top;
  padding-bottom: 100px;
}
.h2_title {
  margin: 0 0 45px;
  font-size: 30px;
  border-bottom: #00a34a solid 2px;
  display: inline;
}
#activity .h2_title {
  border-bottom: #18b7cd solid 2px;
}
#history .h2_title {
  border-bottom: #3b82c5 solid 2px;
}
#donation .h2_title {
  border-bottom: #ed7989 solid 2px;
}
.h2_img {
  display: block;
  margin: 0px auto 20px;
}
#activity .h2_img {
	margin-bottom: -10px;
}
.illust {
  margin: 40px 0 50px;
}
h3 {
  color: #fff;
  background-color: #00a34a;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  margin-bottom: 20px;
}
.lead {
	margin-top: 40px;
}
.left {
  width: 70%;
  float: left;
}
.right {
  width: 27%;
  float: right;
}
.caption {
  font-size: 14px;
}
.caption span {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}
.greenup .img01_03 {
  width: 100%;
  margin: 20px 0 50px;
}
.bg_02 {
  background-image: url("../img/greenup-campaign/bg_02.png");
  background-repeat: repeat-x;
  height: 120px;
  margin-top: -120px;
}
.bg_white {
  background-image: url("../img/greenup-campaign/leaf_02.png");
  background-repeat: none;
  background-position: center top;
  padding-bottom: 253px;
}
.bg_white .h2_img {
  margin-top: 30px;
}
.bubble {
  display: inline-block;
  background: #00a34a;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 32px 12px;
  border-radius: 9999px; /* 丸み（ピル形状） */
  position: relative;
  text-align: center;
  white-space: nowrap; /* 1行に固定。折り返したい場合は削除 */
  margin: 50px 0 30px;
}
/* 下向きの三角（中央） */
.bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%; /* 要素の真下に配置 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 12px; /* 高さ/左右幅/下辺 */
  border-color: #00a34a transparent transparent transparent;
}
.donation-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
.donation-item {
  width: 236px;
}
.circle {
  width: 236px;
  height: 236px;
  border-radius: 50%;
  background: #f8f5e6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 22px; 
}
.icon {
  max-height: 55%;
  height: auto;
  width: auto;
  display: block;
  margin-top: 2px;
}
.label {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #666;
  letter-spacing: .02em;
}
.donation-item:nth-child(4) .label {
	margin-top: 10px;
}
.img_flex {
  display: flex;
  justify-content: center;
  text-align: center;
  column-gap: 3%;
  margin: 20px 0 0px;
}
.f_18px {
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
}
.oil-box {
  border: 2px solid #00a34a;
  border-radius: 10px;
  padding: 30px;
  max-width: 900px;
  margin: 50px auto;
}
.oil-title {
  color: #00a34a;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.oil-heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.img02_03 {
  margin: 40px 0;
}
.container_2 {
  max-width: 1245px;
  margin: auto;
}
/* -----------------------------------

開閉ボタン

--------------------------------------*/
.gu-accordion {
  margin: 70px 0;
}
/* 緑のバー */
.gu-accordion__bar {
  background: #00a34a;
  color: #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 30px 20px 50px;
}
/* 見出し（白文字） */
.gu-accordion__title {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
}
/* 右側ボタン */
.gu-accordion__btn {
  background: #e7fbc1;
  color: #00a34a;
  font-weight: 700;
  border: 0;
  padding: 5px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
	opacity: 1; 
}
.gu-accordion__btn:hover {
	opacity: 0.8;
}
/* フォーカスリング（アクセシビリティ） */
.gu-accordion__btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .9);
  outline-offset: 2px;
}
/* 矢印の回転（開いたら下向き→上向き） */
.gu-accordion__btn[aria-expanded="true"] .gu-accordion__chev {
  transform: rotate(180deg);
}
/* アニメーション*/
.gu-accordion__chev {
  transition: transform .25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .gu-accordion__chev {
    transition: none;
  }
}
/* パネル（中身） */
.gu-accordion__panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .35s ease, opacity .35s ease;
}

/* 開いている見た目（JSでmax-heightは都度設定） */
.gu-accordion__panel.is-open {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .gu-accordion__panel {
    transition: none;
  }
}


/* 中身の余白と幅 */
.gu-accordion__panelInner {
  padding: 20px 12px 0;
}


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

年表

--------------------------------------*/
.timeline {
  padding: 40px;
  position: relative;
  background-color: rgba(243,237,210,0.50);
  border-radius: 10px;
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  paddinig-bottom: 30px;
  position: relative;
}
.timeline-year {
  font-size: 20px;
  color: #00a34a;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
  position: relative;
  width: 70px;
}
.timeline-marker {
  position: relative;
  width: 30px;
}
.timeline-marker::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 16px;
  width: 9px;
  height: 9px;
  background-color: #00a34a;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.timeline-content {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  flex: 1;
  padding-left: 10px;
  padding-bottom: 20px;
}
.timeline-item {
  align-items: flex-start;
}
.timeline-marker {
  align-self: stretch;
}
.timeline-marker::after {
  top: 0px;
  bottom: 0;
  left: 20px;
  width: 1px;
  background: #00a34a;
  content: "";
  position: absolute;
}
.timeline-item:first-child .timeline-marker::after {
  top: 15px;
}
.timeline-item .flex {
  display: flex;
  column-gap: 3%;
}
.timeline-left {
  width: 55%;
}




.gu-accordion__panelInner p span {
  font-weight: bold;
  color: #00a34a;
}
#future .img_flex {
  margin-bottom: 50px;
}
.weins-links {
  padding: 30px 0;
}
.weins-links__list {
  display: flex;
  gap: 0px 30px;
	justify-content:center;
}
.weins-links__list a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  line-height: 2;
  gap: 8px; 
  position: relative;
  font-weight: bold;
	opacity: 1; 
  transition: opacity 0.3s;
}
.weins-links__list a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #00a34a;
  border-radius: 50%;
  position: relative;
}
.weins-links__list a::before {
  content: "";
  position: absolute;
  right: 6px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
}
.weins-links__list a:hover {
	opacity: 0.8;
}
	.sp {
		display: none;
	}


@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
.greenup .main_img {
  height: auto;
  margin-bottom: 10%;
	text-align: center;
	padding-bottom: 3%;
}
.greenup .main_img .inner {
  position: relative;
  width: 90%;
  margin: auto;
  height: 50%;
}
.greenup .main_text {
  position: relative;
  top: 0%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.greenup .main_date {
  position: relative;
	top: 0;
  width: 40%;
  right: 0;
	left: 0;
	margin: auto;
}	
.container_2 {
  max-width: 90%;
  margin: auto;
}
  .greenup-links {
		display: block;
		gap: 0;
  }
  .greenup-item {
    width: 100%;
  }
  .greenup-item .circle {
    width: 80%;
		height: 17vw;
		border-radius: 10px;
		flex-direction:row;
		margin: 2% auto;
		justify-content: flex-start;
		gap: 0;
		padding: 5px 0 10px 10%; 
		}
	.greenup-item:nth-child(2) .circle{
		padding: 5px 0 10px 6%; 
	}
	.greenup-item .icon {
  max-width: 25vw;
  max-height: 13vw;
  width: auto;
  height: auto;
  display: block;
  margin-top: 0px;
		margin-right: 3%;
}
	.greenup-item .label {
  margin-top: 8px;
  text-align: left;
  font-size: 3.5vw;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .02em;
  inline-size: auto;
	}
	.greenup-item .arrow {
  position: absolute;
  left: 90%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
	
	
.campaign-text {
  font-size: 5vw;
	line-height: 1.5;
}
.campaign-text::before {
  left: -9vw;
  transform: rotate(55deg);
}
.campaign-text::after {
  right: -9vw;
  transform: rotate(-55deg);
}
	
	.bg_01 {
  background-image:
    linear-gradient(
      to top,
      #eff3e4 40%,     /* 下から80%まで色をつける */
      transparent 40%  /* 上は透明 */
    ),
    url("../img/greenup-campaign/bg_01.png");
  background-repeat: no-repeat;
  background-size: 100%;   /* 必要に応じて */
  background-position: center;
  height: 220px;
  padding-top: 100px;
  margin-top: -320px;
}
.bg_green {
  background-image: url("../img/greenup-campaign/leaf_01.png");
  background-color: #eff3e4;
  background-repeat: none;
  background-position: center top;
  padding-bottom: 100px;
	 background-size: 120% auto;
}
	.h2_title {
  margin: 0 0 45px;
  font-size: 5vw;
  border-bottom: #00a34a solid 2px;
	display: inline;
}
	h3 {
	font-size: 5vw;	
		line-height: 1.3;
	}
	
	.img01_02 {
		margin-top: 10px;
	}
.greenup .caption {
  font-size: 3.5vw;
		margin-top: 0;
}
	.caption span {
  font-size: 3.5vw;
}
	
	.bg_02 {
   background-image:
    linear-gradient(
      to top,
      #fff 30%,     /* 下から60%まで色をつける */
      transparent 40%  /* 上は透明 */
    ),
    url("../img/greenup-campaign/bg_02.png");
  background-repeat: no-repeat;
  height: 100px;
  margin-top: -100px;
	background-size: 100%;
}
.bg_white {
  background-image: url("../img/greenup-campaign/leaf_02.png");
  background-repeat: none;
  background-position: center top;
  padding-bottom: 253px;
	margin-top: -70px;
}
	
  /* 1) 段落サイズ */
 .greenup p {
    font-size: 4vw;
  }
	.lead {
		margin-top: 5%;
	}
	.left {
  width: 100%;
  float: left;
}
.right {
  width: 100%;
  float: none;
	margin: auto;
	text-align: center;
}

  /* 2) 2つ並びの画像 → 1列 */
  .img_flex {
    flex-direction: column;
    row-gap: 16px;
  }
  .img_flex > * {
    width: 100%;
  }
  /* （年表ブロック内の横並び画像があればこちらも縦積み） */
  .timeline-item .flex {
    flex-direction: column;
    row-gap: 16px;
  }
  .timeline-left {
    width: 100%;
  }
	.bubble {
		margin-bottom: 5%;
		font-size: 4.5vw;
	}
	
	
	
	
  /* 3) 円オブジェクト → 2列 */
  /* 236pxの寄付サークル */
  .donation-circles {
    display: block;
  }
  .donation-item {
    width: 100%;
  }
  .donation-item .circle {
    width: 100%;
    height: auto;
		border-radius: 10px;
		flex-direction: row;
		justify-content: flex-start;
		margin-bottom: 2%;
		padding: 10px 0 10px 2%;

  }
	.icon {
  max-height: 20vw;
	}
	.label {
  text-align: left;
	}
	.donation-item:nth-child(4) .label {
	margin-top: 0px;
}
	.f_18px {
		font-size: 4vw;
	}

.oil-box {
  border: 2px solid #00a34a;
  border-radius: 10px;
  padding: 30px;
  max-width: 900px;
  margin: 30px auto;
}
.oil-title {
  color: #00a34a;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}
.oil-heading {
  font-size: 4.5vw;
  font-weight: bold;
  margin-top: 20px;
}
.oil-box p {
	margin-top: 0;
}
	
	
	
  /* 4) アコーディオンのボタンを見出しの下・センターに */
	.gu-accordion {
  margin: 5% 0;
}
  .gu-accordion__bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    padding: 16px;
  }
  .gu-accordion__title {
    font-size: 4vw;
  }
  .gu-accordion__btn {
    margin-top: 4px;
		font-size: 3.3vw;
  }

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

年表

--------------------------------------*/
	.timeline {
		padding: 5%;
	}
	
  .timeline-item {
    display: block; 
    padding-bottom: 20px;
    position: relative;
  }

  .timeline-year {
    width: auto;
    text-align: left;
    margin-left: 30px; 
    margin-bottom: 5px;
  }

  .timeline-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
  }

  .timeline-marker::before {
    left: 16px;
    top: 13px;
  }

  .timeline-marker::after {
    left: 20px;
    top: 0;
    bottom: 0;
  }

  .timeline-content {
    padding-left: 35px;
    padding-bottom: 0px;
  }

	
	
	
	
  /* 5) 各団体のリンクは1列に（テキストリンクのリスト） */
  .weins-links__list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .weins-links__list a {
    width: 100%;
		font-size: 4vw;
  }
	.weins-links__list a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #00a34a;
  border-radius: 50%;
  position: relative;
}
.weins-links__list a::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
}
}