@charset "UTF-8";
/************************************************************/
/*   下層ページ　共通   */
/************************************************************/
/* コンテンツエリア　余白 */
@media screen and (max-width:767px) { /*SP*/
    .page_padding{
        padding: 30px 0;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .page_padding{
        /* padding: 60px 0; */
        padding: 5.66vw 0;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .page_padding{
        padding: 60px 0;
    }
}

/************************************************************/
/*   パンくず   */
/************************************************************/
#pan{
    padding: 30px 0;
}
.pan_set{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/************************************************************/
/*   新着情報   */
/************************************************************/
/* 一覧ページ */
.news_title{
    width: 100%;
    font-size: var(--font26);
}
.news_list_set{
    width: 100%;
}
.news_list_box{
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 10px 15px 0;
    border-bottom: 1px dashed #000;
}
.news_list_category{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.news_list_box:hover p{
    text-decoration: underline;
}

/* カテゴリー一覧 */
.news_category_set{
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.news_category_set li a{
    padding: 5px;
    color: #fff;
    width: 90px;
    display: block;
    text-align: center;
    border-radius: 3px;
}
.news_cat_all{
    background-color: var(--brown01);
}

/* ページャー */
.news_pager_archive{
    width: 100%;
    padding: 30px 0;
    display: flex; flex-wrap: wrap;
    justify-content: center;
    grid-gap: 5px;
}
.news_pager_archive span{
    width: 30px;
    height: 30px;
    display: grid;
    justify-items: center;
    align-items: center;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #ccc;
}
.news_pager_archive a{
    width: 30px;
    height: 30px;
    display: grid;
    justify-items: center;
    align-items: center;
    color: #000;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
}
/* hover */
.news_pager_archive a:hover{
    color: #000;
    background-color: #EFEFEF;
}

/* 記事ページ */
@media screen and (max-width:767px) { /*SP*/
    .news_post_date{
        width: 100%;
        text-align: right;
        padding: 15px 0;
    }
    .news_post_wrap{
        width: 100%;
        padding: 0 0 60px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .news_post_date{
        width: 100%;
        text-align: right;
        padding: 15px 0;
    }
    .news_post_wrap{
        width: 100%;
        padding: 0 0 100px;
    }
}

/************************************************************/
/*   十和田市について - 十和田のくらし   */
/************************************************************/
/* 共通 */
@media screen and (max-width:767px) { /*SP*/
    .about_cmm_set{
        width: 100%;
        display: grid;
        gap: 30px;
    }
    .about_cmm_box{
        width: 100%;
        display: grid;
        justify-items: center;
        gap: 30px;
    }
    .about_cmm_img{
        width: 80%;
        max-width: 260px;
    }
    .about_cmm_text{
        flex: 1;
        display: grid;
        gap: 10px;
    }
    .about_cmm_key{
        font-size: var(--font22);
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .about_cmm_set{
        width: 100%;
        display: grid;
        /* gap: 60px; */
        gap: 5.66vw;
    }
    .about_cmm_box{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        /* gap: 40px; */
        gap: 3.77vw;
    }
    .about_cmm_img{
        /* width: 260px; */
        width: 24.53vw;
    }
    .about_cmm_text{
        flex: 1;
        display: grid;
        gap: 1rem;
    }
    .about_cmm_key{
        font-size: var(--font30);
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .about_cmm_set{
        width: 100%;
        display: grid;
        gap: 60px;
    }
    .about_cmm_box{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 40px;
    }
    .about_cmm_img{
        width: 260px;
    }
    .about_cmm_text{
        flex: 1;
        display: grid;
        gap: 1rem;
    }
    .about_cmm_key{
        font-size: var(--font30);
    }
}

/* コンテンツ１ */
.about_c1_note{
    font-size: var(--font12);
}

/* コンテンツ２ */
/* cw1280 */
@media screen and (max-width:767px) { /*SP*/
    .about_c2_map_sp{
        background-color: var(--green06);
        padding: 30px 15px;
        color: #fff;
        display: grid;
        gap: 10px;
    }
    .about_c2_map_key{
        font-size: var(--font22);
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .about_c2_map_sp{
        display: none;
    }
}
/* cw1000 */
@media screen and (max-width:767px) { /*SP*/
    .about_c2_guide_set{
        width: 100%;
        display: grid;
        gap: 30px;
    }
    .about_c2_guide_box{
        width: 100%;
        display: grid;
        justify-items: center;
        gap: 10px;
    }
    .about_c2_guide_img{
        width: 260px;
        padding: 0 0 10px;
    }
    .about_c2_guide_name{
        font-size: var(--font22);
        font-weight: normal;
    }
    .about_c2_guide_link{
        margin: 0 -15px;
    }
    .about_c2_guide_btn{
        display: block;
        text-align: center;
        padding: 5px 50px;
        color: #fff;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .about_c2_guide_set{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        /* gap: 60px; */
        gap: 5.66vw;
    }
    .about_c2_guide_box{
        width: 100%;
        display: grid;
        justify-items: center;
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .about_c2_guide_img{
        /* width: 260px; */
        width: 24.53vw;
        /* padding: 0 0 10px; */
        padding: 0 0 0.94vw;
    }
    .about_c2_guide_name{
        font-size: var(--font22);
        font-weight: normal;
    }
    .about_c2_guide_link{
        width: 100%;
        display: grid;
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .about_c2_guide_btn{
        width: 100%;
        text-align: center;
        /* padding: 5px; */
        padding: 0.47vw;
        color: #fff;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .about_c2_guide_set{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 60px;
    }
    .about_c2_guide_box{
        width: 100%;
        display: grid;
        justify-items: center;
        gap: 10px;
    }
    .about_c2_guide_img{
        width: 260px;
        padding: 0 0 10px;
    }
    .about_c2_guide_name{
        font-size: var(--font22);
        font-weight: normal;
    }
    .about_c2_guide_link{
        width: 100%;
        display: grid;
        gap: 10px;
    }
    .about_c2_guide_btn{
        width: 100%;
        text-align: center;
        padding: 5px;
        color: #fff;
    }
}
/* 背景色 */
.about_c2_guide_green{
    background-color: var(--green01);
}
.about_c2_guide_blue{
    background-color: var(--blue01);
}

/* コンテンツ３ */
/* cw1280 */
@media screen and (max-width:767px) { /*SP*/
    .about_c3_img_set{
        width: 100%;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .about_c3_img_set{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
}
/* cw1000 */
@media screen and (max-width:767px) { /*SP*/
    .about_c3_key{
        font-size: var(--font22);
        margin: 0 0 10px;
        width: 100%;
    }
    .about_c3_set{
        width: 100%;
        padding: 30px 0 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .about_c3_box{
        display: grid;
        gap: 10px;
        justify-items: center;
        align-content: start;
        text-align: center;
    }
    .about_c3_icon{
        width: 70%;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .about_c3_key{
        font-size: var(--font30);
        /* margin: 0 0 10px; */
        margin: 0 0 0.94vw;
    }
    .about_c3_set{
        width: 100%;
        /* padding: 40px 0 0; */
        padding: 3.77vw 0 0;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .about_c3_box{
        display: grid;
        /* grid-template-columns: 80px 1fr; */
        grid-template-columns: 7.55vw 1fr;
        /* gap: 10px; */
        gap: 0.94vw;
        align-items: center;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .about_c3_key{
        font-size: var(--font30);
        margin: 0 0 10px;
    }
    .about_c3_set{
        width: 100%;
        padding: 40px 0 0;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 10px;
    }
    .about_c3_box{
        display: grid;
        grid-template-columns: 80px 1fr;
        gap: 10px;
        align-items: center;
    }
}

/* コンテンツ４ */
@media screen and (max-width:767px) { /*SP*/
    .about_c4_wrap{
        width: 100%;
        background-color: var(--green01);
        display: flex;
        justify-content: center;
    }
    .about_c4_set{
        width: 100%;
        padding: 30px 0;
        display: grid;
        gap: 25px;
        justify-items: center;
    }
    .about_c4_img{
        width: 70%;
    }
    .about_c4_box{
        color: #fff;
    }
    .about_c4_key{
        font-size: var(--font22);
        margin: 0 0 10px;
        text-align: center;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .about_c4_wrap{
        width: 100%;
        background-color: var(--green01);
        display: flex;
        justify-content: center;
    }
    .about_c4_set{
        width: 100%;
        /* padding: 30px 0; */
        padding: 2.83vw 0;
        display: grid;
        /* grid-template-columns: 260px 1fr 260px; */
        grid-template-columns: 24.53vw 1fr 24.53vw;
        /* gap: 25px; */
        gap: 2.36vw;
        align-items: center;
    }
    .about_c4_box{
        color: #fff;
    }
    .about_c4_key{
        font-size: var(--font30);
        /* margin: 0 0 10px; */
        margin: 0 0 0.94vw;
        text-align: center;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .about_c4_wrap{
        width: 100%;
        background-color: var(--green01);
        display: flex;
        justify-content: center;
    }
    .about_c4_set{
        width: 100%;
        padding: 30px 0;
        display: grid;
        grid-template-columns: 260px 1fr 260px;
        gap: 25px;
        align-items: center;
    }
    .about_c4_box{
        color: #fff;
    }
    .about_c4_key{
        font-size: var(--font30);
        margin: 0 0 10px;
        text-align: center;
    }
}

/* コンテンツ５ */
@media screen and (max-width:767px) { /*SP*/
    .about_c5_set{
        width: 100%;
        display: grid;
        justify-items: center;
    }
    .about_c5_box{
        width: 100%;
    }
    .about_c5_key{
        font-size: var(--font22);
        padding: 0 0 5px;
    }
    .about_c5_img{
        width: 70%;
        padding: 15px 0 50px;
    }
    .about_c5_graph{
        width: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .about_c5_set{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        /* gap: 20px; */
        gap: 1.89vw;
    }
    .about_c5_box{
        /* width: 370px; */
        width: 34.91vw;
    }
    .about_c5_key{
        font-size: var(--font30);
        /* padding: 10px 0; */
        padding: 0.94vw 0;
    }
    .about_c5_img{
        /* width: 190px; */
        width: 17.92vw;
    }
    .about_c5_graph{
        /* width: 365px; */
        width: 34.43vw;
        margin: 0 0 0 auto;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .about_c5_set{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
    }
    .about_c5_box{
        width: 370px;
    }
    .about_c5_key{
        font-size: var(--font30);
        padding: 10px 0;
    }
    .about_c5_img{
        width: 190px;
    }
    .about_c5_graph{
        width: 365px;
        margin: 0 0 0 auto;
    }
}
/* voice */
@media screen and (max-width:767px) { /*SP*/
    .about_c5_voice_wrap{
        width: 100%;
    }
    .about_c5_voice_set{
        width: 100%;
    }
    .about_c5_voice_img{
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .about_c5_voice_img::before{
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background-color: var(--yellow01);
    }
    .about_c5_voice_img img{
        width: 50%;
        max-width: 200px;
    }
    .about_c5_voice_box{
        padding: 30px 15px;
        background-color: var(--yellow01);
        display: grid;
        grid-template-columns: 90px 1fr;
        gap: 15px;
    }
    .about_c5_voice_icon{
        width: 100%;
    }
    .about_c5_voice_key{
        font-size: var(--font18);
        font-weight: bold;
        padding: 10px 0;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .about_c5_voice_wrap{
        width: 100%;
        background-color: var(--yellow01);
        display: flex;
        justify-content: center;
    }
    .about_c5_voice_set{
        width: 100%;
        /* padding: 20px 0; */
        padding: 1.89vw 0;
        display: grid;
        /* grid-template-columns: 236px 1fr; */
        grid-template-columns: 22.26vw 1fr;
        /* gap: 15px; */
        gap: 1.42vw;
        position: relative;
    }
    .about_c5_voice_set::before{
        content: '';
    }
    .about_c5_voice_img{
        position: absolute;
        bottom: 0;
        left: 0;
        /* width: 236px; */
        width: 22.26vw;
    }
    .about_c5_voice_box{
        display: grid;
        /* grid-template-columns: 100px 410px; */
        grid-template-columns: 9.43vw 38.68vw;
        /* gap: 15px; */
        gap: 1.42vw;
    }
    .about_c5_voice_icon{
        width: 100%;
    }
    .about_c5_voice_key{
        font-size: var(--font18);
        font-weight: bold;
        /* padding: 10px 0; */
        padding: 0.94vw 0;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .about_c5_voice_wrap{
        width: 100%;
        background-color: var(--yellow01);
        display: flex;
        justify-content: center;
    }
    .about_c5_voice_set{
        width: 100%;
        padding: 20px 0;
        display: grid;
        grid-template-columns: 236px 1fr;
        gap: 15px;
        position: relative;
    }
    .about_c5_voice_set::before{
        content: '';
    }
    .about_c5_voice_img{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 236px;
    }
    .about_c5_voice_box{
        display: grid;
        grid-template-columns: 100px 410px;
        gap: 15px;
    }
    .about_c5_voice_icon{
        width: 100%;
    }
    .about_c5_voice_key{
        font-size: var(--font18);
        font-weight: bold;
        padding: 10px 0;
    }
}

/************************************************************/
/*   暮らしの情報 - 十和田のくらし   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .life_key{
        font-size: var(--font26);
        width: 100%;
        padding: 30px 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .life_key{
        font-size: var(--font36);
        width: 100%;
        padding: 30px 0;
    }
}
/* データ */
@media screen and (max-width:767px) { /*SP*/
    .life_data_set{
        width: 100%;
        display: grid;
        gap: 20px;
    }
    .life_data_box{
        padding: 20px 15px;
        background-color: var(--yellow01);
        display: grid;
        gap: 10px;
    }
    .life_data_img01{
        width: 141px;
        justify-self: center;
    }
    .life_data_img02{
        width: 203px;
        justify-self: center;
    }
    .life_data_img03{
        width: 73px;
        justify-self: center;
    }
    .life_data_key{
        font-size: var(--font18);
        font-weight: bold;
        color: var(--green06);
        margin: 0 0 5px;
        text-align: center;
    }
    .life_data_key span{
        font-size: var(--font14);
        font-weight: normal;
    }
    .life_data_list{
        width: 90%;
        max-width: 330px;
        margin: 0 auto;
    }
    .life_data_list li{
        border-left: 5px solid var(--green06);
        padding: 0 0 0 10px;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .life_data_set{
        width: 100%;
        display: grid;
        /* gap: 20px; */
        gap: 1.89vw;
    }
    .life_data_box{
        width: 100%;
        /* padding: 20px; */
        padding: 1.89vw;
        background-color: var(--yellow01);
        display: grid;
        /* grid-template-columns: 203px 1fr; */
        grid-template-columns: 19.15vw 1fr;
        /* gap: 20px; */
        gap: 1.89vw;
        align-items: center;
    }
    .life_data_img01{
        /* width: 141px; */
        width: 13.30vw;
        justify-self: center;
    }
    .life_data_img02{
        /* width: 203px; */
        width: 19.15vw;
        justify-self: center;
    }
    .life_data_img03{
        /* width: 73px; */
        width: 6.89vw;
        justify-self: center;
    }
    .life_data_key{
        font-size: var(--font18);
        font-weight: bold;
        color: var(--green06);
        /* margin: 0 0 5px; */
        margin: 0 0 0.47vw;
    }
    .life_data_key span{
        font-size: var(--font14);
        font-weight: normal;
    }
    .life_data_list{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .life_data_list li{
        /* border-left: 5px solid var(--green06); */
        border-left: 0.47vw solid var(--green06);
        /* padding: 0 0 0 10px; */
        padding: 0 0 0 0.94vw;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .life_data_set{
        width: 100%;
        display: grid;
        gap: 20px;
    }
    .life_data_box{
        width: 100%;
        padding: 20px;
        background-color: var(--yellow01);
        display: grid;
        grid-template-columns: 203px 1fr;
        gap: 20px;
        align-items: center;
    }
    .life_data_img01{
        width: 141px;
        justify-self: center;
    }
    .life_data_img02{
        width: 203px;
        justify-self: center;
    }
    .life_data_img03{
        width: 73px;
        justify-self: center;
    }
    .life_data_key{
        font-size: var(--font18);
        font-weight: bold;
        color: var(--green06);
        margin: 0 0 5px;
    }
    .life_data_key span{
        font-size: var(--font14);
        font-weight: normal;
    }
    .life_data_list{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .life_data_list li{
        border-left: 5px solid var(--green06);
        padding: 0 0 0 10px;
    }
}
/* PICK UP　主な施設 */
@media screen and (max-width:767px) { /*SP*/
    .life_pickup_key_set{
        width: 100%;
        margin: 0 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        gap: 10px 15px;
    }
    .life_pickup_icon{
        width: 100px;
    }
    .life_pickup_key01{
        font-size: var(--font30);
        color: var(--blue01);
    }
    .life_pickup_key02{
        width: 100%;
        font-size: var(--font17);
        font-weight: bold;
    }
    .life_pickup_set{
        width: 100%;
        display: grid;
        gap: 30px;
    }
    .life_pickup_box{
        display: grid;
        justify-items: center;
    }
    .life_pickup_img{
        width: 70%;
        max-width: 260px;
        margin: 0 0 20px;
    }
    .life_pickup_title{
        width: 100%;
        display: grid;
        gap: 10px;
        justify-items: center;
        margin: 0 0 10px;
    }
    .life_pickup_name{
        font-size: var(--font22);
        font-weight: bold;
        text-align: center;
    }
    .life_pickup_link{
        padding: 3px 20px;
        font-size: var(--font18);
        color: #fff;
        background-color: var(--blue01);
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .life_pickup_key_set{
        width: 100%;
        /* margin: 0 0 30px; */
        margin: 0 0 2.83vw;
        display: grid;
        /* grid-template-columns: 122px 1fr; */
        grid-template-columns: 11.51vw 1fr;
        /* gap: 0 20px; */
        gap: 0 1.89vw;
    }
    .life_pickup_icon{
        width: 100%;
        grid-row: 1 / 3;
    }
    .life_pickup_key01{
        align-self: flex-end;
        font-size: var(--font30);
        color: var(--blue01);
    }
    .life_pickup_key02{
        font-size: var(--font17);
        font-weight: bold;
    }
    .life_pickup_set{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        /* gap: 30px 70px; */
        gap: 2.83vw 6.60vw;
    }
    .life_pickup_box{
        display: grid;
        justify-items: center;
    }
    .life_pickup_img{
        /* width: 260px; */
        width: 24.53vw;
        /* margin: 0 0 20px; */
        margin: 0 0 1.89vw;
    }
    .life_pickup_title{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        /* gap: 15px; */
        gap: 1.42vw;
        /* margin: 0 0 10px; */
        margin: 0 0 0.94vw;
    }
    .life_pickup_name{
        font-size: var(--font20);
        font-weight: bold;
    }
    .life_pickup_link{
        /* padding: 3px 20px; */
        padding: 0.28vw 1.89vw;
        font-size: var(--font18);
        color: #fff;
        background-color: var(--blue01);
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .life_pickup_key_set{
        width: 100%;
        margin: 0 0 30px;
        display: grid;
        grid-template-columns: 122px 1fr;
        gap: 0 20px;
    }
    .life_pickup_icon{
        width: 100%;
        grid-row: 1 / 3;
    }
    .life_pickup_key01{
        align-self: flex-end;
        font-size: var(--font30);
        color: var(--blue01);
    }
    .life_pickup_key02{
        font-size: var(--font17);
        font-weight: bold;
    }
    .life_pickup_set{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 30px 70px;
    }
    .life_pickup_box{
        display: grid;
        justify-items: center;
    }
    .life_pickup_img{
        width: 260px;
        margin: 0 0 20px;
    }
    .life_pickup_title{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 15px;
        margin: 0 0 10px;
    }
    .life_pickup_name{
        font-size: var(--font20);
        font-weight: bold;
    }
    .life_pickup_link{
        padding: 3px 20px;
        font-size: var(--font18);
        color: #fff;
        background-color: var(--blue01);
    }
}

/* 共通 */
@media screen and (max-width:767px) { /*SP*/
    .life_cmm_key01{
        width: 100%;
        padding: 30px 0 0;
        font-size: var(--font17);
    }
    .life_cmm_set{
        width: 100%;
        display: grid;
        gap: 30px;
    }
    .life_cmm_box{
        width: 100%;
        display: grid;
        justify-items: center;
    }
    .life_cmm_icon{
        width: 116px;
        margin: 0 0 10px;
    }
    .life_cmm_title{
        font-size: var(--font18);
        text-align: center;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .life_cmm_key01{
        width: 100%;
        /* padding: 30px 0 0; */
        padding: 2.83vw 0 0;
        font-size: var(--font17);
    }
    .life_cmm_set{
        width: 100%;
        display: grid;
        /* gap: 30px; */
        gap: 2.83vw;
    }
    .life_cmm_box{
        width: 100%;
        display: grid;
        /* grid-template-columns: 116px 1fr; */
        grid-template-columns: 10.94vw 1fr;
        /* gap: 20px; */
        gap: 1.89vw;
        align-items: center;
    }
    .life_cmm_title{
        font-size: var(--font22);
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .life_cmm_key01{
        width: 100%;
        padding: 30px 0 0;
        font-size: var(--font17);
    }
    .life_cmm_set{
        width: 100%;
        display: grid;
        gap: 30px;
    }
    .life_cmm_box{
        width: 100%;
        display: grid;
        grid-template-columns: 116px 1fr;
        gap: 20px;
        align-items: center;
    }
    .life_cmm_title{
        font-size: var(--font22);
    }
}

/* その他 */
@media screen and (max-width:767px) { /*SP*/
    .life_other_box{
        width: 100%;
        display: grid;
        justify-items: center;
        gap: 15px;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        padding: 30px 0;
    }
    .life_other_img{
        width: 80%;
        max-width: 280px;
    }
    .life_other_text{
        flex: 1;
        display: grid;
        gap: 10px;
    }
    .life_other_key{
        font-size: var(--font26);
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .life_other_box{
        width: 100%;
        display: grid;
        /* grid-template-columns: 1fr 290px; */
        grid-template-columns: 1fr 27.36vw;
        align-items: center;
        /* gap: 60px; */
        gap: 5.66vw;
        /* border-bottom: 1px solid #000; */
        border-bottom: 0.09vw solid #000;
        /* border-top: 1px solid #000; */
        border-top: 0.09vw solid #000;
        /* padding: 30px 0; */
        padding: 2.83vw 0;
    }
    .life_other_text{
        display: grid;
        gap: 1rem;
    }
    .life_other_key{
        font-size: var(--font36);
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .life_other_box{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 290px;
        align-items: center;
        gap: 60px;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        padding: 30px 0;
    }
    .life_other_text{
        display: grid;
        gap: 1rem;
    }
    .life_other_key{
        font-size: var(--font36);
    }
}

/************************************************************/
/*   子育て - 十和田のくらし   */
/************************************************************/
/* VOICE */
@media screen and (max-width:767px) { /*SP*/
    .kosodate_voice_wrap{
        width: 100%;
        background-color: var(--yellow01);
    }
    .kosodate_voice_set{
        width: 100%;
        display: grid;
        gap: 30px;
    }
    .kosodate_voice_box{
        width: 100%;
        padding: 0 15px;
        margin: -20px 0 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 10px 15px;
    }
    .kosodate_voice_icon{
        width: 100px;
    }
    .kosodate_voice_name{
        font-size: var(--font18);
        font-weight: bold;
    }
    .kosodate_voice_text01{
        width: 100%;
    }
    .kosodate_voice_img{
        padding: 0 0 30px;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .kosodate_voice_wrap{
        width: 100%;
        background-color: var(--yellow01);
        /* padding: 30px 0; */
        padding: 2.83vw 0;
        display: flex;
        justify-content: center;
    }
    .kosodate_voice_set{
        width: 100%;
        /* max-width: 750px; */
        max-width: 70.75vw;
        display: grid;
        /* grid-template-columns: 1fr 172px; */
        grid-template-columns: 1fr 16.23vw;
        /* gap: 30px; */
        gap: 2.83vw;
        align-items: center;
    }
    .kosodate_voice_box{
        width: 100%;
        /* margin: 0 0 30px; */
        margin: 0 0 2.83vw;
        display: grid;
        /* grid-template-columns: 122px 1fr; */
        grid-template-columns: 11.51vw 1fr;
        /* gap: 0 20px; */
        gap: 0 1.89vw;
    }
    .kosodate_voice_icon{
        width: 100%;
        grid-row: 1 / 3;
    }
    .kosodate_voice_name{
        font-size: var(--font18);
        font-weight: bold;
        /* padding: 10px 0 0; */
        padding: 0.94vw 0 0;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .kosodate_voice_wrap{
        width: 100%;
        background-color: var(--yellow01);
        padding: 30px 0;
        display: flex;
        justify-content: center;
    }
    .kosodate_voice_set{
        width: 100%;
        max-width: 750px;
        display: grid;
        grid-template-columns: 1fr 172px;
        gap: 30px;
        align-items: center;
    }
    .kosodate_voice_box{
        width: 100%;
        margin: 0 0 30px;
        display: grid;
        grid-template-columns: 122px 1fr;
        gap: 0 20px;
    }
    .kosodate_voice_icon{
        width: 100%;
        grid-row: 1 / 3;
    }
    .kosodate_voice_name{
        font-size: var(--font18);
        font-weight: bold;
        padding: 10px 0 0;
    }
}

/* 情報 */
@media screen and (max-width:767px) { /*SP*/
    .kosodate_info_key01{
        font-size: var(--font17);
        font-weight: bold;
    }
    .kosodate_info_link_set{
        width: 100%;
        padding: 30px 0;
        display: grid;
        gap: 20px;
        justify-items: center;
    }
    .kosodate_info_link_box{
        width: 100%;
        max-width: 600px;
        background-color: var(--orange01);
        color: #fff;
        font-size: var(--font15);
        font-weight: bold;
        border-radius: 30px;
        padding: 10px;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 10px;
    }
    .kosodate_info_link_box::before{
        content: '';
    }
    .kosodate_info_link_box::after{
        content: '>>>';
    }
    .kosodate_info_box{
        width: 100%;
        display: grid;
        justify-items: center;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .kosodate_info_key01{
        font-size: var(--font17);
        font-weight: bold;
        text-align: center;
    }
    .kosodate_info_link_set{
        width: 100%;
        padding: 30px 0;
        display: grid;
        gap: 20px;
        justify-items: center;
    }
    .kosodate_info_link_box{
        width: 60%;
        background-color: var(--orange01);
        color: #fff;
        font-size: var(--font20);
        font-weight: bold;
        border-radius: 30px;
        padding: 10px;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 10px;
    }
    .kosodate_info_link_box::before{
        content: '';
    }
    .kosodate_info_link_box::after{
        content: '>>>';
    }
    .kosodate_info_box{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

/************************************************************/
/*   移住までの流れ - 移住のコト   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .flow_key{
        font-size: var(--font26);
        width: 100%;
        padding: 30px 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .flow_key{
        font-size: var(--font36);
        width: 100%;
        padding: 30px 0;
    }
}

/* STEP　共通 */
@media screen and (max-width:767px) { /*SP*/
    /* 全体枠組み */
    .flow_contents_wrap{
        width: 100%;
        padding: 0 0 30px;
    }
    /* ステップごと枠組み */
    .flow_step_wrap{
        width: 100%;
    }
    /* 丸画像PC */
    .flow_step_icon_pc{
        display: none;
    }
    .flow_step_icon_sp{
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 50vw;
        height: 100%;
    }
    .flow_step_icon_sp::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 12px;
        height: 100%;
        background-color: var(--blue01);
    }
    .flow_step_icon_sp::after{
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 25px solid var(--blue01);
        border-bottom: 0;
    }
    /* タイトル */
    .flow_step_title_set{
        width: 100%;
        display: grid;
        justify-items: center;
    }
    .flow_step_title_box{
        width: 100%;
        padding: 30px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 15px;
    }
    .flow_step_title_icon{
        width: 105px;
    }
    .flow_step_title_key{
        align-self: center;
        font-size: var(--font22);
        line-height: 1.5;
    }
    .flow_step_title_text{
        width: 100%;
    }
    /* リンク */
    .flow_step_link_set{
        width: 100%;
        padding: 10px 0;
        display: grid;
        gap: 10px;
    }
    .flow_step_link_box{
        width: 100%;
        background-color: var(--blue01);
        color: #fff;
        font-size: var(--font12);
        border-radius: 60px;
        padding: 10px 20px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
    }
    .flow_step_link_box::after{
        content: '>>>';
    }
    .flow_step_textlink{
        color: var(--blue03);
        text-decoration: underline;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    /* 全体枠組み */
    .flow_contents_wrap{
        width: 100%;
        /* padding: 30px 0 0; */
        padding: 2.83vw 0 0;
    }
    /* ステップごと枠組み */
    .flow_step_wrap{
        width: 100%;
        display: grid;
        justify-items: center;
        position: relative;
    }
    /* 丸画像PC */
    .flow_step_icon_sp{
        display: none;
    }
    .flow_step_icon_pc{
        /* width: 208px; */
        width: 19.62vw;
        height: 100%;
        position: absolute;
        z-index: 1;
        /* top: -30px; */
        top: -2.83vw;
        left: 0;
        /* right: -728px; */
        right: -68.68vw;
        margin: auto;
    }
    .flow_step_icon_pc::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        /* width: 12px; */
        width: 1.13vw;
        /* height: calc(100% - 30px); */
        height: calc(100% - 2.83vw);
        background-color: var(--blue01);
    }
    .flow_step_icon_pc::after{
        content: '';
        position: absolute;
        /* bottom: 10px; */
        bottom: 0.94vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        /* border-right: 20px solid transparent; */
        border-right: 1.89vw solid transparent;
        /* border-left: 20px solid transparent; */
        border-left: 1.89vw solid transparent;
        /* border-top: 25px solid var(--blue01); */
        border-top: 2.36vw solid var(--blue01);
        border-bottom: 0;
    }
    /* タイトル */
    .flow_step_title_set{
        width: 100%;
        display: grid;
        justify-items: center;
    }
    .flow_step_title_box{
        width: 100%;
        /* padding: 0 250px 20px 30px; */
        padding: 0 23.58vw 1.89vw 2.83vw;
        display: grid;
        /* grid-template-columns: 122px 1fr; */
        grid-template-columns: 11.51vw 1fr;
        /* gap: 10px 15px; */
        gap: 0.94vw 1.42vw;
        /* margin: -30px 0 0; */
        margin: -2.83vw 0 0;
    }
    .flow_step_title_icon{
        width: 100%;
    }
    .flow_step_title_key{
        align-self: flex-end;
        /* padding: 40px 0 0; */
        padding: 3.77vw 0 0;
        font-size: var(--font30);
        line-height: 1.5;
    }
    .flow_step_title_text{
        grid-column: 1 / 3;
    }
    /* リンク */
    .flow_step_link_set{
        width: 100%;
        /* padding: 10px 0; */
        padding: 0.94vw 0;
        display: grid;
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .flow_step_link_box{
        /* width: 600px; */
        width: 56.60vw;
        background-color: var(--blue01);
        color: #fff;
        font-size: var(--font18);
        /* border-radius: 60px; */
        border-radius: 5.66vw;
        /* padding: 5px 20px; */
        padding: 0.47vw 1.89vw;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .flow_step_link_box::after{
        content: '>>>';
    }
    .flow_step_textlink{
        color: var(--blue03);
        text-decoration: underline;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    /* 全体枠組み */
    .flow_contents_wrap{
        width: 100%;
        padding: 30px 0 0;
    }
    /* ステップごと枠組み */
    .flow_step_wrap{
        width: 100%;
        display: grid;
        justify-items: center;
        position: relative;
    }
    /* 丸画像PC */
    .flow_step_icon_sp{
        display: none;
    }
    .flow_step_icon_pc{
        width: 208px;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: -30px;
        left: 0;
        right: -728px;
        margin: auto;
    }
    .flow_step_icon_pc::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 12px;
        height: calc(100% - 30px);
        background-color: var(--blue01);
    }
    .flow_step_icon_pc::after{
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 25px solid var(--blue01);
        border-bottom: 0;
    }
    /* タイトル */
    .flow_step_title_set{
        width: 100%;
        display: grid;
        justify-items: center;
    }
    .flow_step_title_box{
        width: 100%;
        padding: 0 250px 20px 30px;
        display: grid;
        grid-template-columns: 122px 1fr;
        gap: 10px 15px;
        margin: -30px 0 0;
    }
    .flow_step_title_icon{
        width: 100%;
    }
    .flow_step_title_key{
        align-self: flex-end;
        padding: 40px 0 0;
        font-size: var(--font30);
        line-height: 1.5;
    }
    .flow_step_title_text{
        grid-column: 1 / 3;
    }
    /* リンク */
    .flow_step_link_set{
        width: 100%;
        padding: 10px 0;
        display: grid;
        gap: 10px;
    }
    .flow_step_link_box{
        width: 600px;
        background-color: var(--blue01);
        color: #fff;
        font-size: var(--font18);
        border-radius: 60px;
        padding: 5px 20px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
    }
    .flow_step_link_box::after{
        content: '>>>';
    }
    .flow_step_textlink{
        color: var(--blue03);
        text-decoration: underline;
    }
}

/* 背景色 */
.flow_step01_bgc{ background-color: var(--pink01); }
.flow_step02_bgc{ background-color: var(--green03); }
.flow_step03_bgc{ background-color: var(--orange02); }
.flow_step04_bgc{ background-color: var(--green04); }

/* STEP01 */
@media screen and (max-width:767px) { /*SP*/
    .flow_step01_set{
        padding: 25vw 0 0;
        background-color: var(--pink01);
        position: relative;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .flow_step01_set{
        display: block;
        height: 80px;
    }
    .flow_step01_set img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* STEP02 */
@media screen and (max-width:767px) { /*SP*/
    .flow_step02_set{
    }
    .flow_step02_box{
        width: 100%;
        padding: 30px 15px;
    }
    .flow_step02_bgimg{
        padding: 25vw 0 0;
        position: relative;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .flow_step02_set{
        display: grid;
        justify-items: center;
        position: relative;
        z-index: 0;
    }
    .flow_step02_box{
        /* width: 1000px; */
        width: 94.34vw;
        /* padding: 30px 30px 60px; */
        padding: 2.83vw 2.83vw 5.66vw;
    }
    .flow_step02_bgimg{
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .flow_step02_bgimg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .flow_step02_set{
        display: grid;
        justify-items: center;
        position: relative;
        z-index: 0;
    }
    .flow_step02_box{
        width: 1000px;
        padding: 30px 30px 60px;
    }
    .flow_step02_bgimg{
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .flow_step02_bgimg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* STEP03 */
@media screen and (max-width:767px) { /*SP*/
    .flow_step03_set{
    }
    .flow_step03_box{
        width: 100%;
        padding: 30px 15px;
        display: grid;
        gap: 20px;
    }
    .flow_step03_text01{
        font-size: var(--font20);
        color: var(--orange01);
    }
    .flow_step03_bgimg{
        padding: 25vw 0 0;
        position: relative;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .flow_step03_set{
        display: grid;
        justify-items: center;
        position: relative;
        z-index: 0;
    }
    .flow_step03_box{
        /* width: 1000px; */
        width: 94.34vw;
        /* padding: 30px 30px 60px; */
        padding: 2.83vw 2.83vw 5.66vw;
        display: grid;
        /* gap: 20px; */
        gap: 1.89vw;
    }
    .flow_step03_text01{
        font-size: var(--font20);
        color: var(--orange01);
    }
    .flow_step03_bgimg{
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .flow_step03_bgimg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .flow_step03_set{
        display: grid;
        justify-items: center;
        position: relative;
        z-index: 0;
    }
    .flow_step03_box{
        width: 1000px;
        padding: 30px 30px 60px;
        display: grid;
        gap: 20px;
    }
    .flow_step03_text01{
        font-size: var(--font20);
        color: var(--orange01);
    }
    .flow_step03_bgimg{
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .flow_step03_bgimg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
}

/* STEP04 */
@media screen and (max-width:767px) { /*SP*/
    .flow_step04_set{
    }
    .flow_step04_box{
        width: 100%;
        padding: 30px 15px;
    }
    .flow_step04_bgimg .flow_step_icon_sp{
        padding: 0 0 40px;
        position: relative;
    }
    .flow_step04_key01{
        font-size: var(--font18);
        color: var(--blue01);
        margin: 0 0 10px;
    }
    .flow_step04_key02{
        font-size: var(--font18);
        color: var(--blue01);
    }
    .flow_step04_list_set{
    }
    .flow_step04_list_set > li{
        padding: 0 0 10px;
        position: relative;
        z-index: 1;
    }
    .flow_step04_list_set > li::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 4px;
        width: 2px;
        height: calc(100% + 8px);
        background-color: var(--blue01);
    }
    .flow_step04_list_set > li:last-child{
        padding: 0;
    }
    .flow_step04_list_set > li:last-child::before{
        display: none;
    }
    .flow_step04_list_inner{
        padding: 0 0 0 30px;
        position: relative;
    }
    .flow_step04_list_inner::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 16px;
        left: 4px;
        width: 30px;
        height: 2px;
        background-color: var(--blue01);
    }
    .flow_step04_list_inner > li p{
        padding: 0 0 0 20px;
    }
    .flow_set04_dots{
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 10px;
        position: relative;
    }
    .flow_set04_dots::before{
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: var(--blue01);
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .flow_step04_set{
        display: grid;
        justify-items: center;
    }
    .flow_step04_box{
        /* width: 1000px; */
        width: 94.34vw;
        /* padding: 30px 30px 0; */
        padding: 2.83vw 2.83vw 0;
    }
    .flow_step04_key01{
        font-size: var(--font20);
        color: var(--blue01);
        /* margin: 0 0 30px; */
        margin: 0 0 2.83vw;
    }
    .flow_step04_key02{
        font-size: var(--font18);
        color: var(--blue01);
    }
    .flow_step04_list_set{
        /* padding: 0 0 0 10px; */
        padding: 0 0 0 0.94vw;
    }
    .flow_step04_list_set > li{
        /* padding: 0 0 30px; */
        padding: 0 0 2.83vw;
        position: relative;
        z-index: 1;
    }
    .flow_step04_list_set > li::before{
        content: '';
        position: absolute;
        z-index: -1;
        /* top: 10px; */
        top: 0.94vw;
        /* left: 4px; */
        left: 0.38vw;
        /* width: 2px; */
        width: 0.19vw;
        /* height: calc(100% + 8px); */
        height: calc(100% + 0.75vw);
        background-color: var(--blue01);
    }
    .flow_step04_list_set > li:last-child{
        padding: 0;
    }
    .flow_step04_list_set > li:last-child::before{
        display: none;
    }
    .flow_step04_list_inner{
        /* padding: 0 0 0 30px; */
        padding: 0 0 0 2.83vw;
        position: relative;
    }
    .flow_step04_list_inner::before{
        content: '';
        position: absolute;
        z-index: -1;
        /* top: 17px; */
        top: 1.60vw;
        /* left: 4px; */
        left: 0.38vw;
        /* width: 30px; */
        width: 2.83vw;
        /* height: 2px; */
        height: 0.19vw;
        background-color: var(--blue01);
    }
    .flow_step04_list_inner > li p{
        /* padding: 0 0 0 20px; */
        padding: 0 0 0 1.89vw;
    }
    .flow_set04_dots{
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        /* gap: 10px; */
        gap: 0.94vw;
        position: relative;
    }
    .flow_set04_dots::before{
        content: '';
        /* width: 10px; */
        width: 0.94vw;
        /* height: 10px; */
        height: 0.94vw;
        border-radius: 100%;
        background-color: var(--blue01);
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .flow_step04_set{
        display: grid;
        justify-items: center;
    }
    .flow_step04_box{
        width: 1000px;
        padding: 30px 30px 0;
    }
    .flow_step04_key01{
        font-size: var(--font20);
        color: var(--blue01);
        margin: 0 0 30px;
    }
    .flow_step04_key02{
        font-size: var(--font18);
        color: var(--blue01);
    }
    .flow_step04_list_set{
        padding: 0 0 0 10px;
    }
    .flow_step04_list_set > li{
        padding: 0 0 30px;
        position: relative;
        z-index: 1;
    }
    .flow_step04_list_set > li::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 4px;
        width: 2px;
        height: calc(100% + 8px);
        background-color: var(--blue01);
    }
    .flow_step04_list_set > li:last-child{
        padding: 0;
    }
    .flow_step04_list_set > li:last-child::before{
        display: none;
    }
    .flow_step04_list_inner{
        padding: 0 0 0 30px;
        position: relative;
    }
    .flow_step04_list_inner::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 17px;
        left: 4px;
        width: 30px;
        height: 2px;
        background-color: var(--blue01);
    }
    .flow_step04_list_inner > li p{
        padding: 0 0 0 20px;
    }
    .flow_set04_dots{
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 10px;
        position: relative;
    }
    .flow_set04_dots::before{
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: var(--blue01);
    }
}
/************************************************************/
/*   移住のQ＆A - 移住のコト   */
/************************************************************/
/* お問い合わせへのリンク */
@media screen and (max-width:767px) { /*SP*/
    .faq_contact_key_set{
        width: 100%;
        display: grid;
        justify-items: center;
        gap: 15px;
        padding: 30px 0;
    }
    .faq_contact_key01{
        font-size: var(--font26);
    }
    .faq_contact_btn{
        display: block;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .faq_contact_key_set{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 96px;
        align-items: center;
        gap: 30px;
        padding: 30px 0;
    }
    .faq_contact_key01{
        font-size: var(--font36);
    }
    .faq_contact_btn{
        display: block;
    }
}

/* 相談窓口 */
@media screen and (max-width:767px) { /*SP*/
    .faq_info_wrap{
        width: 100%;
    }
    .faq_info_set{
        width: 100%;
    }
    .faq_info_box{
        display: grid;
        gap: 15px;
        align-content: start;
        padding: 15px;
    }
    .faq_info01{
        background-color: var(--brown06);
    }
    .faq_info02{
        background-color: var(--blue02);
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .faq_info_wrap{
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    .faq_info_wrap::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: var(--brown06);
    }
    .faq_info_wrap::after{
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: var(--blue02);
    }
    .faq_info_set{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }
    .faq_info_box{
        display: grid;
        gap: 15px;
        align-content: start;
        padding: 30px 0;
    }
}

/* Q&A一覧 */
@media screen and (max-width:767px) { /*SP*/
    .faq_key{
        font-size: var(--font22);
        padding: 0 0 10px;
        width: 100%;
        text-align: center;
    }
    .faq_set{
        width: 100%;
        border-top: 1px solid #000;
    }
    .faq_box_q{
        width: 100%;
        padding: 20px 15px 0;
        display: grid;
        justify-items: center;
    }
    .faq_box_a{
        width: 100%;
        border-bottom: 1px solid #000;
        padding: 0 15px 20px;
        display: grid;
        justify-items: center;
    }
    .faq_inner{
        width: 100%;
    }
    .faq_main{
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 18px;
        align-items: flex-start;
        padding: 0 0 30px;
        font-size: var(--font22);
    }
    .faq_main.faq_q::before{
        content: '';
        width: 100%;
        height: 58px;
        background-image: url(../img/faq/q_image.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .faq_main.faq_a::before{
        content: '';
        width: 100%;
        height: 61px;
        background-image: url(../img/faq/a_image.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .faq_note{
        width: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .faq_key{
        font-size: var(--font26);
        /* padding: 0 0 20px; */
        padding: 0 0 1.89vw;
    }
    .faq_set{
        width: 100%;
        /* border-top: 1px solid #000; */
        border-top: 0.09vw solid #000;
    }
    .faq_box_q{
        width: 100%;
        /* padding: 40px 10px 0; */
        padding: 3.77vw 0.94vw 0;
        display: grid;
        justify-items: center;
    }
    .faq_box_a{
        width: 100%;
        /* border-bottom: 1px solid #000; */
        border-bottom: 0.09vw solid #000;
        /* padding: 0 10px 20px; */
        padding: 0 0.94vw 1.89vw;
        display: grid;
        justify-items: center;
    }
    .faq_inner{
        width: 100%;
        /* max-width: 900px; */
        max-width: 84.91vw;
    }
    .faq_main{
        display: grid;
        /* grid-template-columns: 82px 1fr; */
        grid-template-columns: 7.74vw 1fr;
        /* gap: 28px; */
        gap: 2.64vw;
        align-items: center;
        /* padding: 0 0 30px; */
        padding: 0 0 2.83vw;
        font-size: var(--font26);
    }
    .faq_main.faq_q::before{
        content: '';
        width: 100%;
        /* height: 107px; */
        height: 10.09vw;
        background-image: url(../img/faq/q_image.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .faq_main.faq_a::before{
        content: '';
        width: 100%;
        /* height: 97px; */
        height: 9.15vw;
        background-image: url(../img/faq/a_image.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .faq_note{
        width: 100%;
        /* padding: 0 0 0 110px; */
        padding: 0 0 0 10.38vw;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .faq_key{
        font-size: var(--font26);
        padding: 0 0 20px;
    }
    .faq_set{
        width: 100%;
        border-top: 1px solid #000;
    }
    .faq_box_q{
        width: 100%;
        padding: 40px 10px 0;
        display: grid;
        justify-items: center;
    }
    .faq_box_a{
        width: 100%;
        border-bottom: 1px solid #000;
        padding: 0 10px 20px;
        display: grid;
        justify-items: center;
    }
    .faq_inner{
        width: 100%;
        max-width: 900px;
    }
    .faq_main{
        display: grid;
        grid-template-columns: 82px 1fr;
        gap: 28px;
        align-items: center;
        padding: 0 0 30px;
        font-size: var(--font26);
    }
    .faq_main.faq_q::before{
        content: '';
        width: 100%;
        height: 107px;
        background-image: url(../img/faq/q_image.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .faq_main.faq_a::before{
        content: '';
        width: 100%;
        height: 97px;
        background-image: url(../img/faq/a_image.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .faq_note{
        width: 100%;
        padding: 0 0 0 110px;
    }
}

/************************************************************/
/*   移住者インタビュー - 移住のコト   */
/************************************************************/
/* 共通リンク */
@media screen and (max-width:767px) { /*SP*/
    .CMM_interview_key{
        width: 100%;
        padding: 10px 20px;
        margin: 0 0 20px;
        border-radius: 60px;
        background-color: var(--green02);
        text-align: center;
        font-size: var(--font20);
        color: #fff;
    }
    .CMM_interview_wrap{
        width: 100%;
        display: grid;
        gap: 10px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .CMM_interview_key{
        width: 100%;
        padding: 5px 20px;
        margin: 0 0 20px;
        border-radius: 30px;
        background-color: var(--green02);
        text-align: center;
        font-size: var(--font20);
        color: #fff;
    }
    .CMM_interview_wrap{
        width: 100%;
        display: grid;
        gap: 10px;
    }
}
/* 一覧タイプ01 */
@media screen and (max-width:767px) { /*SP*/
    .CMM_interview_set_type01{
        width: 100%;
        display: grid;
        gap: 10px;
    }
    .CMM_interview_box_type01{
        display: grid;
        grid-template-columns: 160px 1fr;
        background-color: var(--green05);
    }
    .CMM_interview_text_type01{
        padding: 25px 5px 10px;
        font-size: var(--font11);
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .CMM_interview_set_type01{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .CMM_interview_box_type01{
        display: grid;
        /* grid-template-columns: 160px 1fr; */
        grid-template-columns: 15.09vw 1fr;
        background-color: var(--green05);
    }
    .CMM_interview_text_type01{
        /* padding: 25px 5px 10px; */
        padding: 2.36vw 0.47vw 0.94vw;
        font-size: var(--font11);
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .CMM_interview_set_type01{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .CMM_interview_box_type01{
        display: grid;
        grid-template-columns: 160px 1fr;
        background-color: var(--green05);
    }
    .CMM_interview_text_type01{
        padding: 25px 5px 10px;
        font-size: var(--font11);
    }
}
/* 一覧タイプ02 */
@media screen and (max-width:767px) { /*SP*/
    .CMM_interview_set_type02{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .CMM_interview_box_type02{
        display: block;
    }
    .CMM_interview_text_type02{
        font-size: var(--font11);
        padding: 5px 0 0;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .CMM_interview_set_type02{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(6,1fr);
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .CMM_interview_box_type02{
        display: block;
    }
    .CMM_interview_text_type02{
        font-size: var(--font11);
        /* padding: 5px 0 0; */
        padding: 0.47vw 0 0;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .CMM_interview_set_type02{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(6,1fr);
        gap: 10px;
    }
    .CMM_interview_box_type02{
        display: block;
    }
    .CMM_interview_text_type02{
        font-size: var(--font11);
        padding: 5px 0 0;
    }
}
/* comingsoon */
.CMM_interview_comingsoon.CMM_interview_box_type01{
    background-color: #dadada;
}

/* 一覧 */
@media screen and (max-width:767px) { /*SP*/
    .interview_key_set{
        width: 100%;
        padding: 30px 0;
    }
    .interview_key_box_sp{
        width: 100%;
        font-size: var(--font18);
    }
    .interview_key_box_pc{
        display: none;
    }
    .interview_list_set{
        width: 100%;
        display: grid;
        gap: 10px;
    }
    .interview_list_box{
        display: block;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .interview_key_set{
        width: 100%;
    }
    .interview_key_box_sp{
        display: none;
    }
    .interview_key_box_pc{
        width: 100%;
    }
    .interview_list_set{
        width: 100%;
    }
    .interview_list_box{
        display: block;
    }
}

/* 記事 タイトル */
@media screen and (max-width:767px) { /*SP*/
    .interview_post_title_set{
        width: 100%;
        padding: 30px 0;
    }
    .interview_post_title_box{
        font-size: var(--font28);
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .interview_post_title_set{
        width: 100%;
        padding: 30px 0;
    }
    .interview_post_title_box{
        font-size: var(--font36);
    }
}

/* 記事 枠組み */
.interview_post_wrap{
    width: 100%;
}
.interview_post_wrap > div{
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.interview_post_wrap > div:nth-of-type(odd){
    background-color: var(--brown06);
}
.interview_post_wrap > div:nth-of-type(even){
    background-color: #fff;
}

/* 記事 プロフィール */
@media screen and (max-width:767px) { /*SP*/
    .interview_post_prof_set{
        width: 100%;
        display: grid;
        gap: 15px;
    }
    .interview_post_mvi{
        width: 100%;
        order: 4;
    }
    .interview_post_num{
        margin: 0 0 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: baseline;
        gap: 10px;
    }
    .interview_post_num span{
        font-size: var(--font20);
    }
    .interview_post_prof_name_set{
        display: grid;
        gap: 15px;
    }
    .interview_post_prof_name_box{
        display: grid;
        gap: 15px;
    }
    .interview_post_name01{
        font-size: var(--font16);
    }
    .interview_post_name02{
        font-size: var(--font28);
    }
    .interview_post_prof_text{
    }
    .interview_post_naem_set01{
        display: flex;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .interview_post_prof_set{
        width: 100%;
    }
    .interview_post_prof_set::after {
        content: "";
        display: block;
        clear: both;
    }
    .interview_post_mvi{
        /* width: 560px; */
        width: 52.83vw;
        float: right;
        /* margin: 0 0 30px 50px; */
        margin: 0 0 2.83vw 4.72vw;
    }
    .interview_post_num{
        /* margin: 0 0 20px; */
        margin: 0 0 1.89vw;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: baseline;
        /* gap: 10px; */
        gap: 0.94vw;
    }
    .interview_post_num span{
        font-size: var(--font26);
    }
    .interview_post_prof_name_set{
        display: grid;
        /* gap: 30px; */
        gap: 2.83vw;
    }
    .interview_post_prof_name_box{
        display: grid;
        /* gap: 20px; */
        gap: 1.89vw;
    }
    .interview_post_name01{
        font-size: var(--font16);
    }
    .interview_post_name02{
        font-size: var(--font30);
    }
    .interview_post_prof_text{
        /* margin: 30px 0 0; */
        margin: 2.83vw 0 0;
    }
    .interview_post_naem_set01{
        display: flex;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .interview_post_prof_set{
        width: 100%;
    }
    .interview_post_prof_set::after {
        content: "";
        display: block;
        clear: both;
    }
    .interview_post_mvi{
        width: 560px;
        float: right;
        margin: 0 0 30px 50px;
    }
    .interview_post_num{
        margin: 0 0 20px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: baseline;
        gap: 10px;
    }
    .interview_post_num span{
        font-size: var(--font26);
    }
    .interview_post_prof_name_set{
        display: grid;
        gap: 30px;
    }
    .interview_post_prof_name_box{
        display: grid;
        gap: 20px;
    }
    .interview_post_name01{
        font-size: var(--font16);
    }
    .interview_post_name02{
        font-size: var(--font30);
    }
    .interview_post_prof_text{
        margin: 30px 0 0;
    }
    .interview_post_naem_set01{
        display: flex;
        flex-wrap: nowrap;
    }
}
/* リンク */
.interview_post_prof_text a{
    text-decoration: underline;
}
.interview_post_prof_text a:hover{
    text-decoration: none;
}

/* 記事 見出し */
@media screen and (max-width:767px) { /*SP*/
    .interview_post_key{
        width: 100%;
        margin: 0 0 5px;
        font-size: var(--font22);
        color: var(--green02);
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .interview_post_key{
        width: 100%;
        margin: 0 0 5px;
        font-size: var(--font26);
        color: var(--green02);
    }
}

/* 記事 タイプ01 */
@media screen and (max-width:767px) { /*SP*/
    .interview_post_type01{
        width: 100%;
        display: grid;
        gap: 1rem;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .interview_post_type01{
        width: 100%;
        display: grid;
        /* grid-template-columns: 1fr 285px; */
        grid-template-columns: 1fr 26.89vw;
        /* gap: 60px; */
        gap: 5.66vw;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .interview_post_type01{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 285px;
        gap: 60px;
    }
}

/* 記事 タイプ02 */
@media screen and (max-width:767px) { /*SP*/
    .interview_post_type02{
        width: 100%;
        display: grid;
        gap: 1rem;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .interview_post_type02{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        /* gap: 30px; */
        gap: 2.83vw;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .interview_post_type02{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 30px;
    }
}

.interview_post_box{
    display: grid;
    gap: 1rem;
}

/* ページャー */
.interview_post_pager{
    width: 100%;
    padding: 0 0 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
}
.interview_post_pager a{
    width: 200px;
    display: grid;
    justify-items: center;
    padding: 10px;
    background-color: var(--green02);
    border-radius: 30px;
    color: #fff;
}

/************************************************************/
/*   メディア情報   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .media_key{
        width: 100%;
        text-align: center;
        font-size: var(--font18);
        margin: 0 0 30px;
    }
    .media_set{
        width: 100%;
        display: grid;
        gap: 40px;
    }
    .media_box{
        width: 100%;
        display: grid;
        justify-items: center;
        gap: 10px;
    }
    .media_logo{
        width: 70%;
    }
    .media_link_set{
        width: 100%;
        display: grid;
        gap: 10px;
    }
    .media_link_set a{
        border-bottom: 1px solid #000;
        display: grid;
        grid-template-columns: 1fr 20px;
        gap: 10px;
        align-items: center;
        padding: 10px 0;
        position: relative;
        z-index: 1;
    }
    .media_link_set a::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--yellow01);
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform 0.3s ease;
    }
    .media_link_set a::after{
        content: '≫';
        font-size: var(--font18);
    }
    .media_link_set a:hover::before{
        transform: scale(1, 1);
        transform-origin: left top;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .media_key{
        width: 100%;
        text-align: center;
        font-size: var(--font26);
        margin: 0 0 60px;
    }
    .media_set{
        width: 100%;
        display: grid;
        gap: 60px;
    }
    .media_box{
        width: 100%;
        display: grid;
        justify-items: center;
        gap: 30px;
    }
    .media_logo{
        display: grid;
        justify-items: center;
    }
    .media_logo img{
        width: 50%;
    }
    .media_link_set{
        width: 100%;
        display: grid;
        gap: 10px;
    }
    .media_link_set a{
        border-bottom: 1px solid #000;
        display: grid;
        grid-template-columns: 1fr 20px;
        gap: 10px;
        align-items: center;
        padding: 10px;
        position: relative;
        z-index: 1;
    }
    .media_link_set a::before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--yellow01);
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform 0.3s ease;
    }
    .media_link_set a::after{
        content: '≫';
        font-size: var(--font26);
    }
    .media_link_set a:hover::before{
        transform: scale(1, 1);
        transform-origin: left top;
    }
}

/************************************************************/
/*   十和田暮らしお役立ちマップ   */
/************************************************************/
/* タブ部分 */
@media screen and (max-width:767px) { /*SP*/
    .map_tab_sp{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background-color: var(--yellow02);
        padding: 15px 10px;
        font-size: var(--font16);
        letter-spacing: 4px;
        position: relative;
    }
    .map_tab_sp::before,
    .map_tab_sp::after{
        content: "";
        position: absolute;
        right: 10%;
        transform: translateY(-50%) rotate(45deg);
        width: 25px;
        height: 25px;
        border: 2px solid #000;
        border-top: none;
        border-left: none;
        transition: 0.3s ease;
    }
    .map_tab_sp::before{
        top: 30%;
    }
    .map_tab_sp::after{
        top: 45%;
    }
    .map_tab_sp.open::before,
    .map_tab_sp.open::after{
        content: "";
        position: absolute;
        top: 12%;
        right: 10%;
        width: 2px;
        height: 40px;
        border: none;
        background-color: #000;
    }
    .map_tab_sp.open::before{
        transform: translate(-15px, 0%) rotate(225deg);
    }
    .map_tab_sp.open::after{
        transform: translate(-15px, 0%) rotate(-225deg);
    }
    .map_spIcon{
        width: 35px;
    }
    .map_tab_set{
        display: none;
        width: 100%;
        padding: 0 20px 50px;
        background-color: var(--yellow02);
    }
    .map_tab_set li{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        border-bottom: 1px solid #000;
    }
    .map_tabLink{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        padding: 15px 0;
    }
    .map_tabIcon{
        width: 35px;
    }
    .map_tabName{
        font-size: var(--font16);
    }
    .map_innerBox{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background-color: var(--yellow02);
        z-index: 10;
    }
    .map_innerIcon{
        width: 35px;
    }
    .map_innerName{
        font-size: var(--font16);
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .map_tab_sp{
        display: none;
    }
    .map_tab_set{
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: stretch;
        align-items: center;
        gap: 1px;
        background-color: #fff;
    }
    .map_tab_set li{
        /* width: 75px; */
        width: 7.08vw;
        /* height: 55px; */
        height: 5.19vw;
        background-color: var(--yellow02);
        transition: var(--transition);
    }
    .map_tabLink{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 10px 20px; */
        padding: 0.94vw 1.89vw;
    }
    .map_tabIcon{
        /* width: 35px; */
        width: 3.30vw;
    }
    .map_tabName{
        /* margin: 0 0 0 15px; */
        margin: 0 0 0 1.42vw;
        font-size: var(--font16);
        display: none;
        opacity: 0;
    }
    .map_innerBox{
        display: none;
    }
    /* hover設定 */
    .map_tabLink:hover{
        cursor: pointer;
    }
    .map_tab_set li.active{
        /* width: 325px; */
        width: 30.66vw;
    }
    .active .map_tabLink{
        justify-content: flex-start;
    }
    .active .map_tabName{
        display: inline-block;
        opacity: 1.0;
        animation: anim_tab 0.3s ease 0.0s 1 forwards;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .map_tab_sp{
        display: none;
    }
    .map_tab_set{
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: stretch;
        align-items: center;
        gap: 1px;
        background-color: #fff;
    }
    .map_tab_set li{
        width: 75px;
        height: 55px;
        background-color: var(--yellow02);
        transition: var(--transition);
    }
    .map_tabLink{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
    }
    .map_tabIcon{
        width: 35px;
    }
    .map_tabName{
        margin: 0 0 0 15px;
        font-size: var(--font16);
        display: none;
        opacity: 0;
    }
    .map_innerBox{
        display: none;
    }
    /* hover設定 */
    .map_tabLink:hover{
        cursor: pointer;
    }
    .map_tab_set li.active{
        width: 325px;
    }
    .active .map_tabLink{
        justify-content: flex-start;
    }
    .active .map_tabName{
        display: inline-block;
        opacity: 1.0;
        animation: anim_tab 0.3s ease 0.0s 1 forwards;
    }
}
/* アニメーション */
@keyframes anim_tab {
	0% {
        display: none;
		opacity: 0.0;
	}
	99% {
        display: none;
		opacity: 0.0;
	}
  	100% {
        display: inline-block;
		opacity: 1.0;
	}
}

/* マップ部分 */
@media screen and (max-width:767px) { /*SP*/
    .map_mapBox{
        width: 100%;
        height: 85vh;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        overflow: hidden;
        display: none;
    }
    .map_mapBox iframe,
    .map_mapBox object,
    .map_mapBox embed {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .map_mapBox iframe{
        border-style: none;
    }
    .map_mapBox.active{
        display: block;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .map_mapBox{
        width: 100%;
        height: 700px;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        overflow: hidden;
        display: none;
    }
    .map_mapBox iframe,
    .map_mapBox object,
    .map_mapBox embed {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .map_mapBox iframe{
        border-style: none;
    }
    .map_mapBox.active{
        display: block;
    }
}

/************************************************************/
/*   お問い合わせ   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .contact_key01{
        width: 100%;
        font-size: var(--font16);
    }
    .contact_key02{
        width: 100%;
        font-size: var(--font26);
        line-height: 1.5;
    }
    .contact_form_wrap{
        width: 100%;
        padding: 30px 0 30px;
    }
    .contact_form_text01{
        text-align: center;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .contact_key01{
        width: 100%;
        font-size: var(--font26);
    }
    .contact_key02{
        width: 100%;
        font-size: var(--font46);
        line-height: 1.5;
    }
    .contact_form_wrap{
        width: 100%;
        padding: 60px 0 30px;
    }
    .contact_form_text01{
        text-align: center;
    }
}

/* CF7の設定 */
.wpcf7-spinner{
    display: none;
}

/************************************************************/
/*   フォーム   */
/************************************************************/
/* デフォルト値　リセット */
input:not([type="radio"], [type="checkbox"]),
textarea{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: var(--font15);
    color: #000;
}
select{
    font-size: var(--font15);
}

/* フォーム */
@media screen and (max-width:767px) { /*SP*/
    .form_set{
        margin: 15px 0;
        border-top: 1px solid #000;
        display: grid;
        gap: 5px;
    }
    .form_box_A{
        padding: 25px 0 0;
    }
    .form_box_B{
        padding: 0 0 20px;
        border-bottom: 1px solid #000;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .form_set{
        margin: 15px 0;
        border-top: 1px solid #000;
        display: grid;
        grid-template-columns: 190px 1fr;
    }
    .form_box_A{
        padding: 25px 0;
        border-bottom: 1px solid #000;
    }
    .form_box_B{
        padding: 25px 0;
        border-bottom: 1px solid #000;
    }
}

/* 送信ボタン */
@media screen and (max-width:767px) { /*SP*/
    .submit_set{
        width: 100%;
        padding: 30px 0 0;
        display: grid;
        justify-items: center;
    }
    .submit_box{
        width: 100%;
        max-width: 260px;
        padding: 10px 20px;
        border: 8px solid #000;
        background: linear-gradient(to bottom, #fff 0%, #fff 50%, #d6d6d6 50%, #d6d6d6 100%);
        position: relative;
    }
    .submit_box::before{
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        width: 20px;
        height: 100%;
        aspect-ratio: 1/2;
        clip-path: polygon(0 0,100% 50%,0 100%);
        background-color: #999;
    }
    .submit_box::after{
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        width: 20px;
        height: 100%;
        aspect-ratio: 1/2;
        clip-path: polygon(100% 0,0 50%,100% 100%);
        background-color: #999;
    }
    .submit_box input{
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        border: none;
        background: none;
        font-size: var(--font20);
        font-weight: bold;
    }
    .submit_box:hover,
    .submit_box input:hover{
        cursor: pointer;
    }
}
@media screen and (min-width:768px) and ( max-width:1059px) { /*TB*/
    .submit_set{
        width: 100%;
        /* padding: 30px 0 0; */
        padding: 2.83vw 0 0;
        display: grid;
        justify-items: center;
    }
    .submit_box{
        width: 100%;
        /* max-width: 500px; */
        max-width: 47.17vw;
        /* padding: 10px 40px; */
        padding: 0.94vw 3.77vw;
        /* border: 8px solid #000; */
        border: 0.75vw solid #000;
        background: linear-gradient(to bottom, #fff 0%, #fff 50%, #d6d6d6 50%, #d6d6d6 100%);
        position: relative;
    }
    .submit_box::before{
        content: '';
        position: absolute;
        top: 0;
        /* left: -1px; */
        left: -0.09vw;
        /* width: 30px; */
        width: 2.83vw;
        height: 100%;
        aspect-ratio: 1/2;
        clip-path: polygon(0 0,100% 50%,0 100%);
        background-color: #999;
    }
    .submit_box::after{
        content: '';
        position: absolute;
        top: 0;
        /* right: -1px; */
        right: -0.09vw;
        /* width: 30px; */
        width: 2.83vw;
        height: 100%;
        aspect-ratio: 1/2;
        clip-path: polygon(100% 0,0 50%,100% 100%);
        background-color: #999;
    }
    .submit_box input{
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        border: none;
        background: none;
        font-size: var(--font22);
        font-weight: bold;
    }
    .submit_box:hover,
    .submit_box input:hover{
        cursor: pointer;
    }
}
@media screen and (min-width:1060px) , print { /*PC*/
    .submit_set{
        width: 100%;
        padding: 30px 0 0;
        display: grid;
        justify-items: center;
    }
    .submit_box{
        width: 100%;
        max-width: 500px;
        padding: 10px 40px;
        border: 8px solid #000;
        background: linear-gradient(to bottom, #fff 0%, #fff 50%, #d6d6d6 50%, #d6d6d6 100%);
        position: relative;
    }
    .submit_box::before{
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        width: 30px;
        height: 100%;
        aspect-ratio: 1/2;
        clip-path: polygon(0 0,100% 50%,0 100%);
        background-color: #999;
    }
    .submit_box::after{
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        width: 30px;
        height: 100%;
        aspect-ratio: 1/2;
        clip-path: polygon(100% 0,0 50%,100% 100%);
        background-color: #999;
    }
    .submit_box input{
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        border: none;
        background: none;
        font-size: var(--font22);
        font-weight: bold;
    }
    .submit_box:hover,
    .submit_box input:hover{
        cursor: pointer;
    }
}