@charset "utf-8";

@media screen and (max-width: 1024px) {
    /* ---------------------------------------------------------------------------------------------------*/
    #sec_overview h2{
        margin-bottom: 40px;
        padding-bottom: 24px;
        font-size: 26px;
        line-height: 1.4em;
    }
    #sec_overview .overview_content{
        padding-top: 48px;
        width: 100%;
        order: 2;
    }
    #sec_overview .overview_image{
        margin: 16px auto 0;
        padding: 0;
        width: 50%;
        height: 50%;
        order: 1;
    }
    #sec_overview .overview_image::before {
        content: none;
    }
    #sec_overview .overview_image h3{
        font-size: 16px;
    }
    #sec_overview h3{
        font-size: 22px;
        text-align: center;
    }
    #sec_overview ol{
        padding: 12px 16px;
    }
    #sec_overview .overview_data{
        margin: 40px auto 0;
        max-width: 100%;
        order: 3;
    }
    #sec_overview .overview_data h4{
        font-size: 20px;
    }
    #sec_overview .overview_data img{
        width: 100%;
    }

    /* ---------------------------------------------------------------------------------------------------*/
    #sec_wanted{
        padding-bottom: 80px;
    }
    #sec_wanted h2{
        margin-bottom: 40px;
        padding-bottom: 24px;
        font-size: 26px;
        line-height: 1.4em;
    }
    #sec_wanted h2 + p{
        font-size: 16px;
    }
    #sec_wanted a.linkbtn_inquiry{
        width: 64%;
        font-size: 18px;
    }
    #sec_wanted .column_CS{
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 768px) {
    #sec_overview{
        margin-top: 48px;
    }
    #sec_overview h2{
        padding: 0 24px 24px;
        font-size: 22px;
    }
    #sec_overview .overview_image{
        width: 90%;
        height: 90%;
    }
    #sec_overview h3{
        font-size: 20px;
        text-align: left;
    }
    #sec_overview .overview_data{
        margin: 64px auto 0;
    }
    #sec_overview .overview_data h4{
        font-size: 18px;
        text-align: left;
    }
    #sec_overview .overview_data p{
        margin-top: 8px;
        font-size: 12px;
    }

    /* ---------------------------------------------------------------------------------------------------*/
    #sec_map .map_wrap{
        margin: 40px -12px 0;
    }

    /* ---------------------------------------------------------------------------------------------------*/
    .modal {
        padding: 24px;
        width: calc(100% - 48px);
    }
    .modal table {
        margin-top: 12px;
    }
    .modal table th,
    .modal table td{
        font-size: 13px;
    }
    .modal-close__wrap {
        right: 0;
        top: 0;
    }
    .modal table th.th_type{
        width: 5em;
    }
    .modal .info{
        font-size: 12px;
    }
    /* ---------------------------------------------------------------------------------------------------*/
    #sec_wanted {
        margin-top: 48px;
    }
    #sec_wanted h2{
        padding: 0 24px 24px;
        font-size: 22px;
    }
    #sec_wanted h2 + p{
        text-align: justify;
    }
    #sec_wanted a.linkbtn_inquiry{
        margin: 16px auto 0;
        width: 100%;
        line-height: 68px;
    }
    #sec_wanted .column_CS{
        padding: 24px 24px 200px 24px;
        background: url(../images/cs/cs_column_bg.png) 50% calc(100% - 24px) no-repeat,#f5f5f5;
        background-size: auto 160px;
    }
}