@charset "UTF-8";

/* --------------------------------------
ヘッダー
---------------------------------------*/
header {
    width: 100%;
    min-width: 1100px;
    height: 100px;
    background-color: #F4F4F5;
    position: relative;
}
.head_inner {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_head_inner {
    display: none;
}
.head_inner h1 {
    width: 40%;
    margin-right: 2rem;
}
.head_inner img.kijitsu {
    width: 35%;
    margin-right: 2rem;
}
.head_inner img.icon {
    width: auto;
    height: 90px;
}
ul.nav_btn {
    width: 100%;
    display: flex;
}
ul.nav_btn li {
    width: calc(100% / 5);
    height: 50px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
ul.nav_btn li:last-child {
    border-right: 0px solid #fff;
}
ul.nav_btn li a {
    background-color: #359cc9;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 120%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
ul.nav_btn li a:hover {
    background-color: #ba5b4b;
    color: #fff;
}
a.keihatsu_link_under {
    position: absolute;
    bottom: -120px;
    right: 0;
    width: 300px;
}
.header_space {
    height: 150px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    header {
        width: 100%;
        min-width: initial;
        height: 150px;
        background-color: #F4F4F5;
        position: relative;
    }
    .head_inner {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sp_head_inner {
        display: block;
        width: 100%;
    }
    .head_inner h1 {
        width: 80%;
        max-width: 400px;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .head_inner img.kijitsu {
        width: 80%;
        max-width: 350px;
    }
    ul.nav_btn {
        display: none;
    }
}

/* --------------------------------------
ヘッダー固定
---------------------------------------*/

/*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/

#header {
    /*fixedで上部固定*/
    position: fixed;
    z-index: 999;
    /*最前面へ*/
    top: 0;
}

/*　上に上がる動き　*/

#header.UpMove {
    animation: HeaderUpAnime 0.5s forwards;
}

@keyframes HeaderUpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/*　下に下がる動き　*/

#header.DownMove {
    animation: HeaderDownAnime 0.5s forwards;
}

@keyframes HeaderDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------------------------
ハンバーガーメニュー
---------------------------------------*/

.sp_btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_btn {
        display: block;
    }
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background-color: #ffffffdc;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul.g-nav-list_wrap {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*リストのレイアウト設定*/

#g-nav ul.g-nav-list_wrap li {
    font-size: 1.2rem;
    font-weight: 600;
    list-style: none;
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
#g-nav ul.g-nav-list_wrap li {
    margin-bottom: 0;
}


#g-nav ul.g-nav-list_wrap li a,
#g-nav ul.g-nav-list_wrap li {
    color: #000;

}

/* h1.main_logo.sp_nav img {
    position: absolute;
    top: 15px;
    left: 2%;
    width: auto;
    height: 70px;
    z-index: 1000;
} */


/* --------------------------------------
ボタンのためのCSS
---------------------------------------*/

.openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 40px;
    right: 0px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

/*×に変化*/
.openbtn1 span {
    z-index: 9999;
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 18px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
    top: 20px;
}

.openbtn1 span:nth-of-type(2) {
    top: 32px;
}

.openbtn1 span:nth-of-type(3) {
    top: 45px;
}

.openbtn1.active span:nth-of-type(1) {
    background-color: #009944;
    top: 26px;
    left: 22px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    background-color: #009944;
    top: 38px;
    left: 22px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

/* --------------------------------------
背景固定
---------------------------------------*/
.scroll-prevent {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}



/* --------------------------------------
TOP スライダー
---------------------------------------*/
.top_slider_img_wrap {
    width: 100%;
    min-width: 1100px;
    position: relative;
}

.top_slider_img_wrap img {
    vertical-align: top;
    height: 100%;
}


/* slick設定 */
.slider-4 .slick-slide {
    height: auto;
    overflow: hidden;
}

.slider-4 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    .top_slider_img_wrap {
        width: 100%;
        min-width: initial;
        position: relative;
    }
}

.sns_wrap {
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex;
}
.sns_wrap a {
    margin-right: 1rem;
}
.sns_wrap a:last-child {
    margin-right: 0;
}
.keihatsu_link {
    position: absolute;
    bottom: 2rem;
    right: 4rem;
    width: 20vw;
    /* min-width: 250px; */
}
.keihatsu_link_sp {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .sns_wrap {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: initial;
        bottom: 1rem;
        margin: auto;
        display: flex;
        justify-content: center;
    }
}

/* --------------------------------------
メインエリア
---------------------------------------*/
.main_area {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .main_area {
        display: block;
    }
}

/* --------------------------------------
メインエリア
---------------------------------------*/

ul.main_text li {
    width: 100%;
    margin-bottom: 2rem;
}
ul.main_text li:last-child {
    margin-bottom: 0;
}
/* --------------------------------------
TOP youtube
---------------------------------------*/
.youtube {
    width: 90%;
    /* max-width: 800px; */
    margin: auto;
    aspect-ratio: 16 / 9;
    padding: 2rem 0 0;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

/* --------------------------------------
メインタイトル
---------------------------------------*/
h3.main_title {
    background-color: #6aadd2;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 2rem;
    border-radius: 1rem;
}

h4.read_title {
    font-size: 1.5rem;
    color: #ba5b4b;
    margin-bottom: 1rem;
    line-height: 130%;
}
h4.read_title.big {
    font-size: 1.75rem;
}
h4.read_title span {
    font-size: 125%;
}
.mini_title {
    font-size: 1.25rem;
    color: #ba5b4b;
    font-weight: 600;
    margin: 1rem 0;
    line-height: 170%;
}
.mini_title span {
    display: block;
    font-size: 1.1rem;
    color: #000;
    font-weight: 400;
}
.mini_title span.indent_text {
    padding-left: 1em;
    text-indent: -1em;
}
p.bk_line {
    display: inline-block;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    font-size: 1.25rem;
    background-color: #c30d23;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    border-radius: 0.5rem;
}
.green {
    color: #006934!important;
}
@media screen and (max-width: 768px) {
    h3.main_title span.title_tx {
        font-size: 1.3rem;
        padding: 0;
        min-width: initial;
    }
}


/* --------------------------------------
トップページ
---------------------------------------*/
.toppage_foot {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

/* --------------------------------------
18歳からの選挙権
---------------------------------------*/
.w18year {
    width: 400px;
}
.float_left {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
    .w18year {
        width: 100%;
        max-width: 400px;
    }
    .float_left {
        float: initial;
        margin: 0 auto 1rem;
    }
}

/* --------------------------------------
イベント
---------------------------------------*/
.two_column.event {
    width: 100%;
    position: relative;
}
.event_01 {
    width: 70%;
}
.event_02 {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 768px) {
    .two_column.event {
        display: flex;
        width: 100%;
        position: relative;
        justify-content: center;
    }
    .event_01 {
        width: 100%;
        margin-bottom: 2rem;
    }
    .event_02 {
        width: 70%;
        position: static;
    }
}

.poster {
    display: flex;
    align-items:end;
}
.event_poster {
    width: 300px;
    margin-right: 1rem;
}
@media screen and (max-width: 768px) {
    .poster {
        display: flex;
        align-items: end;
    }
    .event_poster {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .poster {
        display: block;
        text-align: center;
    }
    .poster h4,
    .poster p {
        text-align: left;
    }
    .event_poster {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        max-width: 250px;
    }
}
/* --------------------------------------
選挙Q&A
---------------------------------------*/
.faq_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.faq_title h3 {
    padding: 0.5rem 2rem;
    box-sizing: border-box;
    margin-right: 1rem;
}
.faq_title img {
    width: 400px;
}
@media screen and (max-width: 500px) {
    .faq_title {
        display: block;
        align-items: flex-start;
        margin-bottom: 1rem;
        text-align: left;
    }
    .faq_title h3 {
        display: inline-block;
        padding: 0.5rem 2rem;
        margin-right: 0;
        
    }
    .faq_title img {
        width: 100%;
        max-width: 400px;
    }
}

.faq {
    display: flex;
    align-items:baseline;
}
span.faq_Q {
    width: 50px;
    height: 50px;
    background-image: url(../img/home/icon_Q.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1rem;
}
span.faq_A {
    width: 50px;
    height: 50px;
    background-image: url(../img/home/icon_A.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1rem;
}
.faq p,
.faq h4 {
    width: calc(calc(100% - 50px) - 1rem);
}

/* --------------------------------------
TOP キャッチコピー講座
---------------------------------------*/
.two_column.copykoza {
    align-items: initial;
}
.two_column.copykoza p {
    line-height: 1.5;
}
.two_column.copykoza p.copytitle {
    font-weight: 600;
    margin-bottom: 1rem;
}
.copykoza .leftbox,
.copykoza .rightbox {
    width: 48%;
}
@media screen and (max-width: 768px) {
    .copykoza .leftbox,
    .copykoza .rightbox {
        width: 100%;
    }
    .copykoza .leftbox {
        margin-bottom: 2rem;
    }
}
/* --------------------------------------
footer
---------------------------------------*/
footer {
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: #6aadd2;
    padding: 0.5rem 0;
}

.foot_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.foot_wrap img {
    width: 60px;
    height: 100%;
    margin-right: 1rem;
}

.foot_wrap p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 100%;
}

a.foot_link p:hover {
    color: #fff;
}

p.foot_info {
    text-align: center;
    color: #fff;
}

a.foot_info_tel,
a.foot_info_tel:hover {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .foot_wrap p {
        font-size: 1.2rem;
        font-weight: 600;
        color: #fff;
        line-height: 130%;
    }
}

/* --------------------------------------
モバイルボタン
---------------------------------------*/
.foot_sp_btn {
    display: none;
}
.foot_space {
    height: 100px;
    width: 100%;
    background-color: #70ad2e;
}
@media screen and (max-width: 768px) {
    .foot_sp_btn {
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        /*はじめは非表示*/
        opacity: 0;
        transform: translateY(100px);
        z-index: 100;
    }
    /*　上に上がる動き　*/
    .foot_sp_btn.UpMove {
        animation: UpAnime 0.5s forwards;
    }
    @keyframes UpAnime {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /*　下に下がる動き　*/
    .foot_sp_btn.DownMove {
        animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }
        to {
            opacity: 1;
            transform: translateY(100px);
        }
    }
    .foot_sp_btn_wrap {
        width: 100%;
        text-align: center;
    }
    .foot_sp_btn_wrap a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        padding: 1rem 0;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 130%;
        border-radius: 30px;
        margin: auto;
        margin-bottom: 1rem;
        border: 1px solid #fff;
        box-sizing: border-box;
    }
    .foot_sp_btn_wrap a {
        background-color: #70ad2e;
        color: #fff;
    }
    .foot_sp_btn_wrap a:hover {
        background-color: #de5c1b;
        color: #fff;
    }
    .foot_sp_btn_wrap a img {
        width: 50px;
        margin-right: 10px;
    }
}

/* --------------------------------------
投票所入場券がなくても投票は可能です
---------------------------------------*/
.tohyo_wrap {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    background-color: #6aadd2;
    border-radius: 2rem;
}
.tohyo_wrap h3 {
    color: #fff;
    text-align: center;
}
p.tohyo_wrap_inner {
    font-weight: 600;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 1rem;
}