/*===============================
sdgs
================================*/
#sdgs {
 margin-top: 90px;
}
@media screen and (min-width: 768px) {
}
/* セクション全体 */
.sdgs-wrap02 {
 background: #fdfdf5;
 padding: 20px 0;
}
@media screen and (min-width: 768px) {
 .sdgs-wrap02 {
  padding: 40px 0;
 }
}
.sdgs-wrap02 .sdgs-title-image {
 text-align: center;
 padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
 .sdgs-wrap02 .sdgs-title-image {
  text-align: center;
  padding-bottom: 30px;
 }
}
.sdgs-small-image {
 padding: 0 25px;
}
@media screen and (min-width: 768px) {
 .sdgs-wrap02 .sdgs-small-image {
  padding: 0;
 }
}
.sdgs-wrap02 .sdgs-title-img {
 max-width: 80%;
 margin-bottom: 20px;
}

/* 大きい画像部分 */
.sdgs-wrap02 .sdgs-main-image img {
 max-width: 100%;
 height: auto;
 margin-bottom: 40px;
}

.sdgs-wrap02 .sdgs-content {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
 margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
 .sdgs-wrap02 .sdgs-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px;
  align-items: flex-start;
 }
}

.sdgs-wrap02 .sdgs-small-image img {
 max-width: 100%;
 height: auto;
 margin-bottom: 20px;
}

.sdgs-wrap02 .sdgs-description {
 max-width: 80%;
 font-size: 16px;
 color: #333;
 line-height: 1.8;
 text-align: left;
 padding-top: 5px;
}
@media screen and (min-width: 768px) {
 .sdgs-wrap02 .sdgs-description {
  max-width: 50%;
  padding-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: left;
 }
}

.sdgs-wrap02 .sdgs-description {
 max-width: 80%;
 font-size: 16px;
 color: #333;
 line-height: 1.7;
 text-align: left;
 padding-top: 5px;
}
@media screen and (min-width: 768px) {
 .sdgs-wrap02 .sdgs-description {
  max-width: 50%;
  padding-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  text-align: left;
 }
}

.sdgs-wrap02 .sdgs-chalkboard {
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-top: 20px;
}

.sdgs-wrap02 .sdgs-chalkboard img {
 max-width: 90%;
 margin-bottom: 10px;
}

.sdgs-wrap02 .chalkboard-text {
 font-size: 18px;
 color: #666;
 text-align: center;
}

.sdgs-report {
 padding: 30px 20px;

 border-radius: 8px;
 font-size: 16px;
 color: #333;
 line-height: 1.8;
}

.sdgs-headline {
 text-align: center;
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 20px;
 line-height: 1.4;
}
.sdgs-headline .highlight {
 background-color: yellow;
 display: inline-block;
 padding: 2px 6px;
}

.sdgs-subtitle {
 font-size: 18px;
 font-weight: bold;
 margin-top: 25px;
 margin-bottom: 10px;
 border-left: 6px solid #c80000;
 padding-left: 10px;
 color: #222;
}

.sdgs-list {
 margin: 0;
 padding-left: 20px;
 list-style-type: disc;
}

.sdgs-section ul {
 padding-left: 20px;
 list-style-type: disc;
 margin: 10px 0;
}

/* SDGs 活動報告 全体 */
.sdgs-wrap02 {
 line-height: 1.8;
 font-size: 1rem;
 color: #333;
}
@media screen and (min-width: 768px) {
 .sdgs-wrap02 {
  line-height: 1.8;
  font-size: 1.1rem;
  color: #333;
 }
}
/* 中央寄せコンテナ */
.sdgs-wrap02 .container {
 max-width: 1000px;
 margin: 0 auto;
}

/* メインタイトル */
.sdgs-title {
 font-size: 1.6rem;
 font-weight: bold;
 text-align: center;
 color: #0066cc;
 margin-bottom: 25px;
 letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
 .sdgs-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #0066cc;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
 }
}
/* 黄色強調キャッチ */
.sdgs-subtitle {
 display: block;
 background: #ffed4a;
 color: #222;
 font-weight: bold;

 font-size: 1.2rem;
 padding: 12px;
 margin: 0 auto 40px;
 max-width: 700px;
 border-radius: 6px;
 line-height: 1.6;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
 .sdgs-subtitle {
  display: block;
  background: #ffed4a;
  color: #222;
  font-weight: bold;

  font-size: 1.7rem;
  padding: 12px 12%;
  margin: 0 auto 40px;
  max-width: 700px;
  border-radius: 6px;
  line-height: 1.6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 }
}
.sdgs-subtitle-saide01 {
 margin-left: 20%;
}
.sdgs-subtitle-saide02 {
 margin-left: 47%;
}

/* SDGs 項目 */
.sdgs-items {
 display: flex;
 text-align: center;
 font-size: 1.1rem;
 margin-bottom: 40px;
 color: #444;
 justify-content: center;
 flex-direction: column;
 align-items: center;
}
@media screen and (min-width: 768px) {
 .sdgs-items {
  display: flex;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #444;
  justify-content: center;
  flex-direction: column;
  align-items: center;
 }
}
/* 各セクションブロック */
.sdgs-block {
 margin-bottom: 40px;
 padding: 0px;
}
@media screen and (min-width: 768px) {
 .sdgs-block {
  margin-bottom: 40px;
  padding: 20px 25px;
 }
}
.sdgs-block h4 {
 font-size: 1.4rem;
 font-weight: bold;
 margin-bottom: 12px;
 color: #222;
}

.sdgs-block p {
 margin: 0;
}

/* リスト */
/* 提供商品リスト（スマホ：1列、PC：2列） */
.sdgs-list {
 display: flex;
 flex-wrap: wrap;
 gap: 10px 30px;
 padding: 0;
 margin: 0;
 list-style: none;
}

.sdgs-list li {
 width: 100%;
 border-bottom: 1px dashed #ccc;
 padding: 6px 0;
}

@media screen and (min-width: 768px) {
 .sdgs-list li {
  width: 48%;
 }
}

.sdgs-list li:last-child {
 border-bottom: none;
}
.sdgs-section {
 margin: 60px auto;
 max-width: 1000px;
 padding: 0px;
 text-align: center;
}
@media screen and (min-width: 768px) {
 .sdgs-section {
  margin: 60px auto;
  max-width: 1000px;
  padding: 0 20px;
  text-align: center;
 }
}
.sdgs-section h3 {
 font-size: 1.2rem;
 font-weight: bold;
 margin-bottom: 10px;
 color: #222;
}
@media screen and (min-width: 768px) {
 .sdgs-section h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
 }
}
.sdgs-date {
 font-size: 0.95rem;
 color: #666;
 margin-bottom: 30px;
}

.sdgs-single-image img {
 width: 100%;
 height: auto;
 max-width: 800px;
 border-radius: 6px;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.sdgs-single-image {
 text-align: center;
}

.sdgs-paragraph {
 margin-bottom: 30px;
 font-size: 1rem;
 color: #333;
 line-height: 1.8;
}

.highlight-orange {
 color: #d44700;
 font-weight: bold;
}

.sdgs-photo-group {
 display: flex;
 flex-wrap: wrap;
 gap: 20px;
 align-items: flex-start;
 justify-content: center;
}

.photo-left {
 flex: 1 1 70%;
 max-width: 640px;
}

.photo-right {
 flex: 1 1 25%;
 display: flex;
 flex-direction: column;
 gap: 15px;
}

.sdgs-photo-group img {
 width: 100%;
 height: auto;
 border-radius: 8px;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sdgs-photo-comment {
 font-size: 1.4em;
 margin-bottom: 10px;
}
/* 提供商品（左右並び） */
.sdgs-photo-group.two-col {
 display: flex;
 gap: 20px;
 justify-content: center;
}

.sdgs-photo-group.two-col .photo-left,
.sdgs-photo-group.two-col .photo-right {
 flex: 1 1 48%;
 max-width: 500px;
}

.sdgs-photo-group.two-col img {
 width: 100%;
 height: auto;
 border-radius: 8px;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
