/*ホーム*/
.home_top_block_upper ul{
    display: flex;
    align-items: center;
}
.home_top_block_upper ul li img{
   vertical-align: middle;
}
.home_top_block_upper ul li:first-child{
    width:20%;
    padding: 0 10px;
}
.home_top_block_upper ul li:nth-child(2n){
    width:50%;
}
.home_top_block_upper ul li:last-child{
    width:30%;
    padding: 0 10px;
}

.home_merit_block ul li{
    padding-bottom:40px;
}
.home_merit_title{
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}
.home_merit_title span{
    display: block;
    text-align: left;
}
.home_merit_title span:first-child{
    width:7%;
}
.home_merit_title span:last-child{
    width:90%;
}

.home_merit_title span img{
    width:60px;
    vertical-align: middle;
}

.home_merit_content{
    text-align: left;
}
.home_main_title{
    border:3px solid var(--blue-color);
    padding:3px;
    border-radius: 50px;
    color:#fff;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.home_main_title span{
    display: inline-block;
    width:100%;
    background-color:  var(--blue-color);
    padding:5px;
    border-radius: 50px;
    text-align: center;
}
.home_fee_table_wrapper{
    background-color: var(--yellow-color);
    padding: 10px;
}
.home_fee_table_title_row{
    border-top:2px solid #000;
}
.home_fee_table_title_row.last{
     border-bottom:2px solid #000;
 }
.home_fee_table_title_row ul{
    display: table;
    width:100%;
}
.home_fee_table_title_row ul li {
    display: table-cell;
    border-left: 2px solid #000;
    width: 25%;
    vertical-align: middle;
}
.home_fee_table_title_row ul li:first-child{
    border-left: none;
}
.home_fee_table_title_row_inner_option{
    display: table;
    width:100%;
    height:100%;
    font-weight: 600;
}
.home_fee_area{
    font-size: 1.1rem;
    font-weight: 600;
}
.home_fee_area span{
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.2;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    width:50px;
    margin-right: 5px;
}
.home_fee_table_title_row_inner_title{
    padding:10px 5px;
    text-align: center;
}
.home_fee_table_title_row_inner_option_item{
    display: table-cell;
    width: calc(100%/3);
    height:50px;
    text-align: center;
    border-right: 1px solid #000;
    padding: 5px;
    vertical-align: middle;
    font-weight: 600;
}
.home_fee_table_title_row_inner_option_item.border_none{
    border: none;
}
.home_fee_table_title_row_inner_option.schedule{
    font-weight: normal;
    font-size: 0.8rem;
}
.home_fee_table_title_row_inner_option_item.title{
    background-color: #000;
    color:#fff;
    border-right: 1px solid #fff;
}


.posting_fee_message_block{
    padding: 0 80px;
}
.back_black_item{
    background-color: #000;
    color:#fff;
    padding:10px;
    border-radius: 50px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 1.1rem;
}
.home_caution_block{
    font-size: 0.8rem;
}


.home_cancel_block{
    display:inline-block;
    width:56%;
    border:1px solid #000;
    padding: 10px 10px;
    margin: 0 5px;
    text-align: left;
    height: 155px;
}
.cancel_table{
    display: table;
    vertical-align: middle;
    font-size: 0.8rem;
}

.cancel_table-caption{
    display: table-caption;
    text-align: center;
    font-weight: 600;
    padding: 1px 30px;
}

.cancel_table-row-group{
    display: table-row-group;
}
.cancel_table-row{
    display: table-row;
}
.cancel_table-cell,.cancel_table-cell-th{
    display: table-cell;
    padding: 1px;
}
.cancel_table-cell-th{
    width:85px;
}

.home_ansin_block{
    display:inline-block;
    width:40%;
    border-top:4px solid #000;
    border-bottom:4px solid #000;
    padding: 20px 0;
    margin: 0 5px;

}
.ansin_inner{
    display: table;
    vertical-align: middle;
}
.ansin_inner_left,.ansin_inner_right{
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}
.ansin_inner_left{
    width:25%;
    background-color: #000;
    text-align: center;
    color:#fff;
    letter-spacing: 3px;
}
.ansin_inner_right{
     width:75%;
    padding-left:20px;
    font-size: 0.8rem;
 }
.ansin_inner_right span{
    display: block;
    font-weight: normal;
}

.home_flow_block{
    position: relative;
    padding-left: 100px;
}
.home_flow_block:after{
    position: absolute;
    display: block;
    content:"";
    top:50px;
    left:117px;
    height:70%;
    width:5px;
    background-color: var(--blue-color);
    z-index:-1;
}
.home_flow_block ul li{
    padding: 20px 0;
    font-size: 1.3rem;
    color: var(--blue-color);
}
.home_flow_item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.home_flow_item img{
    width:40px;
}





.home_contact_block{
    background-color: var(--yellow-color);
    padding: 40px 40px 20px;
}

.home_contact_form ul li{
    padding: 20px 0;
    font-size: 1.1rem;
}
.home_contact_form_item_inner{
    display: flex;
    justify-content: space-between;
}
.home_contact_form_item_inner_left,.home_contact_form_item_inner_right{
    width:50%;
    padding-right: 10px;
}
.home_contact_form_item_inner_right{
    padding-left: 10px;
}
.home_contact_form_item_title{
    margin-bottom: 5px;
    padding-left: 20px;
}
.home_contact_form_item_inner_left2{
    width:40%;
    padding-right: 10px;
}
.home_contact_form_item_inner_right2{
     width:60%;
     padding-right: 10px;
 }





/*各ページ*/
.page_midashi_block{
    text-align: center;
}
.page_midashi_block img {
    height:60px;
}


.short_content{
    padding:0 80px;
}
.ex_short_content{
    padding:0 120px;
}

.common_block_title{
    border-bottom: 2px solid #000;
    letter-spacing: 5px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 10px;
}
.about_hanamaru_post_block_title{
    text-align: center;
}
.about_hanamaru_post_block_title img{
    width:80%;
}
.about_hanamaru_post_block_content ul{
    display: flex;
}
.about_hanamaru_post_block_content ul li:first-child{
    width:40%;
    padding-left: 30px;
    padding-right: 10px;
    text-align: center;
}
.about_hanamaru_post_block_content ul li:last-child{
    width:60%;

}



.posting_plan,.posting_schedule{
    text-align: center;
}
.posting_plan{
    width:80%;
    margin: 0 auto;
}
.posting_plan_title{
    display: block;
    border:3px solid var(--blue-color);
    padding: 0 5px;
    margin: 0 auto;
}
.posting_plan_title span{
    display: block;
    border-left:3px solid var(--blue-color);
    border-right:3px solid var(--blue-color);
    padding: 10px;
    font-size: 1.1rem;
    text-align: center;
    color:var(--blue-color);
    font-weight: 600;
    letter-spacing: 5px;
}

.posting_plan_message{
    text-align: justify;
}


.posting_schedule_midashi{
    display: inline-block;
    border:3px solid var(--blue-color);
    padding: 0 5px;
    margin: 0 auto;
}
.posting_schedule_midashi span{
    display: inline-block;
    border-left:3px solid var(--blue-color);
    border-right:3px solid var(--blue-color);
    padding: 10px;
    font-size: 1.1rem;
    text-align: center;
    color:var(--blue-color);
    font-weight: 600;
    letter-spacing: 5px;
}

.button-panel{
    text-align: center;
}
.public_main_button a,button[type="submit"]{
    font-family:var(--font_family);
    display: inline-block;
    background-color: var(--yellow-color);
    border-radius: 50px;
    padding: 0 40px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 4px;
    font-size:1.4rem;
    border:none;
    height:60px;
    line-height:60px;
    color:#000;
}
.button-panel a.button.back{
    display: inline-block;
    background-color: gray;
    color:#fff;
    border-radius: 50px;
    padding: 0 40px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 5px;
    font-size:1.4rem;
    border:none;
    height:60px;
    line-height:60px;
}

.public_main_button a:hover,button[type="submit"]:hover{
    opacity: 0.8;
}

.caption{
    font-size: 0.9rem;
}

.posting_schedule_calendar ul{
    display: flex;
    gap:10px;
}
.posting_schedule_calendar ul li{
    width:50%;
}





.plan_tab_button_block{
    position: relative;
}
.plan_tab_button_block ul li img{
    display: none;
    width:250px;
    vertical-align: middle;
}
.plan_tab_button_block ul{
    display: flex;
    gap:20px;
}

.plan_tab_button_block ul li{
    width:50%;
    text-align: center;
    background-color: var(--yellow-color);
    border: 8px solid var(--yellow-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 30px;
}
.plan_tab_button_block_inner{

}
.plan_tab_button_block ul li.selected{
    background-color: #fff;
    padding: 20px 0 0;
    margin-top: 0;
}
.plan_tab_button_block ul li .title_hidden{
    display: block;
    font-size: 1.6rem;
    color:#9FA0A0;
    font-weight: 700;
    letter-spacing: 5px;
}
.plan_tab_button_block ul li.selected .title_hidden{
    display: none;
}
.plan_tab_button_block ul li.selected img{
    display: inline-block;
}
.plan_tab_button_block ul li .plan_tab_button{
    display: inline-block;
    background-color: var(--yellow-color);
    padding:10px 40px;
    border-radius: 50px;
    vertical-align: middle;
}
.plan_tab_button_block:after {
    position: absolute;
    content: "";
    width: 95%;
    bottom: 0px;
    left: 0;
    border: 4px solid var(--yellow-color);
    z-index: 1;
}
.plan_tab_button_block:before {
    z-index: 1;
}
.plan_tab_button_block ul li {
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.plan_tab_button_block ul li:hover img{
    opacity: 0.8;
}
.plan_tab_button_block ul li.selected:hover img{
    opacity: 1;
}
.plan_tab_button_block ul li.selected {
    z-index: 2;
    border-bottom-color: #FFF;
    cursor: inherit;
}

.plan_tab_button_block ul li:last-child.selected:before,
.plan_tab_button_block ul li:first-child.selected:after {
    position: absolute;
    bottom: -8px;
    width: 8px;
    height: 8px;
    content: " ";
}
.plan_tab_button_block ul li:last-child.selected:before {
    left: -16px;
}
.plan_tab_button_block ul li:first-child.selected:after {
    right: -16px;
}
.plan_tab_button_block ul li:first-child.selected:after, .plan_tab_button_block ul li:last-child.selected:before {
    border: 8px solid var(--yellow-color);
}
.plan_tab_button_block ul li {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.plan_tab_button_block ul li:last-child.selected:before {
    border-bottom-right-radius: 20px;
    border-width: 0 8px 8px 0;
}
.plan_tab_button_block ul li:first-child.selected:after {
    border-bottom-left-radius: 20px;
    border-width: 0 0 8px 8px;
}
.plan_tab_button_block ul li:last-child.selected:before {
    box-shadow: 2px 2px 0 #fff;
}
.plan_tab_button_block ul li:first-child.selected:after {
    box-shadow: -2px 2px 0 #fff;
}


.plan_tab_content_block{
    position: relative;
    border-bottom: 8px solid var(--yellow-color);
    border-left: 8px solid var(--yellow-color);
    border-right: 8px solid var(--yellow-color);
   border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -7px;
    z-index: 9;
    padding: 20px;
}

.weekend_plan_wrapper{
    display: none;
}


.posting_message_block ul{
    display: flex;
}
.posting_message_block ul li img{
    width:100%;
    height: auto;
}
.posting_message_block ul li:first-child{
    padding-right: 40px;
    width:40%;
}
.posting_message_block ul li:last-child{
    width:60%;
    text-align: justify;
}






.recruit_income_card_block ul li{
    display: block;
    padding: 10px 0;
}
.recruit_income_card_block ul li .recruit_income_card_item{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.recruit_income_card_item_upper{
    margin-bottom: 20px;
}
.recruit_income_card_item_upper,.recruit_income_card_item_bottom{
    display: flex;
    gap:20px;
    align-items: center;
    justify-content: space-between;
}
.recruit_income_card_item_upper_ex{
    border-radius: 50%;
    border:2px solid var(--blue-color);
    width:60px;
    height:60px;
    line-height:60px;
    text-align: center;
    color:var(--blue-color);
    font-weight: 600;

}
.recruit_income_card_item_upper_title{
    font-weight: 600;
    font-size:1.2rem;
}
.recruit_income_card_item_upper_title span.weak{
     font-size: 1rem;
 }

.recruit_income_card_item_upper_title span.strong{
    color:var(--blue-color);
}
.recruit_income_card_item_upper_meyasu{
    background-color: black;
    padding: 5px 10px;
    color:#fff;
}
.recruit_income_card_item_bottom_price_inner{
    display: inline;
    font-weight: 600;
    border-bottom: 4px solid var(--yellow-color);
}
.recruit_income_card_item_bottom_price span{
    font-weight: 600;
    color:var(--blue-color);
}
.recruit_income_card_item_bottom_gokei{
    border-radius: 50px;
    padding:10px;
    border:2px solid var(--blue-color);
    background-color:var(--yellow-color);
    color:var(--blue-color);
    font-size:1.1rem;
}
.recruit_income_card_item_bottom_gokei span{
    font-size:1.5rem;
    font-weight: 600;
}
.staff_voice_midashi{
    text-align: center;
}
.staff_voice_midashi img{
    width:400px;
}
.staff_voice ul{
    display: flex;
    gap:20px;
}
.staff_voice ul li{
    padding: 10px 0;
}
.staff_voice_item{
    border:3px solid var(--blue-color);
    padding: 20px;
    border-radius: 20px;
    color:var(--blue-color);
}
.staff_voice_item_title{
    border-bottom:3px solid var(--blue-color);
    text-align: center;
    padding-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 600;
}
.staff_voice_item_content{
    text-align: justify;
    padding-top: 20px;
}

.jisseki_list ul.jisseki_list_inner{
    display: flex;
    flex-wrap: wrap;
}
.jisseki_list ul.jisseki_list_inner li{
    width:50%;
    padding: 10px;
}
.jisseki_list_item{
    position: relative;
    border:6px solid var(--yellow-color);
    padding:20px;
    height:100%;
    border-radius: 20px;

}
.jisseki_list_item_jirei_num{
    position: absolute;
    top:20px;
    left:-15px;
    background-color: #fff;
    border: 3px solid #000;
    padding: 5px 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.jisseki_list_item_content_gokei{
    display: inline-block;
    border-radius: 50px;
    padding: 10px 20px;
    border: 4px solid var(--blue-color);
    color:var(--blue-color);
}
.jisseki_list_item_content_gokei span{
    font-size: 1.2rem;
    font-weight: 600;
}
.jisseki_list_item_content_title{
    padding: 5px 0 20px 80px;
    color:var(--blue-color);
    border-bottom: 4px solid var(--yellow-color);
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 5px;
}
.jisseki_list_item_content_status_content span{
    display: block;
    font-size: 0.9rem;
}
.jisseki_list_item_content_img_block{
    display: flex;
}

.jisseki_list_item_content_img_block_message{
    width:40%;
    border-bottom: 2px dotted #000;
    border-top: 2px dotted #000;
    padding: 20px 0;
}

.jisseki_list_item_content_img_block_img{
    width:60%;
    padding-right: 20px;
}

.jisseki_list_item_content_status{
    display: table;
    border-collapse: separate;
    border: 2px solid #fff;
}

.jisseki_list_item_content_status_row{
    display: table-row;
    width:100%;
}
.jisseki_list_item_content_status_midashi,.jisseki_list_item_content_status_content{
    display: table-cell;
    border: 2px solid #fff;
    padding: 2px;

}
.jisseki_list_item_content_status_midashi{
    background-color: var(--blue-color);
    color:#fff;
    width: 100px;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 2px;
}


.public_page_title{
    color:var(--blue-color);
    text-align: center;
}



/*フォーム*/
input{
    border-radius: 50px;
    width:100%;
    height:60px;
}
textarea{
    border-radius: 10px;
    width:100%;
    height:200px;
}
.home_contact_form_item_input label{
    display: inline-block;
    width: 100%;
}
input[type="radio"]{
    width:auto;
    vertical-align: middle;
    height:10px;
}
.radio_button label{
    height: 40px;
    margin-left: 40px;
}

.input label{
    padding-left: 20px;
    padding-bottom: 5px;
}
.table ul li{
    display: flex;
    border-bottom: 1px dotted rgba(0,0,0,0.5);
}
.table ul li:last-child{
    border-bottom: none;
}
.table ul li .table_left{
    background-color: #f0f0f0;
    width:200px;

}
.table ul li .table_left,.table ul li .table_right{
   padding: 10px;
}




/*会社概要*/
.company_data_wrapper{
    display: flex;
    align-items: center;
}
.company_data_block{
   width:55%;
    margin: 0 auto;
}
.company_data_block ul li{
    display: flex;
}
.company_data_block_left{
    width:40%;
    border-right: 1px solid rgba(0,0,0,0.5);
    padding: 20px;
    background-color: #fafafa;
}
.company_data_block_right{
    width:60%;
    text-align: left;
    padding: 20px 0 20px 40px;
}


.history_list ul li{
    display: flex;
}
.history_list_year{
    width:9%;
}
.history_list_month{
    width:8%;
 }
.history_list_content{
    width:83%;

}
.history_list_year_inner{
    margin-top: 10px;
}
.company_office_img{
    width:45%;
    padding-right: 40px;
}
.company_office_img img{
    width: 400px;
}

.philosophy_block{
    padding: 20px;
}
.philosophy_title{
    text-align: center;
    letter-spacing: 5px;
}
.philosophy_list{
    border: 8px solid var(--yellow-color);
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
}
.philosophy_list ul li{
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-size: 1.2rem;
}
.philosophy_list ul li:before{
    position: absolute;
    display: block;
    content:"一.";
    left:20px;
}


.area_list ul{
    display: flex;
    justify-content: space-between;
}
.area_list ul li{
    calc(100%/3);
    padding: 40px;
}
.area_list ul li img{
    width:100%;
}
.area_list_title{
    font-size: 1.3rem;
    color:var(--blue-color);
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
    font-weight: 600;
}
.area_list ul li:hover{
    background-color: #eee;
}
.area_view{
    display: none;
    border: 8px solid var(--yellow-color);
    border-radius: 20px;
    padding: 20px;
}
.area_view.area_toyokawa_view{
    border: 8px solid var(--green-color);
}
.area_view.area_toyohashi_view{
    border: 8px solid var(--pink-color);
}
.area_view.area_tahara_view{
    border: 8px solid var(--purple-color);
}


.area_view_title{
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
    font-weight: 600;
}
.area_toyohashi_view{
    display: block;
}

.area_view_inner img.map{
    display:block;
    width:100%;
    margin: 0 auto;
}
.area_view_table ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    border-top: 2px solid #000;
}
.area_view_table ul li{
    width:25%;
    display: flex;
    border-bottom: 2px solid #000;
}
.area_view_table ul li:last-child,.area_view_table ul li:nth-child(4n){
    border-right: 1px solid #000;
}
.area_view_table ul li .area_view_table_left{
    background-color: #f3f3f3;
    border-left: 1px solid #000;
    padding: 5px;
    width: 50%;
}
.area_view_table ul li .area_view_table_right{
    border-left: 1px solid #000;
    padding: 5px;
}
.area_view_gokei{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #000;
}
.area_view_gokei span{
    font-size: 1.5rem;
    padding: 0 2px;
}



.excel_download ul li{
    text-decoration: underline;
    padding: 10px 0;
    color: var(--blue-color);
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: bold;
}





@media screen and (max-width: 670px) {
    .short_content,.ex_short_content{
        padding:0;
    }
    .home_merit_title span:first-child{
        width:12%;
    }
    .home_merit_title span:last-child{
        width:88%;
    }
    .home_merit_title span img{
        width:45px;
    }



    /*ホーム*/
    .home_top_block_upper ul{
        position: relative;
        display: block;
        align-items: center;
    }
    .home_top_block_upper ul li img{
        vertical-align: middle;
    }
    .home_top_block_upper ul li:first-child{
        width:45%;
    }
    .home_top_block_upper ul li:nth-child(2n){
        width:100%;
        padding: 15px 20px;
    }
    .home_top_block_upper ul li:last-child{
        position: absolute;
        width:50%;
       top:0;
        right:0;

    }




    .home_fee_table_wrapper{
        background-color: var(--yellow-color);
        padding: 10px;
    }
    .home_fee_table_title_row{
        border-top:2px solid #000;
    }
    .home_fee_table_title_row.last{
        border-bottom:2px solid #000;
    }
    .home_fee_table_title_row ul{
        display: flex;
        width:100%;
    }
    .home_fee_table_title_row ul li {
        display: block;
        border-left: 2px solid #000;
        width: 60%;
        vertical-align: middle;
    }
    .home_fee_table_title_row ul li:first-child{
        width:40%;
    }
    .home_fee_table_title_row_inner_option{
        display: table;
        width:100%;
        height:100%;
        font-weight: 600;
    }
    .home_fee_area{
        font-size: 0.9rem;
        font-weight: 600;
        padding-top: 2px;
    }
    .home_fee_area span{
        display: block;
        font-size: 0.6rem;
        line-height: 1.2;
        border: 1px solid #000;
        background-color: #fff;
        border-radius: 5px;
        vertical-align: middle;
        text-align: center;
        padding: 2px;
        width:50px;
        margin-right: 5px;
    }
    .home_fee_table_title_row_inner_option_item{
        font-size: 0.8rem;
        vertical-align: middle;
        font-weight: 600;
    }
    .home_fee_table_title_row_inner_option_item.border_none{
        border: none;
    }
    .home_fee_table_title_row_inner_option.schedule{
        font-weight: normal;
        font-size: 0.8rem;
    }
    .posting_fee_message_block{
        padding: 0;
    }

    .back_black_item{
        border-radius: 20px;
    }
    .home_caution_block{
        font-size: 0.9rem;
    }


/*ここからスマホ用*/

    .home_cancel_block{
        margin: 0;
        display: block;
        width:100%;
        height:100%;
        margin-bottom: 20px;
    }

    .cancel_table{
        display: block;
    }

/*ここまでスマホ用*/




    .home_ansin_block{
        margin: 0;
        display: block;
        width:100%;
    }

    .ansin_inner{
        display: block;
    }
    .ansin_inner_left,.ansin_inner_right{
        display: block;
    }
    .ansin_inner_left{
        width:100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .ansin_inner_right{
        width:100%;
        padding-left:0;
    }



    .home_main_title{
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
    .home_main_title span{
    }



    .home_flow_block{
        padding: 0;
    }
    .home_flow_block:after{
        position: absolute;
        display: block;
        content:"";
        top:80px;
        left:17px;
        height:70%;
        width:5px;
        background-color: var(--blue-color);
        z-index:-1;
    }
    .home_flow_block ul li{
        padding: 0 0 40px;
        font-size: 1.3rem;
        color: var(--blue-color);
    }
    .home_flow_item{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .home_flow_item img{
        width:40px;
    }





    .home_contact_block{
        background-color: var(--yellow-color);
        padding: 10px;
    }

    .home_contact_form ul li{
        padding: 10px 0;
        font-size: 1.1rem;
    }
    .home_contact_form_item_inner{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .home_contact_form_item_inner_left,.home_contact_form_item_inner_right{
        width:100%;
        padding-right: 0;
    }
    .home_contact_form_item_inner_right{
        padding-left: 0;
        margin-top: 20px;
    }
    .home_contact_form_item_title{
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .home_contact_form_item_inner_left2{
        width:100%;
        padding-right: 0;
    }
    .home_contact_form_item_inner_right2{
        width:100%;
        padding-right:0;
    }





    /*各ページ*/
    .page_midashi_block{
        text-align: center;
    }
    .page_midashi_block img {
        height:45px;
    }

.page_midashi_block_message{
    text-align: justify;
}
img.page_midashi_img_2lines{
    height:90px;
}


    .common_block_title{
        letter-spacing: 2px;
        text-align: center;
        font-size: 1.4rem;
    }
    .about_hanamaru_post_block_title{
        text-align: center;
    }
    .about_hanamaru_post_block_title img{
        width:100%;
    }
    .about_hanamaru_post_block_content ul{
        display: block;
    }
    .about_hanamaru_post_block_content ul li:first-child{
        width:100%;
        padding-right: 0;
        text-align: center;
    }
    .about_hanamaru_post_block_content ul li:first-child img{
        width:80%;
        padding-right: 0;
    }
    .about_hanamaru_post_block_content ul li:last-child{
        width:100%;
        text-align: justify;
    }



    .posting_plan,.posting_schedule{
        text-align: center;
    }
    .posting_plan{
        width:80%;
        margin: 0 auto;
    }
    .posting_plan_title{
        display: block;
        border:3px solid var(--blue-color);
        padding: 0 5px;
        margin: 0 auto;
    }
    .posting_plan_title span{
        display: block;
        border-left:3px solid var(--blue-color);
        border-right:3px solid var(--blue-color);
        padding: 10px;
        font-size: 1.1rem;
        text-align: left;
        color:var(--blue-color);
        font-weight: 600;
        letter-spacing: 0px;
    }

    .posting_plan_message{
        text-align: justify;
    }

    .posting_schedule_midashi span{
        display: inline-block;
        border-left:3px solid var(--blue-color);
        border-right:3px solid var(--blue-color);
        padding: 10px;
        font-size: 1.1rem;
        text-align: center;
        color:var(--blue-color);
        font-weight: 600;
        letter-spacing: 5px;
    }

    .button-panel{
        text-align: center;
    }
    .public_main_button a,button[type="submit"]{
        display: inline-block;
        letter-spacing: 2px;
        font-size:1.2rem;
        height:60px;
        line-height:60px;
    }
    .button-panel a.button.back{
        display: inline-block;
        padding: 0 40px;
        letter-spacing: 2px;
        font-size:1.2rem;
        height:60px;
        line-height:60px;
    }

    .public_main_button a:hover,button[type="submit"]:hover{
        opacity: 0.8;
    }

    .caption{
        font-size: 0.9rem;
    }

    .posting_schedule_calendar ul{
        display: block;
        gap:10px;
    }
    .posting_schedule_calendar ul li{
        width:100%;
    }





    .plan_tab_button_block{
        position: relative;
    }
    .plan_tab_button_block ul li img{
        display: none;
        width:250px;
        vertical-align: middle;
    }
    .plan_tab_button_block ul{
        display: flex;
        gap:20px;
    }

    .plan_tab_button_block ul li{
        width:50%;
        text-align: center;
        background-color: var(--yellow-color);
        border: 8px solid var(--yellow-color);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-top: 30px;
    }
    .plan_tab_button_block_inner{

    }
    .plan_tab_button_block ul li.selected{
        background-color: #fff;
        padding: 10px 5px 0;
        margin-top: 0;
    }
    .plan_tab_button_block ul li .title_hidden{
        display: block;
        font-size: 1rem;
        color:#9FA0A0;
        font-weight: 700;
        letter-spacing: 5px;
    }
    .plan_tab_button_block ul li.selected .title_hidden{
        display: none;
    }
    .plan_tab_button_block ul li.selected img{
        display: inline-block;
    }
    .plan_tab_button_block ul li .plan_tab_button{
        padding:10px 5px;
    }


    .weekend_plan_wrapper{
        display: none;
    }





    .recruit_income_card_block ul li{
        display: block;
        padding: 10px 0;
    }
    .recruit_income_card_block ul li .recruit_income_card_item{
        background-color: #fff;
        border-radius: 20px;
        padding: 10px 20px;
    }
    .recruit_income_card_item_upper{
        margin-bottom: 20px;
    }
    .recruit_income_card_item_upper,.recruit_income_card_item_bottom{
        display: block;
    }
    .recruit_income_card_item_upper_ex{
        border-radius: 50%;
        border:2px solid var(--blue-color);
        width:60px;
        height:60px;
        line-height:60px;
        margin: 0 auto;

    }
    .recruit_income_card_item_upper_title{
        font-weight: 600;
        font-size:1.1rem;
    }
    .recruit_income_card_item_upper_title span.weak{
        font-size: 0.9rem;
    }

    .recruit_income_card_item_upper_title span.strong{
        color:var(--blue-color);
    }
    .recruit_income_card_item_upper_meyasu{
        padding: 10px;
    }
    .recruit_income_card_item_bottom_price span{
        font-weight: 600;
        color:var(--blue-color);
    }
    .recruit_income_card_item_bottom_gokei{
        font-size:1.1rem;
        text-align: center;
        margin-top: 10px;
    }
    .staff_voice_midashi{
        text-align: center;
    }
    .staff_voice_midashi img{
        width:400px;
    }
    .staff_voice ul{
        display: block;
    }
    .staff_voice ul li{
        padding: 10px 0;
    }
    .staff_voice_item{
        border:3px solid var(--blue-color);
        padding: 20px;
        border-radius: 20px;
        color:var(--blue-color);
    }
    .staff_voice_item_title{
        border-bottom:3px solid var(--blue-color);
        text-align: center;
        padding-bottom: 10px;
        font-size: 1.1rem;
        font-weight: 600;
    }
    .staff_voice_item_content{
        text-align: justify;
        padding-top: 20px;
    }

    .jisseki_list ul.jisseki_list_inner{
        display: block;
        flex-wrap: wrap;
    }
    .jisseki_list ul.jisseki_list_inner li{
        width:100%;
        padding: 10px;
    }
    .jisseki_list_item{
        padding:10px;

    }
    .jisseki_list_item_jirei_num{
        padding: 5px 20px;
        font-size: 1rem;
        top:10px;
    }

    .jisseki_list_item_content_title{
        padding: 5px 0 10px 75px;
        letter-spacing: 2px;
    }
    .jisseki_list_item_content_img_block{
        display: block;
    }

    .jisseki_list_item_content_img_block_message{
        width:100%;
        border-bottom: 2px dotted #000;
        border-top: 2px dotted #000;
        padding: 10px 0;
        margin: 20px 0;
    }

    .jisseki_list_item_content_img_block_img{
        width:100%;
        padding-right: 0;
    }

    .jisseki_list_item_content_status{
        display: table;
        border-collapse: separate;
        border: 2px solid #fff;
    }

    .jisseki_list_item_content_status_row{
        display: table-row;
        width:100%;
    }
    .jisseki_list_item_content_status_midashi,.jisseki_list_item_content_status_content{
        display: table-cell;
        border: 2px solid #fff;
        padding: 2px;

    }
    .jisseki_list_item_content_status_midashi{
        background-color: var(--blue-color);
        color:#fff;
        width: 100px;
        font-size: 0.9rem;
        text-align: center;
        letter-spacing: 2px;
    }


    .public_page_title{
        color:var(--blue-color);
        text-align: center;
    }



    /*フォーム*/
    input{
        border-radius: 50px;
        width:100%;
        height:50px;
    }
    textarea{
        border-radius: 10px;
        width:100%;
        height:200px;
    }
    .home_contact_form_item_input label{
        display: inline-block;
        width: 100%;
    }
    input[type="radio"]{
        width:auto;
        vertical-align: middle;
        height:10px;
    }
    .radio_button label{
        height: 40px;
        margin-left: 40px;
    }

    .input label{
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .table ul li{
        display: block;
        border-bottom: none;
    }
    .table ul li:last-child{
        border-bottom: none;
    }
    .table ul li .table_left{
        background-color: #f0f0f0;
        width:100%;

    }
    .table ul li .table_left,.table ul li .table_right{
        padding: 10px;
    }




    /*会社概要*/
    .company_data_wrapper{
        display: block;
    }
    .company_data_block{
        width:100%;
        margin: 20px auto;
    }
    .company_data_block ul li{
        display: block;
    }
    .company_data_block_left{
        width:100%;
        border-right:none;
        padding: 10px;
        background-color: #f3f3f3;
    }
    .company_data_block_right{
        width:100%;
        text-align: left;
        padding: 10px;
    }


    .history_list ul li{
        display: flex;
    }
    .history_list_year{
        width:16%;
        font-size: 0.9rem;
    }
    .history_list_month{
        width:11%;
        font-size: 0.9rem;
    }
    .history_list_content{
        width:73%;
        text-align: justify;

    }
    .history_list_year_inner{
        margin-top: 10px;
    }
    .company_office_img{
        width:100%;
        padding-right: 0;
        margin-top: 20px;
    }
    .company_office_img img{
        width:100%;
    }

    .philosophy_block{
        padding: 20px;
    }
    .philosophy_title{
        font-size: 1.4rem;

    }
    .philosophy_list{
        border-radius: 20px;
        padding: 10px 20px;
    }
    .philosophy_list ul li{
        position: relative;
        padding: 15px 0;
        text-align: left;
        font-size: 1.2rem;
        padding-left: 40px;
    }
    .philosophy_list ul li:before{
        left:0;
    }





    .area_list ul{
        display: block;
    }
    .area_list ul li{
        display: flex;
        width: 100%;
        align-items: center;
        padding: 10px 20px;
    }
    .area_list ul li img{
        width:100px;
        padding-right: 20px;
    }
    .area_list_title{
        font-size: 1.3rem;
        margin-top: 0;
    }

    .area_view_title{
        font-size: 1.3rem;
        text-align: center;
        margin-top: 10px;
        letter-spacing: 3px;
        font-weight: 600;
    }
    .area_view_table ul{
        display: block;
        flex-wrap: wrap;
        font-size: 0.9rem;
        border-top: 2px solid #000;
    }
    .area_view_table ul li{
        width:100%;
        display: flex;
        border-bottom: 2px solid #000;
    }
    .area_view_table ul li:last-child,.area_view_table ul li:nth-child(4n){
        border-right: none;
    }
    .area_view_table ul li .area_view_table_left{
        background-color: #f3f3f3;
        border-left: none;
        padding: 5px;
        width: 50%;
    }
    .area_view_table ul li .area_view_table_right{
        border-left: 1px solid #000;
        padding: 5px 5px  5px 20px;
    }
    .area_view_gokei{
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
        border-bottom: 2px solid #000;
    }
    .area_view_gokei span{
        font-size: 1.5rem;
        padding: 0 2px;
    }



    .posting_message_block ul{
        display: block;
    }
    .posting_message_block ul li img{
        width:100%;
        height: auto;
    }
    .posting_message_block ul li:first-child{
        padding-right:0;
        width:100%;
    }
    .posting_message_block ul li:last-child{
        width:100%;
        margin-top: 20px;
    }


}

/* 202511修正依頼への対応 */

/* ================================
   トップページ　料金表
================================ */
/*  1～4列の幅 */
.home_fee_table_title_row ul li:nth-child(1) {
    width: 20%;
}
.home_fee_table_title_row ul li:nth-child(2) {
    width: 18%;
}
.home_fee_table_title_row ul li:nth-child(3) {
    width: 27%;
}
.home_fee_table_title_row ul li:nth-child(4) {
    width: 35%;
}
@media (max-width: 678px) {
    /*スマホ版料金表は別HTMLで構成が変わる*/
    .home_fee_table_title_row ul li:nth-child(1) {
        width: 35%;
    }
    .home_fee_table_title_row ul li:nth-child(2) {
        width: 65%;
    }
    .home_fee_table_title_row ul li:nth-child(3) {
        width: 0;
    }
    .home_fee_table_title_row ul li:nth-child(4) {
        width: 0;
    }
    .home_fee_table_title_row_inner_option_item .small_text{
        font-size: 0.75rem;
    }    
    .home_fee_table_title_row_inner_option_item {
        padding: 3px 1px;
    }
}

/* ================================
   Hero 全体
================================ */
.hp-hero {
    background: #FFE100;
    padding: 0 10px;
    position: relative;
}

.hp-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

/* ================================
   左ふきだし・右イラスト
================================ */
.hp-hero-badge,
.hp-hero-illust {
    position: absolute;
}

.hp-hero-badge {
    left: 10px;
    top: -7px;
    transform: translate(-10%, -10%);
    width: 220px;
}

.hp-hero-illust {
    right: 0;
    top: 0;
    transform: translate(5%, -10%);
    width: 260px;
}

.hp-hero-badge img,
.hp-hero-illust img {
    width: 100%;
    height: auto;
    display: block;
}

/* ================================
   1行目：地域No.1
================================ */
.hp-hero-lead {
    font-size: 52px;
    font-weight: bold;
    color: #0091DB;
    margin-bottom: 20px;
    margin-left: -30px;
    letter-spacing: 2px;
}

/* ================================
   青い帯（エリア表示）
================================ */
.hp-hero-area-pill {
    background: #0091DB;
    color: #FFE100;
    font-size: 42px;
    font-weight: 900;
    padding: 0 10px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    width: 80%;
}

/* ================================
   メインコピー（白フチの青文字）
================================ */
.hp-hero-main {
    font-size: 80px;
    font-weight: 900;
    color: white;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
    -webkit-text-stroke: 12px #0091DB;
    text-stroke: 12px #0091DB;
    paint-order: stroke;
    letter-spacing: 2px;
    text-shadow:4px 6px 0 rgba(0, 145, 219, 0.7);
    position: relative;
    display: inline-block; 
}

.hp-hero-main-number {
    font-size: 1.2em;
    margin-inline: 10px;
    letter-spacing: 6px;
    font-family: "Yu Gothic", "游ゴシック体", sans-serif;
}

/* ================================
   注意書き
================================ */
.hp-hero-note {

    position: absolute;
    right: -40px;   
    bottom: 10px; 
    -webkit-text-stroke: 0;
    text-stroke: 0;
    text-shadow: none;
    letter-spacing: 0;

    font-size: 16px;
    color: #333;
}

/* ================================
   市ごとの世帯数一覧
================================ */
.hp-hero-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 1.7rem;
    margin-top: 20px;
}

.hp-hero-stat-label {
    border: 3px solid #0091DB;
    padding: 0 6px;
    border-radius: 10px;
    line-height: 1.3;
}

.hp-hero-stat-item {
    color: #0091DB;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 900;
}

.hp-hero-stat-number {
    font-size: 2rem;
    font-family: "Yu Gothic", "游ゴシック体", sans-serif;
}

/* スマホレイアウト */
@media (max-width: 768px) {

  /* 1行目まとめコンテナをフレックスにする */
  .hp-hero-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0;
    position: relative;
  }

  /* ふきだし＆ポスト画像：上段で横並び（2分割） */
  .hp-hero-badge,
  .hp-hero-illust {
    position: static;   
    transform: none;     
    flex: 0 0 50%;        
    padding: 0 4px;                 
    box-sizing: border-box;    
    text-align: center;
  }

  .hp-hero-badge img,
  .hp-hero-illust img {
    width: 100%;           
    height: auto;
    display: block;
  }

  /* 並び順：左にふきだし、右にポスト */
  .hp-hero-badge {
    order: 1;
  }
  .hp-hero-illust {
    order: 2;
  }

  /* リードコピーは2段目、100%幅で中央寄せ */
  .hp-hero-lead {
    order: 3;
    flex: 0 0 100%;
    margin: 0;
    font-size: 1.8rem; 
  }

  .hp-hero-area-pill {
    font-size: 1.5rem;
    width: 100%;
    letter-spacing: 1px;
  }
  .hp-hero-main {
      font-size: 1.85rem;
      font-weight: 900;
      -webkit-text-stroke: 6px #0091DB;
      text-stroke: 6px #0091DB;
      text-shadow: 1px 2px 0 rgba(0, 145, 219, 0.7);
      position: static; 
      text-align: center;   
  }
  .hp-hero-main-number {
      margin-inline: 4px;
      letter-spacing: 2px;
      font-family: "Yu Gothic", "游ゴシック体", sans-serif;
  }

  .hp-hero-note {
      position: static;
      font-size: 0.9rem;
  }

  .hp-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    justify-content: center;
    font-size: 1.1rem;
  }
  .hp-hero-stat-item {
    justify-content: center;
  }
  .hp-hero-stat-number {
    font-size: 1.3rem;
  }  

  /* ▼ 並び順を指定 */
  .hp-hero-stat-item:nth-child(1) {
    order: 1;
    flex: 0 0 100%;  
  }
  .hp-hero-stat-item:nth-child(2) {
    order: 2;
    flex: 0 0 46%;    
  }
  .hp-hero-stat-item:nth-child(3) {
    order: 3;
    flex: 0 0 46%;
  }
}

/* ============================
  配布プランページ　HANAMARUポスティングとは？
=============================== */
.about-title-text {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #FFE100; 
  -webkit-text-stroke: 4px #000;
  text-stroke: 4px #000;
  text-shadow: 1px 2px 0 #000;
  margin: 0;
  padding: 0;
/*  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", "游ゴシック", sans-serif;*/
  paint-order: stroke;
  letter-spacing: 4px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .about-title-text {
    font-size: 1.1rem;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    letter-spacing: 1px;
    text-shadow: none;
  }
}


/* ============================
  <br> 表示制御（PC/SP切替用）
=============================== */
.br-pc {
  display: inline;
}
.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline;
  }
}

/* ============================
  フッター調整
=============================== */
.footer_inner ul {
    width: 75%;
    margin: 0 auto;
}
.footer_inner ul li:first-child {
    width: 20%;
}
.footer_inner ul li:nth-child(2n) {
    width: 35%;
}
.footer_inner ul li:last-child {
    width: 45%;
}


@media (max-width: 670px) {
    .footer_inner ul {
        width: 100%;
    }
    .footer_inner ul li:first-child,
    .footer_inner ul li:nth-child(2n),
    .footer_inner ul li:last-child {
        width: 100%;
    }

}

