/**=============
front-page
==============**/
#index .add_center_margin {
    display: inline-block;
    margin: auto;
}

@media screen and (max-width:991px) {
    #index .list .add_padding {
        text-align: left;
        padding-left: 50px;
    }
    
}

@media screen and (max-width:540px) {
    #index .list .add_padding {
        text-align: center;
        padding-left: initial;
    }
    
}



/**=============
about us
==============**/
@media screen and (max-width:1199px) {
    #aboutus .add_about_img {
        width:121%;
        height: auto;
    }
    #aboutus .circle_img {
        width: 100%;
        height: auto;
    }
    #aboutus .circle_img_0 {
        width: 98%;
        height: auto;
    }
    #aboutus .circle_img_1 {
        width: 85%;
        height: auto;
    }
    #aboutus .circle_img_2 {
        width: 70%;
        height: auto;
    }
}


/**=============
company info
==============**/
#philosophy_wrap .add_com_margin {
    margin: auto;
}

#company_wrap .add_com_margin {
    margin: auto;
}


/**=============
works
==============**/
#works tbody, #works td, #works tfoot, #works th, #works thead, #works tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}


/**=============
contact
==============**/
@media screen and (max-width:1199px) {
    #contact .add_center_margin {
        margin: auto;
    } 
}


/**========================
20231122 add style pickup
=========================**/
#index #pickup {
    margin-top: 150px;
}
#index #pickup .pickup_section {
    margin: auto;
    margin-top: 120px;
    justify-content: space-between;
}
@media screen and (max-width:991px) {
    #index #pickup .pickup_section {
    margin: auto;
    margin-top: 120px;
    justify-content: center;
}
}
@media screen and (max-width:540px) {
    #index #pickup {
        margin-top: 80px;
    }
    #index #pickup .pickup_section {
        margin: auto;
        margin-top: 40px;
        justify-content: space-around;
    }
}
#index #pickup .section_img {
    width: 100%;
    height: auto;
}

#index #pickup .image_link{
    display:block; 
    position:relative;
    text-decoration:none;
}
#index #pickup .section {
    position: relative;
    padding: 0;
}
#index #pickup .section p {
    /*margin-top: 20px;*/
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    /*bottom:-20px;*/
    left: 0;
    text-align: center;
    background-color: #2F5A90;
    padding: 10px 0;
    margin-bottom: 0;
}
#index #pickup .section a {
    padding: 0;
}
@media screen and (max-width:1540px) {
    #index #pickup .section p {
    /*margin-top: 20px;*/
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 15%;
    /*bottom: 0;*/
    left: 0;
    text-align: center;
    background-color: #2F5A90;
    padding: 10px 0;
    margin-bottom: 0;
}
}
@media screen and (max-width:991px) {
    #index #pickup .section {
        position: relative;
        padding: 0 10px;
    }
    /*
    #index #pickup .section a {
        padding:0 12px;
    }*/
} 
    
@media screen and (max-width:540px) {
    #index #pickup .section {
        position: relative;
        padding: 0 5px;
    }
}

#index #pickup .section p:hover {
    color: #fff !important;
}
/*#index #pickup .section p span {
    margin-right: 100px;
}
@media screen and (max-width:1024px) {
    #index #pickup .section p span {
    margin-right: 50px;
}
}*/
@media screen and (max-width:991px) {
    #index #pickup .section p span {
        /*margin-right: 0px;*/
        font-size: 14px;
    }
}
#index #pickup .section p i {
    margin-left: 20px;
}
#index #pickup .section p.btn_animation::before {
    display: none;
}
#index #pickup .section p.btn_animation:hover {
    color: #fff;
    transition:none;
}
#index #pickup .section p.btn_animation:hover::before{
    width:30px;
}
#index #pickup .left_section {
    text-align: left;
}
#index #pickup .left_section a {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
#index #pickup .left_section a:hover {
    /*color: #000 !important;*/
    background-color: #000;
    color: #fff;
    transition: 0.5s;
}

/**
#index #pickup .left_section a p {
    display: inline-block;
    margin: auto;
    font-size: 14px;
    width: 35%;
    font-weight: 400;
}
@media screen and (max-width:1800px) {
    #index #pickup .left_section a p {
        display: inline-block;
        margin: auto;
        font-size: 14px;
        width: 38%;
    }
}
**/
#index #pickup .left_section a p span:nth-child(1) {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px;
}
#index #pickup .left_section .left_section_img {
    width: 40%;
    height: fit-content;
    height: intrinsic;
}
#index #pickup .left_section02 {
    margin-top: 40px;
}

@media screen and (max-width:1180px) {
    #index #pickup .section p {
        /*margin-top: 20px;*/
        color: #fff;
        position: absolute;
        width: 100%;
        /*bottom: 50px;*/
        bottom: 20%;
        left: 0;
        text-align: center;
        background-color: #2F5A90;
        padding: 10px 0;
        margin-bottom: 0;
    }
    #index #pickup .left_section02 {
        margin-top: 20px;
    }
}
@media screen and (max-width:1024px) {
    #index #pickup .section p {
        /*margin-top: 20px;*/
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: 30%;
        left: 0;
        text-align: center;
        background-color: #2F5A90;
        padding: 10px 0;
        margin-bottom: 0;
    }
    #index #pickup .left_section02 {
        margin-top: 20px;
    }
}
#index #pickup .left_section .btn_animation {
    padding-left: 0;
}
#index #pickup .left_section .btn_animation i {
    padding-left: 10px;
}
#index #pickup .left_section .btn_animation::before {
    display: none;
}
/*
#index #pickup .left_section .btn_animation:hover {
    color: #fff !important;
}
*/
#index #pickup .left_section a:hover .btn_animation {
    color: #fff !important;
}
/*#index #pickup .res_991 {
    display: none;
}*/
@media screen and (max-width:991px) {
    #index #pickup .section p {
        /*margin-top: 20px;*/
        color: #fff;
        display: block;
        position: absolute;
        /*width: 100%;*/
        width: 97%;
        bottom: 0;
        left: inherit;
        text-align: center;
        background-color: #2F5A90;
        padding: 0px 0;
        margin-bottom: 0;
      
    }
    #index #pickup .pickup_section .pc {
        display: none;
    }
    #index #pickup .res_991 {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        padding: 0;
    }
    #index #pickup .res_991 .col-md-6 {
        padding: 0;
        position: relative;
        width: 48%;
    }
    /*#index #pickup .res_991 .col-md-6:nth-child(1) {
        padding-left: 0;
    }
    #index #pickup .res_991 .col-md-6:nth-child(2) {
        padding-right: 0;
    }*/
    /*#index #pickup .res_991 .res_section {
        position: relative;
    }*/
    #index #pickup .res_991 .res_section p {
        color: #fff;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: center;
        background-color: #2F5A90;
        padding: 0px 0;
        margin-bottom: 0;
        font-size: 14px;
    }
    #index #pickup .res_991 .left_section_img {
        width: 100%;
        height: auto;
    }
    #index #pickup .res_section p i {
        margin-left: 20px;
    }
}

@media screen and (max-width:540px) {
    #index #pickup .section p {
        /*margin-top: 20px;*/
        color: #fff;
        display: block;
        position: absolute;
        /*width: 100%;*/
        width: 97%;
        bottom: -17px;
        left: inherit;
        text-align: center;
        background-color: #2F5A90;
        padding: 0px 0;
        margin-bottom: 0;
      
    }
    #index #pickup .left_section a p span:nth-child(1) {
        font-size: 16px;
        display: inline-block;
        padding-bottom: 10px;
    }
    #index #pickup .res_991 {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        padding: 0;
    }
}

/**========================
20240412 change style pickup
=========================**/
#index #pickup .text_link {
    margin: auto;
    /*width: 50%;
    height: 48.5%;*/
    width: 85%;
    height:95%;
}
#index #pickup .link_up {
    margin-top: 0;
    margin-bottom: 15px;
}
#index #pickup .link_down {
    margin-bottom: 0;
    margin-top: 15px;
}
#index #pickup .text_link a {
    border: 1px solid #404040;
    height: 100%;
    text-align: center;
}
#index #pickup .text_link a p {
    display: inline-block;
    margin: auto;
}
#index #pickup .text_link img {
    width: 100% !important;
}

@media screen and (max-width:1540px) {
    #index #pickup .text_link {
        width: 95%;
        height:90%;
    }
}
@media screen and (max-width:1180px) {
    #index #pickup .text_link {
        width: 95%;
        height:94%;
    }
}

#index #pickup .pickup_section .text_link_zone {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.res_991 {
    display: none !important;
}
@media screen and (max-width:991px) {
    .res_991 {
        display: block !important;
    }
    #index #pickup .text_link_zone {
        margin-top: 30px;
        padding: 0;
    }
    #index #pickup .pickup_section .text_link_zone {
        margin:0;
        display: block;
        grid-template-columns:1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    #index #pickup .text_link {
        width: 97%;
        height:170px;
    }
    #index #pickup .res_991 {
        display: none;
    }
}

@media screen and (max-width:540px) {
   /* #index #pickup .text_link a p {
        display: inline-block;
        margin: auto;
        margin-left: 25%;
    }*/
}
