@charset "utf-8";




/* 企業情報
-------------------------------*/
.comp_cont{
    padding-bottom: 150px;
}

.comp_cont.mb-s{
    padding-bottom: 40px;
}


@media screen and (max-width:910px){
    .comp_cont {
        padding-bottom: 100px;
    }
    .comp_cont.mb-s{
        padding-bottom: 40px;
    }
}
@media screen and (max-width:640px){
    .comp_cont {
        padding-bottom: 80px;
    }
    .comp_cont.mb-s{
        padding-bottom: 40px;
    }
}


.comp_cat_list{
    width: 95%;
    max-width: 1365px;
    margin: auto;
}
.comp_cat_list_bnr{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.comp_cat_list_bnr li{
    width: 30%;
    margin-left: 1.65%;
    margin-right: 1.65%;
    margin-bottom: 65px;
}
.comp_cat_list_bnr li a{
    display: block;
}
.comp_cat_list_bnr li .img{
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.comp_cat_list_bnr li .img.kei{
    border: solid 1px #999;
}
.comp_cat_list_bnr li .txt{
    color: #e10000;
    font-size: 25px;
    font-weight: 500;
}
.comp_cat_list_bnr li .txt span{
    padding-right: 55px;
    background-image: url(../img/company/arrow_red.png);
    background-repeat:  no-repeat;
    background-position: calc(100% - 13px) center;
    transition: 0.3s;

}
.comp_cat_list_bnr li a:hover .txt span{
    background-position: calc(100% - 5px) center;
}

@media (min-width:911px) and (max-width:1480px){
    .comp_cat_list_bnr li{
        margin-bottom: 4.3vw;
    }
    .comp_cat_list_bnr li .img{
        border-radius: 2vw;
        margin-bottom: 2vw;
    }
    .comp_cat_list_bnr li .txt{
        font-size: 1.6vw;
    }
    .comp_cat_list_bnr li .txt span{
        padding-right: 3.7vw;
        background-size: auto 90%;
    }
}
@media screen and (max-width:910px){
    .comp_cat_list_bnr li{
        margin-bottom: 40px;
    }
    .comp_cat_list_bnr li .img{
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .comp_cat_list_bnr li .txt{
        font-size: 18px;
    }
    .comp_cat_list_bnr li .txt span{
        padding-right: 40px;
        background-size: auto 90%;
    }
}
@media screen and (max-width:640px){
    .comp_cat_list_bnr li{
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .comp_cat_list_bnr li .img{
        border-radius: 10px;
    }
    .comp_cat_list_bnr li .txt{
        font-size: 16px;
    }
}
@media screen and (max-width:380px){
    .comp_cat_list_bnr li{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .comp_cat_list_bnr li .img{
        border-radius: 10px;
    }
}




/* 事業内容の一覧 */

.comp_cat_list_bnr li .txt .ja{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}
.comp_cat_list_bnr li .txt .en{
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-top: 8px;
}
.comp_cat_list_bnr li .txt .btn_more{
    margin-top: 20px;
}
.comp_cat_list_bnr li .txt .btn_more span {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: 42px;
    background-color: #e10000;
    border-radius: 30px;
    padding-left: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    color: #fff;
    padding-right: 0;
    background-image: url(../img/business/arrow_siro.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: auto;
}

.comp_cat_list_bnr li .txt .sub{
    margin-top: 10px;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}
.comp_cat_list_cap{
    margin-bottom: 80px;
    text-align: center;
}
.comp_cat_list_cap .txt1{
    font-family: "Noto Serif JP", serif;
    color: #e10000;
    font-size: 50px;
    line-height: 1.4;
    font-weight: 800;
    font-style: italic;
}
.comp_cat_list_cap .txt2{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}
@media screen  and (max-width:1480px){
    .comp_cat_list_bnr li .txt .ja{
        font-size: 2vw;
    }
    .comp_cat_list_bnr li .txt .sub{
        font-size: 1vw;
    }
    .comp_cat_list_cap .txt1{
        font-size: 3.3vw;
    }

}
@media screen  and (max-width:910px){
    .comp_cat_list_bnr li .txt .ja{
        font-size: 20px;
    }
    .comp_cat_list_bnr li .txt .en{
        font-size: 13px;
    }
    .comp_cat_list_bnr li .txt .sub{
        font-size: 14px;
    }
        .comp_cat_list_cap{
        padding-top: 30px;
        margin-bottom: 50px;
    }
    .comp_cat_list_cap .txt1{
        font-size: 30px;
    }

}
@media screen  and (max-width:640px){
    .comp_cat_list_bnr li .txt .en{
        margin-top: 5px;
    }
    .comp_cat_list_bnr li .txt .btn_more{
        margin-top: 10px;
    }
    
    .comp_cat_list_bnr li .txt .btn_more span {
        height: 35px;
    }
    .comp_cat_list_bnr li .txt .sub{
        font-size: 13px;
    }
    .comp_cat_list_cap{
        padding-top: 20px;
    }
    .comp_cat_list_cap .txt1{
        font-size: 22px;
    }
    .comp_cat_list_cap .txt2{
        font-size: 14px;
    }

}





/* 代表メッセージ 
-------------------------------*/

.comp_ceo_messege{
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.comp_ceo_messege .txt{
    width: 64%;
}
.comp_ceo_messege .txt .cap{
    font-size: 30px;
    font-weight: 600;
    color: #e10000;
}
.comp_ceo_messege .txt p{
    margin-top: 40px;
    line-height: 2.5;
}

.comp_ceo_messege .img{
    width: 33%;
}
.comp_ceo_messege .img img{
    border-radius: 40px;
}
@media screen and (max-width:1400px){
    .comp_ceo_messege .txt p{
        margin-top: 2.8vw;
        line-height: 2;
    }
    .comp_ceo_messege .txt p br.pc{
        display: none;
    }
}
@media screen and (max-width:910px){
    .comp_ceo_messege .txt{
        width: 100%;
    }
    .comp_ceo_messege .txt .cap{
        font-size: 25px;
    }
    .comp_ceo_messege .txt p{
        margin-top: 30px;
        line-height: 1.8;
    }
    .comp_ceo_messege .img{
        width: 100%;
        margin-top: 50px;
        text-align: center;
    }
    .comp_ceo_messege .img img{
        border-radius: 30px;
        max-width: 350px;
        height: auto;
    }
}
@media screen and (max-width:640px){
    .comp_ceo_messege .txt .cap{
        font-size: 20px;
    }
}




/* 当社の方針
-------------------------------*/

.comp_our_policy{
    width: 100%;
    background-image: url(../img/company/comp_policy.jpg);
    background-position: center;
    background-size: cover;
    background-color: #eee;
    border-radius: 30px;
    padding: 75px 30px 150px;
    text-align: center;
    max-height: 940px;
    height: 90vw;
}
.comp_our_policy dt{
    font-size: 50px;
    color: #e10000;
    margin-bottom: 45px;
    font-weight: 600;
}
.comp_our_policy dd{
    font-size: 35px;
    font-weight: 600;
}
.comp_our_policy .logo{
    width: 100%;
    max-width: 910px;
    margin: 80px auto 0;
    padding-top: 70px;
    border-top: solid 1px #999;
}
@media screen and (max-width:1480px){
    .comp_our_policy{
        padding: 5vw 2vw 10vw;
    }
    .comp_our_policy .logo{
        margin-top: 5vw;
        padding-top: 5vw;
    }
}
@media screen and (max-width:1100px){
    .comp_our_policy dt{
        font-size: 4.5vw;
        margin-bottom: 4vw;
    }
    .comp_our_policy dd{
        font-size: 3.1vw;
    }
    .comp_our_policy .logo img{
        width: 47.5vw;
        height: auto;
    }
}




/* 会社概要
-------------------------------*/
.comp_ttl_sub{
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #e10000;
    padding-left: 30px;
    border-left: solid 5px #e10000;
    margin-bottom: 40px;
}
.comp_gaiyou{
    width: 100%;
}
.comp_gaiyou th{
    width: 215px;
    border-bottom: solid 2px #e10000;
    color: #e10000;
    font-size: 20px;
    padding: 40px 0 40px 20px;
    vertical-align: top;
}
.comp_gaiyou td{
    font-size: 19px;
    padding: 40px ;
    border-bottom: solid 2px #ccc;
}
.comp_gaiyou td.kanren span{
    color: #e10000;
}
.comp_gaiyou td.kanren a{
    color: #e10000;
    text-decoration: underline;
}
.comp_gaiyou td.kanren a:hover{
    text-decoration: none;
}
.comp_gaiyou.yakuin th{
    width: 530px;
}
@media screen and (max-width:1480px){
    .comp_gaiyou th{
        padding: 2vw 0 2vw 20px;
    }
    .comp_gaiyou td{
        padding: 2vw;
    }
}

@media screen and (max-width:910px){
    .comp_ttl_sub{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .comp_gaiyou th{
        width: 150px;
        font-size: 18px;
    }
    .comp_gaiyou td{
        font-size: 16px;
    }
    
}
@media (min-width:521px) and (max-width:910px){
    .comp_gaiyou.enkaku th{
        width: 180px;
        padding-left: 10px;
    }
    .comp_gaiyou.yakuin th{
        width: 430px;
    }

}

@media screen and (max-width:640px){
    .comp_ttl_sub{
        font-size: 20px;
        padding-left: 15px;
    }
    .comp_gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border-bottom: none;
        background-color: #f1f1f1;
    }
    .comp_gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
        font-size: 15px;
    }
    .comp_gaiyou.yakuin th{
        width: 100%;
    }
    
    .comp_soshiki_zu{
        width: 100%;
        overflow: auto;
    }
    .comp_soshiki_zu img{
        width: 600px;
        max-width: none;
        height: auto;

    }

}




/* 事業所案内
-------------------------------*/

.comp_base_info{
    width: 100%;
    border-top: solid 1px #e10000;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comp_base_info:last-child{
    border-bottom: solid 1px #e10000;
}
.comp_base_info .txt{
    width: calc(100% 360px);
    font-weight: 500;

}
.comp_base_info .txt.wide{
    width: 100%;
}
.comp_base_info .txt dt{
    font-size: 30px;
    font-weight: 500;
    color: #e10000;
    margin-bottom: 10px;
}
.comp_base_info .txt dd{
    font-size: 19px;
    line-height: 2;
    font-weight: 500;
}
.comp_base_info .txt dd:not(:last-child){
    margin-bottom: 20px;
}

.comp_base_info .img{
    width: 330px;
}
.comp_base_info .img img{
    border-radius: 30px;
}


@media screen and (max-width:910px){
    .comp_base_info{
        padding: 30px 0;
    }
    .comp_base_info .txt{
        width: 55%;
    }
    .comp_base_info .txt dt{
        font-size: 20px;
    }
    .comp_base_info .txt dd{
        font-size: 13px;
        line-height: 1.7;
    }
    .comp_base_info .txt dd.map_btn img{
        width: 200px;
        height: auto;
    }
    .comp_base_info .img{
        width: 40%;
    }
    .comp_base_info .img img{
        border-radius: 20px;
    }

}
@media screen and (max-width:640px){
    .comp_base_info{
        padding: 20px 10px;
    }
    .comp_base_info .txt{
        width: 100%;
    }
    .comp_base_info .img{
        width: 100%;
        margin-top: 20px;
    }
    .comp_base_info .img img{
        border-radius: 10px;
    }
}





/* SDGsへの取り組み
-------------------------------*/

.comp_cont.sdgs01 {
    text-align: center;
}

.comp_cont.sdgs01 .txt{
    margin-top: 80px;
    font-size: 25px;
    line-height: 2.3;
}
.sdgs_sec_ttl{
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/company/img21.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 120px;
}
.sdgs_sec_ttl.bg_envi{
    background-image: url(../img/company/img22.jpg);
}
.sdgs_sec_ttl ._in{
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    color: #fff;
}
.sdgs_sec_ttl ._in span:nth-child(1){
    font-size: 80px;
    font-weight: 500;
    margin-right: 0.5em;
}
.sdgs_sec_ttl ._in span:nth-child(2){
    font-size: 50px;
    font-weight: 500;
    margin-right: 0.5em;
}
.sdgs_sec_ttl ._in span:nth-child(3){
    font-size: 25px;
}

.sdgs_item01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sdgs_item01 li{
    width: 48%;
    margin-bottom: 60px;
    display:flex;
    flex-direction:column;
}
.sdgs_item01 li img{
    width: 100%;
    aspect-ratio:500 / 340;
    object-fit: cover;
}
.sdgs_item01 li .sub{
    width: 100%;
    padding-left: 30px;
    border-left: solid 12px #c2e6f5;
    margin-top: 40px;
    flex-grow: 1;
}
.sdgs_item01 li .sub li{
    width: 100%;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 1em;
    font-size: 19px;
    display: block;
}
.sdgs_item01 li .sub li:last-child{
    margin-bottom: 0;
}

.sdgs_item01 li .sub li::first-letter{
    color: #0098d8;
    padding-right: 3px;
}

.sdgs_item02{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sdgs_item02 li{
    width: 13%;
    margin-left: 0.6%;
    margin-right: 0.6%;
    margin-bottom: 10px;
}
.sdgs_item01.envi li .sub{
    border-left-color: #c2e6d0;
}
.sdgs_item01.envi li .sub li::first-letter{
    color: #00973b;
}

.sdgs_item03{
    width: 100%;
    text-align: center;
    padding-top: 100px;
    margin-top: 120px;
    margin-bottom: 100px;
    border-top: solid 1px #e10000;
    font-size: 50px;
    color: #e10000;
}
.sdgs_item03 .cap{
    font-weight: 500;
}
.sdgs_item04{
    width: 100%;
    max-width: 935px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sdgs_item04 li{
    width: 47%;
}
.sdgs_item04 li img{
    border: solid 1px #ccc;
}

@media screen and (max-width:910px){

    .comp_cont.sdgs01 {
        padding-top: 50px;
    }
    .comp_cont.sdgs01 .logo img{
        width: 80%;
        max-width: 350px;
        height: auto;
    }
    .comp_cont.sdgs01 .txt{
        margin-top: 40px;
        font-size: 20px;
        line-height: 1.8;
    }
    .sdgs_sec_ttl{
        width: 100%;
        height: 200px;
        margin-bottom: 50px;
    }
    .sdgs_sec_ttl ._in span:nth-child(1){
        font-size: 50px;
    }
    .sdgs_sec_ttl ._in span:nth-child(2){
        font-size: 30px;
    }
    .sdgs_sec_ttl ._in span:nth-child(3){
        font-size: 16px;
    }
    .sdgs_item01 li{
        margin-bottom: 40px;
    }
    .sdgs_item01 li .sub{
        width: 100%;
        padding-left: 15px;
        border-left-width: 8px;
        margin-top: 20px;
    }
    .sdgs_item01 li .sub li{
        font-size: 16px;
    }
    .sdgs_item01 li .sub li::first-letter{
        color: #0098d8;
        padding-right: 3px;
    }

    .sdgs_item03{
        padding-top: 60px;
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 30px;
    }

}
@media screen and (max-width:640px){
    .comp_cont.sdgs01 .txt{
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.8;
    }
    .sdgs_sec_ttl{
        height: 150px;
        margin-bottom: 30px;
    }
    .sdgs_sec_ttl ._in span:nth-child(1){
        font-size: 30px;
    }
    .sdgs_sec_ttl ._in span:nth-child(2){
        font-size: 20px;
    }
    .sdgs_sec_ttl ._in span:nth-child(3){
        font-size: 15px;
    }
    .sdgs_item01 li{
        width: 100%;
    }
    .sdgs_item01 li .sub{
        padding-left: 0;
        border-left: none;
        margin-top: 10px;
    }
    .sdgs_item01 li .sub li{
        margin-bottom: 5px;
    }
    .sdgs_item01 li .sub li br{
        display: none;
    }
    .sdgs_item02 li{
        width: 18%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 5px;
    }
    .sdgs_item03{
        padding-top: 40px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .sdgs_item04 li{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .sdgs_item04 li img{
        max-width: 250px;
        height: auto;
    }
    
}

main#sdgs section:nth-child(3):before,
main#sdgs section:nth-child(4):before {
    display: none;
}
main#sdgs section:nth-child(3):after,
main#sdgs section:nth-child(4):after {
    display: none;
}




