@charset "utf-8";

header {
    background-color: #E1F6FF;
}
/* -------------------パンくずリスト------------------- */
/* パンくず全体 */
.breadcrumb {
  font-size: 14px;
  margin: 20px 0;
  color: #555;
  padding-left: 40px;
}

/* ol（リスト）を横並びにする */
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap; /* 折り返しもOK */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 各 li */
.breadcrumb li {
  display: flex;
  align-items: center;
  color: #555;
}

/* 区切り記号（›） */
.breadcrumb li:not(:last-child)::after {
  content: "›"; /* ▶ や / に変更可 */
  margin: 0 8px;
  color: #aaa;
  font-weight: bold;
}

/* リンク部分のスタイル */
.breadcrumb a {
  color: #007acc;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #005b99;
}

/* 最後の要素（現在ページ） */
.breadcrumb li:last-child {
  color: #333;
  font-weight: bold;
  pointer-events: none; /* 現在地はクリック不可に */
}


/*------------------- メイン画像 -------------------*/
.lowerlayer-fv {
    background-color: #E1F6FF;
    padding: 39px 2.9% 83px;
    position: relative;
}

.lowerlayer-fvsp {
    display: none;
}

.lowerlayer-fvpc {
    margin: 0 auto;
    position: relative;
}

.titleunit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 45%);
}

.lowerlayer-title {
    color: #4A90E2;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
}

.title-icon {
    margin: 0 auto;
    width: 48px;
}

.titlesp {
    display: none;
}

.title-back {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%)translateY(-10%);
    width: 300px;
    height: 150px;
    background-color: #E1F6FF;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lowerlayer-titleunit {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%) translateY(55%);
    text-align: center;
    z-index: 3;
}

.title-iconpc,
.title-iconsp {
    width: 30px;
    display: block;
    margin: 0 auto 8px;
}

.title-iconsp {
    display: none;
}

/* ----------------------------------------------------
メイン画像　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
    .lowerlayer-fv {
        background-color: #E1F6FF;
        padding: 39px 2.9% 50px;
        position: relative;
        border-radius: 0px 0px 40px 40px;
    }

    .lowerlayer-fvsp {
        display: block;
        margin: 25px auto 0;
        position: relative;
        width: 100%;
    }

    .lowerlayer-fvpc {
        display: none;
    }

    .lowerlayer-titleunit {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 45%);
    }

    .lowerlayer-title {
        color: #4A90E2;
        text-align: center;
        font-size: 48px;
        font-style: normal;
        line-height: normal;
    }

    .title-back {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)translateY(-30%);
        width: 220px;
        height: 100px;
        background-color: #E1F6FF;
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lowerlayer-titleunit {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%) translateY(80%);
        text-align: center;
        z-index: 3;
    }

    .title-icon {
        width: 19px;
        display: block;
        margin: 0 auto;
    }

    .lowerlayer-title {
        font-size: 24px;
    }

}

/* ----------------------------------------------------
メイン画像　426-768用
---------------------------------------------------- */
@media screen and (min-width: 426px) and (max-width: 768px) {
    .lowerlayer-titleunit {
        transform: translateX(-50%) translateY(100%);
    }
}
/* ----------------コラム一覧------------------ */
#lower-layer-column {
    padding: 60px 9.6%;
}

h3 {
    color: #4A90E2;
    font-family: "Kiwi Maru";
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: #E1F6FF;
    text-decoration-thickness: 10%;
    text-underline-offset: 25%;
    text-underline-position: from-font;
}

.lower-layer-column-summary {
    padding: 40px;
    align-items: center;
    align-self: stretch;
    margin-top: 40px;
}

.lower-layer-column-unit {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 100px;
    margin: 40px 0 44px 0;
}

.lower-layer-column-date {
    color: var(--primary-black);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lower-layer-column-text {
    color: var(--primary-black);
    font-family: "Kiwi Maru";
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

/* ----------------------------------------------------
コラムスマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
    #lower-layer-column {
        padding: 30px 7.2%;
    }

    h2 {
        font-size: 2.0rem;
    }

    .lower-layer-column-summary {
        padding: 20px;
        margin-top: 24px;
    }

    .lower-layer-column-unit {
        display: block;
        margin: 0 0 23px 0;
    }

    .lower-layer-column-date {
        text-align: start;
    }

    .lower-layer-column-text {
        text-align: start;
        margin-top: 11px;
    }
	h3 {
    font-size: 24px;
}

}

/* ----------------ページネーション------------------ */
.Pagination {
  display: flex;
  flex-wrap: wrap;                    /* 幅が足りなければ折り返し */
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 1.2vw, 12px);       /* 余白も画面幅で可変 */
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  cursor: pointer;
}

.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  width:  clamp(32px, 6.5vw, 45px);   /* ボタン幅を可変 */
  height: clamp(32px, 6.5vw, 45px);   /* ボタン高さを可変 */
  background: #E1F6FF;
  border: solid 2px var(--primary-green);
  border-radius: 4px;
  font-size: clamp(12px, 2.8vw, 14px);/* 文字サイズも可変 */
  color: black;
  font-weight: 700;
  transition: background .15s linear, color .15s linear;
}

.Pagination-Item-Link-Icon {
  width: 1.2em;                       /* テキストサイズに追従して縮小 */
  height: 1.2em;
}

.Pagination-Item-Link.isActive {
  background: var(--primary-green);
  color: gray;
  pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
  background: var(--primary-green);
  color: gray;
}
