main img {
    width: 100%;
}
a:hover {
    opacity: 0.7;
    z-index: 9;
    position: relative;
}
/* ====================================================

国民向け

====================================================*/

/* ヘッダー
====================================================*/
header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 998;
}
/* @media screen and (max-width: 500px) {
    header {
        position: static;
    }
} */
.sphead1 {
    position: fixed;
    width: 40px;
    right: 0;
    top: 100px;
    z-index: 999;
}
.sphead2 {
    position: fixed;
    width: 40px;
    right: 0;
    top: 220px;
    z-index: 999;
}
.sphead1:hover {
    position: fixed;
    z-index: 999;
}
.sphead2:hover {
    position: fixed;
    z-index: 999;
}
.top-fixed-emergency {
    position: fixed;
    width: 10%;
    right: calc((100vw - 1218px) / 2);
    top: 22%;
    max-width: 80px;
    z-index: 999;
}
@media screen and (max-width: 1200px) {
    .top-fixed-emergency {
        width: 7%;
        right: 0;
        top: 20.9%;
        z-index: 999;
        max-width: 75px;
        min-width: 25px;
    }
}
.top-fixed-emergency:hover {
    position: fixed;
    z-index: 999;
}
@media screen and (max-width: 500px) {
    .top-fixed-emergency {
        width: 35px;
        right: 0;
        top: 345px;
    }
}
/* FV
====================================================*/
.fv-top {
    width: 100%;
    background-image: url(./img/2025/top/fv0.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.fv-top .topsider-wrap {
    width: 100%;
    position: relative;
    margin-top: 5%;
}
.fv-top .swiper {
    aspect-ratio: 2401 / 901;
    border-radius: 40px;
}
.swiper img {
    width: 100%;
}
.swiper img:hover {
    filter: brightness(1.1);
}
.swiper-pagination-bullets {
    position: static;
    margin-top: clamp(0.5rem, 0.3182rem + 0.9091vw, 1rem);
}
.swiper-pagination-bullet {
    width: clamp(0.5rem, 0.4091rem + 0.4545vw, 0.75rem) !important;
    height: clamp(0.5rem, 0.4091rem + 0.4545vw, 0.75rem) !important;
    margin: 0 0 0 10px !important;
    background: #00b0ee !important;
}
.swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
.swiper-button-prev,
.swiper-button-next {
    width: 24px; /* ボタンの幅 */
    height: 40px; /* ボタンの高さ */
    background-size: 24px 40px; /* 表示したいサイズ */
    transform: translateY(-50%);
    margin-top: 0;
}
@media screen and (max-width: 500px) {
    .swiper {
        border-radius: 15px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 12px; /* ボタンの幅 */
        height: 20px; /* ボタンの高さ */
        background-size: 12px 20px; /* 表示したいサイズ */
    }
}
/* 次ページボタンのスタイル */
.swiper-button-next {
    background-image: url("./img/2024/arrow-topslider.png");
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
    background-image: url("./img/2024/arrow-topslider.png");
    transform: translateY(-50%) scale(-1, 1); /* 左右反転 */
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
/* 声掛けアクションとは
====================================================*/
.koe-card-wrap {
    margin-top: 7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.koe-card {
    width: 32%;
    margin-bottom: 3%;
}
@media screen and (max-width: 500px) {
    .koe-card {
        width: 49%;
    }
}
/* 連携実績・活動報告
====================================================*/
.member-area {
    margin: 2% 5%;
    background-color: #fff;
    padding: 3%;
    border-radius: 30px;
}
@media screen and (max-width: 500px) {
    .member-area {
        border-radius: 10px;
    }
}
.member-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.member-card {
    width: 32%;
    position: relative;
}
.member-card-text {
    position: absolute;
    bottom: 7.2%;
    left: 32%;
    font-weight: bold;
    font-family: "NSJ800", sans-serif;
    font-size: clamp(0.0625rem, 0.0608rem + 2.7523vw, 2.125rem);
}
/* 取組紹介 ====*/
.top-activity-in {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 2%;
    flex-wrap: wrap;
}
.top-activity-card {
    width: 23%;
    margin: 1%;
    display: flex;
    flex-direction: column;
}
.top-activity-card:hover {
    opacity: 0.7;
}
@media screen and (max-width: 500px) {
    .top-activity-card {
        width: 48%;
    }
}
.top-activity-img {
    position: relative;
}
.top-activity-img img {
    aspect-ratio: 250 / 150;
    object-fit: cover;
}
.top-activity-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3%;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.top-activity-title {
    color: #00abe8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    padding: 3% 3% 0;
    min-height: clamp(3.375rem, 3.1705rem + 1.0227vw, 3.9375rem);
}
.top-activity-day {
    padding: 3% 0;
    font-size: clamp(0.625rem, 0.5795rem + 0.2273vw, 0.75rem);
    text-align: right;
}
.member-morebutton {
    width: 13%;
    display: block;
    min-width: 80px;
    margin-left: auto;
}
/* スペシャル応援企業
====================================================*/
.special-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.special-logo {
    width: 25%;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.special-logo img {
    aspect-ratio: 16/9;
    object-fit: contain;
}
@media screen and (max-width: 500px) {
    .special-logo {
        width: 33.3%;
        padding: 2% 4%;
    }
}
/* 賛同会員検索
====================================================*/
/* フリーワード検索 */
.search-input-wrap {
    padding: 4%;
    width: 86%;
    margin: 0 auto;
}
.search-input {
    margin: 0 auto !important;
    width: 90% !important;
    border: 5px solid #00acea !important;
    text-align: left !important;
    padding: 24px 30px !important;
    border-radius: 20px !important;
    font-size: 20px !important;
}
@media screen and (max-width: 500px) {
    .search-input {
        width: 100% !important;
        border: 3px solid #00acea !important;
        padding: 12px 15px !important;
        border-radius: 10px !important;
        font-size: 16px !important;
    }
}
/* 業種検索 */
.section-type {
    width: 90%;
    margin: 0 auto;
}
.section-type p {
    background-color: #00acea;
    color: #fff;
    font-weight: bold;
    font-size: clamp(0.875rem, 0.6023rem + 1.3636vw, 1.625rem);
    line-height: 2.2;
    margin-bottom: 2%;
}
.section-type-link {
    padding: 0 3% 3%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.section-type-link a {
    color: #808080;
    margin: 0 2.5%;
    font-size: clamp(0.75rem, 0.4773rem + 1.3636vw, 1.5rem);
    line-height: 2.5;
}
/* 都道府県検索 */
.search-area-wrap {
    margin: 5% 0;
    padding: 5% 0;
    background-image: url(./img/2025/search3.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.search-area-in {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    margin: 8%;
}
.region1 {
    padding: 10px;
    border-radius: 12px;
}
.region2 {
    padding: 10px;
    border-radius: 12px;
}
.region-title {
    font-size: clamp(0.75rem, 0.4773rem + 1.3636vw, 1.5rem) !important;
    font-weight: bold;
    color: #007acc;
    margin-bottom: 10px;
    text-align: center;
}
.pref-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.pref {
    font-size: clamp(0.75rem, 0.4773rem + 1.3636vw, 1.5rem);
    line-height: 1.5;
    background-color: #00acea;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.region1 .pref {
    width: 100%;
}
.region2 .pref {
    width: calc(50% - 6px);
}
.pref:hover {
    background-color: rgb(43, 202, 255);
}
.pref .arrow {
    font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* 各地方の位置指定 */
.hokkaido {
    grid-column: 4;
    grid-row: 1;
}
.tohoku {
    grid-column: 4;
    grid-row: 2;
}

.hokuriku {
    grid-column: 3;
    grid-row: 1;
}
.kanto {
    grid-column: 3;
    grid-row: 2;
}

.chubu {
    grid-column: 2;
    grid-row: 1;
}
.kansai {
    grid-column: 2;
    grid-row: 2;
}

.chugoku-shikoku {
    grid-column: 1;
    grid-row: 1;
}
.kyushu-okinawa {
    grid-column: 1;
    grid-row: 2;
}
@media screen and (max-width: 767px) {
    .search-area-in {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    .region1 {
        padding: 3px;
    }
    .region2 {
        padding: 3px;
    }
    .region2 .pref {
        width: 100%;
    }
    .hokkaido {
        grid-column: 3;
        grid-row: 1;
    }
    .tohoku {
        grid-column: 2;
        grid-row: 1;
    }

    .hokuriku {
        grid-column: 1;
        grid-row: 1;
    }
    .kanto {
        grid-column: 3;
        grid-row: 2;
    }

    .chubu {
        grid-column: 2;
        grid-row: 2;
    }
    .kansai {
        grid-column: 1;
        grid-row: 2;
    }

    .chugoku-shikoku {
        grid-column: 2;
        grid-row: 3;
    }
    .kyushu-okinawa {
        grid-column: 1;
        grid-row: 3;
    }
}
/* ====================================================

自治体企業向け

====================================================*/

/* FV
====================================================*/
.koekake5 {
    display: flex;
    justify-content: center;
}
.koekake5 a {
    width: 35%;
    margin: 2%;
}
