@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000F08;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
}

.en {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}

/* SDGs
--------------------------------------------------*/
/* 導入
--------------------------------------------------*/
#sdgs_intro {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #sdgs_intro {
    padding: 60px 0;
  }
}
#sdgs_intro .wrap_sdgs_intro {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
#sdgs_intro .wrap_sdgs_intro .catch {
  margin: 0;
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-weight: 700;
}
#sdgs_intro .wrap_sdgs_intro .lead {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000F08;
}
@media screen and (max-width: 768px) {
  #sdgs_intro .wrap_sdgs_intro .lead {
    font-size: 1.6rem;
  }
}

/* テーマカード
--------------------------------------------------*/
#sdgs_themes .wrap_sdgs_themes .theme_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  #sdgs_themes .wrap_sdgs_themes .theme_list {
    gap: 60px;
  }
}
#sdgs_themes .wrap_sdgs_themes .theme_card {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 50px 40px;
  background-color: #EDF3FD;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #sdgs_themes .wrap_sdgs_themes .theme_card {
    gap: 40px;
    padding: 30px;
  }
}
@media screen and (max-width: 449px) {
  #sdgs_themes .wrap_sdgs_themes .theme_card {
    padding: 20px;
  }
}
#sdgs_themes .wrap_sdgs_themes .theme_head {
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 4vw, 50px);
}
@media screen and (max-width: 999px) {
  #sdgs_themes .wrap_sdgs_themes .theme_head {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #sdgs_themes .wrap_sdgs_themes .theme_head {
    gap: 20px;
  }
}
#sdgs_themes .wrap_sdgs_themes .theme_img {
  flex: 0 0 auto;
  width: clamp(300px, 30vw, 415px);
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #sdgs_themes .wrap_sdgs_themes .theme_img {
    margin-inline: auto;
    width: 100%;
    max-width: 440px;
  }
}
#sdgs_themes .wrap_sdgs_themes .theme_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 440/350;
  -o-object-fit: cover;
     object-fit: cover;
}
#sdgs_themes .wrap_sdgs_themes .theme_body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#sdgs_themes .wrap_sdgs_themes .ttl {
  margin: 0;
  font-size: clamp(2.4rem, 2.85vw, 3.4rem);
  font-weight: 700;
  color: #2F5BFF;
}
#sdgs_themes .wrap_sdgs_themes .desc {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sdgs_themes .wrap_sdgs_themes .desc {
    font-size: 1.6rem;
  }
}
#sdgs_themes .wrap_sdgs_themes .sdg_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sdgs_themes .wrap_sdgs_themes .sdg_list li {
  flex: 0 0 auto;
}
#sdgs_themes .wrap_sdgs_themes .sdg_list img {
  display: block;
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  #sdgs_themes .wrap_sdgs_themes .sdg_list img {
    width: 56px;
    height: 56px;
  }
}
#sdgs_themes .wrap_sdgs_themes .initiative {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #sdgs_themes .wrap_sdgs_themes .initiative {
    gap: 20px;
  }
}
#sdgs_themes .wrap_sdgs_themes .initiative_ttl {
  margin: 0;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000F08;
  position: relative;
  padding-left: 30px;
}
#sdgs_themes .wrap_sdgs_themes .initiative_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #2F5BFF;
}
#sdgs_themes .wrap_sdgs_themes .initiative_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #sdgs_themes .wrap_sdgs_themes .initiative_list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
#sdgs_themes .wrap_sdgs_themes .initiative_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  border-radius: 7px;
  padding: 20px;
}
#sdgs_themes .wrap_sdgs_themes .initiative_card .txt {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #sdgs_themes .wrap_sdgs_themes .initiative_card .txt {
    font-size: 1.6rem;
  }
}

/* メッセージ
--------------------------------------------------*/
#sdgs_message {
  padding: 130px 0 150px;
}
@media screen and (max-width: 999px) {
  #sdgs_message {
    padding: 80px 0;
  }
}
#sdgs_message .wrap_sdgs_message {
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 6vw, 100px);
}
@media screen and (max-width: 999px) {
  #sdgs_message .wrap_sdgs_message {
    flex-direction: column;
    gap: 20px;
  }
}
#sdgs_message .wrap_sdgs_message .message_side {
  flex: 0 0 auto;
  width: 343px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  #sdgs_message .wrap_sdgs_message .message_side {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  #sdgs_message .wrap_sdgs_message .message_side .message_img {
    margin-inline: auto;
    max-width: 400px;
  }
}
#sdgs_message .wrap_sdgs_message .message_side .message_img img {
  display: block;
  width: 100%;
  height: auto;
}
#sdgs_message .wrap_sdgs_message .message_body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#sdgs_message .wrap_sdgs_message .message_body .catch {
  margin: 0;
  font-size: clamp(2.4rem, 3.4vw, 3.4rem);
  font-weight: 700;
}
#sdgs_message .wrap_sdgs_message .message_body .txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #sdgs_message .wrap_sdgs_message .message_body .txt p {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=sdgs.css.map */