@charset "UTF-8";


/*defaからの変更↓*/

* {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
/*body {
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/
main p {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page {
	padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  margin-top: 0;
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
	font-weight: 600;
}

.post-name-sdgs h1.page-header_pageTitle:first-child {
	border-bottom: none;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.6);
  text-align: center;
}


h3 {
  border-bottom: none;
}

h3:after {
  border-bottom: none;
}
h4 {
  background-color: transparent;
}

.entry-title--post-type--page, h2 {
  border-top: none;
  border-bottom: none;
}
/*.page .container:not(.siteContent_after .container):not(.siteHeader .container):not(.siteFooter .container):not(.breadSection .container) {
  max-width: inherit;
}
.page .container:not(.siteContent_after .container):not(.siteHeader .container):not(.siteFooter .container):not(.breadSection .container) {
  padding-right: 0;
  padding-left: 0;
}*/

.page .siteContent .container {
  max-width: inherit;
}
.page .siteContent .container {
  padding-right: 0;
  padding-left: 0;
}



.page {
	padding: 0 0 3rem;
}
a {
  text-decoration: none !important;
  color: #000;
}
a:hover {
	text-decoration: none;
  color: #000;
	cursor: pointer;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}

.breadSection {
  border-bottom: none;
}

/*defaからの変更↑*/



.add_sp {
  display: none;
}






/* Color & Variable Settings */
:root {
  --color-main: #337ab7;
  --color-bright: #069EDB;
  --color-accent: #f2a900;
  --color-accent-grad: linear-gradient(135deg, #f2a900 0%, #ff6b00 100%);
  --color-text: #2d3748;
  --color-bg-light: #f1f5f9;
  --color-white: #ffffff;
}


/* Base Layout */
.sec_intro,
.sec_goal,
.sec_hyogo {
  padding: 90px 20px;
  
  color: var(--color-text);
  line-height: 1.85;
  overflow: hidden;
}

/* 1. SECTION INTRO */
.sec_intro {
  background: radial-gradient(circle at 50% 30%, #38bdf8 0%, var(--color-bright) 45%, var(--color-main) 100%);
  position: relative;
  color: var(--color-white);
}
.intro_inner {
  max-width: 960px;
  margin: 0 auto;
}
.intro_head {
  text-align: center;
  margin-bottom: 40px;
}
.intro_sub {
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  color: #fff200;
  font-weight: 800;
  margin-bottom: 6px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.intro_ttl {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: 0.05em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  line-height: 1.4;
}

.intro_body {
  background: rgba(255, 255, 255, 0.96);
  padding: 50px 40px;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 20px 40px rgba(6, 158, 219, 0.2);
  color: var(--color-text);
}

.intro_lead {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-bright);
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.02em;
}

.intro_detail {
  background: #f8fafc;
  padding: 30px 60px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.intro_txt {
 font-size: 16px;
  line-height: 1.9;
  color: var(--color-text);
  font-weight: 500;
  text-align: justify;
}
.intro_txt + .intro_txt {
  margin-top: 18px;
}
.intro_support {
  text-align: center;
  padding-top: 35px;
  border-top: 2px dashed #cbd5e1;
}
.intro_img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.intro_img:hover {
  transform: translateY(-4px);
}
.intro_supportTxt {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-bright);
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}

/* 2. SECTION GOAL */
.sec_goal {
  background-color: var(--color-bg-light);
  position: relative;
}
.goal_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.goal_header {
  text-align: center;
  margin-bottom: 50px;
}

.goal_badge {
  display: inline-block;
  padding: 2.5px 16px 0px;
  background: var(--color-bright);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.25em;
border-radius: 24px;
  margin-bottom: 16px;
}
.goal_ttl {
  font-size: 2.2rem;
  color: #1e293b;
  font-weight: 800;
  line-height: 1.4;
}

.goal_card {
  background-color: var(--color-white);
  border-radius: 24px;
  padding: 60px 50px;
  position: relative;
  box-shadow: 0 20px 40px rgba(6, 158, 219, 0.08);
  z-index: 1;
  overflow: hidden;
}
.goal_card::before {
  content: "09";
  position: absolute;
  top: -40px;
  right: -20px;
  font-size: 280px;
  font-weight: 900;
  color: rgba(242, 169, 0, 0.06);
  line-height: 1;
  z-index: -1;
  user-select: none;
  font-family: Impact, sans-serif;
}

.goal_hero {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 35px;
  border-bottom: 2px solid #f1f5f9;
  margin-bottom: 45px;
}
.goal_iconImg {
  width: 160px;
  height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,0.12));
}
.goal_num {
  font-size: 0.9rem;
  font-weight: 800;
  color: #ff6b00;
  letter-spacing: 0.15em;
  background: rgba(255, 107, 0, 0.1);
  padding: 3px 10px;
  border-radius: 4px;
}
.goal_target {
  font-size: 1.8rem;
  color: #1e293b;
  font-weight: 800;
  margin-top: 8px;
  line-height: 1.4;
}

.goal_block {
  margin-bottom: 20px;
}

.goal_subTtl {
  font-size: 1.25rem;
  color: #1e293b;
  font-weight: 800;
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.goal_subTtl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background: var(--color-accent-grad);
  border-radius: 4px;
}
.goal_subTtl::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e2e8f0 0%, transparent 100%);
  margin-left: 15px;
}

.goal_txt {
  font-size: 1rem;
  color: var(--color-text);
}
.goal_txtHighlight {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1e293b;
  background: linear-gradient(135deg, rgba(242, 169, 0, 0.15) 0%, rgba(255, 107, 0, 0.15) 100%);
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-block;
}

.goal_grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.goal_visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 40px;
}
.goal_visualImg {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
  
}
/* 3枚画像のギャラリーレイアウト */
.goal_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}

/* 左側：縦長画像コンテナ */
.goal_galleryMain {
  height: 455px;
}

.goal_galleryMain .goal_galleryImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  
}

/* 右側：横長画像2枚コンテナ */
.goal_gallerySub {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.goal_gallerySub .goal_galleryImg {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}



/* 3. SECTION HYOGO */
.sec_hyogo {
  background-color: var(--color-white);
}
.hyogo_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.hyogo_box {
  display: flex;
  align-items: center;
  gap: 40px;
  background: linear-gradient(135deg, var(--color-bright) 0%, var(--color-main) 100%);
  padding: 50px;
  border-radius: 24px;
  color: var(--color-white);
  box-shadow: 0 15px 35px rgba(6, 158, 219, 0.25);
  position: relative;
  overflow: hidden;
}
.hyogo_box::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  pointer-events: none;
}
.hyogo_logoBox {
  background-color: var(--color-white);
  padding: 24px;
  border-radius: 16px;
  flex-shrink: 0;
}
.hyogo_logo {
  width: 140px;
  height: auto;
  display: block;
}
.hyogo_tag {
  font-size: 0.8rem;
  color: #fff200;
  letter-spacing: 0.2em;
  font-weight: 800;
}
.hyogo_ttl {
  font-size: 24px;
  color: var(--color-white);
  font-weight: 800;
  margin: 6px 0 12px;
  line-height: 1.4;
}
.hyogo_txt {
  font-size: 16px;
  color: #f1f5f9;
}

/* Responsive */
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
  .add_sp {
  display: block;
}
  
  .sec_intro, .sec_goal, .sec_hyogo {
    padding: 40px 20px;
}
  .intro_body {
    padding: 30px 20px;
  }
  .intro_head {
    margin-bottom: 20px;
}
  .intro_ttl {
    font-size: 1.9rem;
}
  .intro_lead {
    font-size: 18px;
  }
  .intro_detail {
    padding: 20px 10px;
  }
  .intro_txt {
 font-size: 14px;
}
  .intro_supportTxt {
    font-size: 18px;
}
  

  .goal_badge {
    margin-bottom: 6px;
}
    .goal_ttl {
    font-size: 1.9rem;
}
  .goal_header {
    margin-bottom: 20px;
}
  
  .goal_card {
    padding: 35px 20px;
  }
  .goal_card::before {

  font-size: 200px;
top: -30px;
  right: -20px;
}
  .goal_hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 10px;
  }

  
  .goal_visual {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 20px 0 30px;
  }
  .goal_visualImg {
    height: 180px;
  }

  .goal_target {
    font-size: 1.6rem;
}
  
  
  .goal_gallery {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }
.goal_galleryMain {
    height: 240px;
}


  .goal_gallerySub {
    gap: 15px;
  }

  .goal_gallerySub .goal_galleryImg {
    height: 180px;
  }
  
  
  .hyogo_box {
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 20px;
  }
  .hyogo_ttl {
  font-size: 20px;
 
}
  .hyogo_txt {
  font-size: 14px;
}
}