@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}
.module_title{
  display: none;
}
.blg_txt {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

.Yu-Gothic {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  vertical-align: bottom;
  width: 100%;
}

p,
span,
h1,
h2,
h3,
h4,
div,
nav {
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  scroll-padding-top: 0px;
  /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1.6875;
}

/* ======================================== */
/* 共通CSS */
/* ======================================== */
.onlyPC {
  display: none;
}

@media (min-width: 700px) {
  .onlyPC {
    display: block;
  }
}

@media (min-width: 700px) {
  .onlyPC2 {
    display: none;
  }
}

@media (min-width: 700px) {
  .onlySP {
    display: none;
  }
}

.wht_txt {
  color: #ffffff;
}

.ttl {
  font-size: 55.7rem;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #fff;
  color: #222;
}

/* ベース */
.bleague-header {
  width: 100%;
  background-color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  position: fixed;
  z-index: 100;
}

.header-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo a:hover{
  opacity: 0.5;
}
/* ロゴ部分 */
.header-logo img {
  display: block;
  height: 28px; /* 必要に応じて調整 */
  width: auto;
}

/* サポートロゴ部分 */
.header-support {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-support a:hover{
  opacity: 0.5;
}

.header-support .support-text {
  font-size: 12px;
  color: #333;
}

.header-support img {
  height: 40px; /* 必要に応じて調整 */
  display: block;
  width: auto;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .bleague-header {
    padding: 2px 12px;
  }

  .header-logo img {
    height: 24px;
  }

  .header-support .support-text {
    font-size: 10px;
  }

  .header-support img {
    height: 49px;
  }
}









/* kv-------------------- */
/* loop */
.kv_logo{
  width: 270px;
  margin: 3rem auto;
  display: block;
}
@media screen and (min-width: 700px) {
  .kv_logo{
  width: 600px;
  display: block;
  }
}

.loop {
  display: flex;
  overflow: hidden;
}

.loop__box {
  display: flex;
  animation: loop-list 80s linear infinite;
  padding-top: 37px;
}

.loop__box2 {
  display: flex;
  animation: loop-list2 80s linear infinite;
}

.loop__item {
  width: calc(100vw / 3);
  display: block;
}
@media screen and (min-width: 700px) {
  .loop__item {
    width: calc(100vw / 4.5);
}
}
.loop__item img {
  width: 100%;
}

.type_loop__item {
  width: calc(100vw / 2);
  display: block;
}

.type_loop__item img {
  width: 100%;
}


@keyframes loop-list {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}


@keyframes loop-list2 {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}
/* /loop */





.message_contents {
  text-align: center;
  padding-bottom: 3rem;
}

.message_contents p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 3rem;
  width: calc(100% - 40px);
  margin: 5rem auto 0;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 700px) {
  .message_contents p {
  font-size: 1.5rem;
  line-height: 3.9rem;
  text-align: center;
  }
}

.message_logo {
  width: 200px;
  margin: 0 auto 5rem;
  display: block;
}
@media (min-width: 700px) {
  .message_logo {
  width: 260px;
  }
}
.icon_blank {
  width: 17px;
  margin-left: 10px;
}

.about_bg {
  background-color: rgb(242, 242, 242);
}

.about_section {
  text-align: center;
  padding: 50px 0px;
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 700px) {
.about_title{
font-size: 2.6rem;
line-height: 3.8rem;
}
}

.about_title .about_jp {
  font-size: 26px;
  font-weight: 800;
  color: #c00;
}
@media (min-width: 700px) {
  .about_title .about_jp {
      font-size: 3.7rem;
  }
}
.about_title .about_en {
  font-size: 20px;
  font-weight: 600;
  color: #c00;
  font-style: italic;
}

.about_desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 30px 0 40px;
  text-align: left;
}
@media (min-width: 700px) {
  .about_desc {
    text-align: center;
  }
}
.about_imgbox img {
  width: 100%;
  max-width: 600px;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-radius: 20px;
}
.about_program_texts {
  padding-bottom: 1rem;
}

@media (min-width: 700px) {
.about_program_texts {
  padding-bottom: 5rem;
}
}

.about_btn {
  display: inline-block;
  background: #c00;
  color: #fff;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.4rem;
  margin-top: 3rem;
}

.about_btn:hover {
  background: #900;
}




/* 実施内容 */
:root {
  --conduct-max: 1100px;
  --conduct-text: #111;

  /* タブ色 */
  --tab-hokkaido: #168bdc;
  --tab-kanto: #6b3fa0;
  --tab-chubu: #2a8a3a;
  --tab-kinki: #f0a200;
  --tab-chugoku: #ef6b21;
  --tab-kyushu: #c82424;
}

.about_program_imgs img {
  width: 200px;
  margin: 0 auto 2rem;
  display: block;
}

@media (min-width: 700px) {
  .about_program_imgs img {
    width: 315px;
    margin: 0 auto;
  }
}

.about_program_text {
  font-size: 1.4rem;
  text-align: left;
}

.about_program_box {
  background-color: #F7F7F7;
  max-width: 850px;
  padding: 20px;
  padding: 40px 20px 30px;
  border-radius: 20px;
}
@media (min-width: 700px) {
  .about_program_box {
      padding: 0;
  }
}
@media (min-width: 700px) {
  .about_program_flex {
    display: flex;
    gap: 3rem;
    box-sizing: border-box;
    padding: 50px 70px 30px;
    margin: 0 auto;
    align-items: center;
  }
}

.conduct_section {
  padding: 0 20px;
}

.conduct_container {
  max-width: var(--conduct-max);
  margin: 0 auto;
}

/* 見出し */
.conduct_clubs_title {
  display: grid;
  justify-items: center;
  margin: 0 0 30px;
}

.conduct_clubs_jp {
  font-weight: 800;
  font-size: 2.6rem;
  letter-spacing: .04em;
}
@media (min-width: 700px) {
  .conduct_clubs_jp {
    font-size: 3.7rem;
  }
}

.conduct_clubs_en {
  font-style: italic;
  font-weight: 700;
  color: #d10a14;
  font-size: 2rem;
}

/* タブ */
.conduct_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  justify-content: center;
  margin: 16px 0 24px;
  font-size: 1.3rem;
}


.conduct_tab {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .45em;
  padding: 10px 16px;
  color: #fff;
  font-weight: 800;
  border-radius: 9999px;
  transition: filter .2s ease, transform .06s ease;
  width: 160px;
  justify-content: center;
}

.conduct_tab[aria-selected="true"] {
  filter: brightness(1.1) saturate(1.05);
}

.conduct_tab:active {
  transform: translateY(1px);
}

.conduct_tab--north {
  background: var(--tab-hokkaido);
}

.conduct_tab--kanto {
  background: var(--tab-kanto);
}

.conduct_tab--chubu {
  background: var(--tab-chubu);
}

.conduct_tab--kinki {
  background: var(--tab-kinki);
}

.conduct_tab--chugoku {
  background: var(--tab-chugoku);
}

.conduct_tab--kyushu {
  background: var(--tab-kyushu);
}

/* グリッド */
.conduct_clubgrid {}

@media (min-width: 700px) {
  .conduct_clubgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    gap: 5rem;
    margin: 0 auto;
  }
}

/* カード */
.conduct_card {
  display: grid;
  gap: 10px;
  margin-top: 2rem;
}
@media (min-width: 700px) {
  .conduct_card {
      margin-top: 0rem;
  }
}
.conduct_card_head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.conduct_card_logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.conduct_card_name {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

/* メディア（画像固定） */
.conduct_card_media {
  position: relative;
}

.conduct_card_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* リンク */
.conduct_card_link {
  margin-top: 2px;
  text-align: center;
}

.conduct_link {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  font-weight: 800;
  font-size: 14px;
  color: var(--conduct-text);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}







/* ーーーーーーーーーーーーーーーーーーーーーーーー */
/* 団体 */
/* ーーーーーーーーーーーーーーーーーーーーーーーー */

:root {
  --group-max: 1100px;
  --group-text: #111;
  --group-muted: #666;
}

/* セクション全体 */
.group_section {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.group_container {
  max-width: var(--group-max);
  margin: 0 auto;
}

/* 見出し */
.group_title {
  text-align: center;
  display: grid;
  justify-items: center;
  margin-bottom: 3rem;
  margin-top: 5rem;
}

.group_title_jp {
  font-weight: 800;
  font-size: 2.6rem;
  letter-spacing: .04em;
}
@media (min-width: 700px) {
  .group_title_jp {
      font-size: 3.7rem;
  }
}
.group_title_en {
  font-style: italic;
  font-weight: 700;
  color: #d10a14;
  font-size: 2rem;
}

/* 団体ごとの項目 */
.group_item {
  align-items: center;
}

@media (min-width: 700px) {
  .group_item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
  }
}

.group_logo {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.group_logo a:hover{
  opacity: 0.5;
}
.group_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.group_text p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--group-text);
}


.group_item {
  padding-bottom: 40px;
}

/* PC時（2カラム） */
@media (min-width: 700px) {
  .group_list {
    max-width: 700px;
    margin: 0 auto;
  }

  .group_item {
    grid-template-columns: 200px 1fr;
    gap: 55px;
  }
}








/* ーーーーーーーーーーーーーーーーーーーーーーーー */
/* 関連する防災の取り組み */
/* ーーーーーーーーーーーーーーーーーーーーーーーー */
:root {
  --attempt-max: 1100px;
  --attempt-text: #111;
  --attempt-muted: #666;
  --attempt-accent: #d10a14;
  /* タイトル英字の赤 */
  --attempt-chip: #f4f5f7;
  /* 項目ボックスの背景 */
}

.attempt_section {
  padding-top: 50px;
}

.attempt_container {
  max-width: var(--attempt-max);
  margin: 0 auto;
}

/* 見出し */
.attempt_title {
  display: grid;
  gap: 6px;
  place-items: center;
  text-align: center;
  margin: 0 0 clamp(22px, 4vw, 32px);
}

.attempt_title_jp {
  font-weight: 900;
  font-size: clamp(26px, 4.4vw, 40px);
  letter-spacing: .04em;
}

.attempt_title_en {
  font-style: italic;
  font-weight: 800;
  color: var(--attempt-accent);
  font-size: clamp(16px, 2.4vw, 22px);
}

/* リスト全体 */
.attempt_list {
  display: grid;
  max-width: 680px;
  margin: 0 auto 5rem;
  width: calc(100% - 40px);
}
@media (min-width: 700px) {
.attempt_list {
    width: calc(100% - 0px);
}
}
/* 各項目ボックス */
.attempt_item {
  background: var(--attempt-chip);
  border-radius: 16px;
  padding: clamp(14px, 2.4vw, 20px) clamp(16px, 2.8vw, 24px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
  margin-bottom: 2rem;
}

/* 見出し行（アイコン＋テキスト） */
.attempt_head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.attempt_icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 26px;
}

.attempt_headline {
  font-weight: 800;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: 1.4;
  /* スクショの“リンク風の下線”ニュアンス */
  text-decoration: underline;
  text-underline-offset: 2px;
}

.attempt_headline a{
  color: black;
}
.attempt_headline a:hover{
  opacity: 0.5;
}
/* 説明文 */
.attempt_desc {
  color: var(--attempt-text);
  font-size: 14px;
  line-height: 1.9;
}
