@charset "utf-8";

/* 会社情報 css
-------------------------------*/


.company .page-sub-nav .btn li.nm01 a,
.company02 .page-sub-nav .btn li.nm02 a,
.company03 .page-sub-nav .btn li.nm03 a,
.company04 .page-sub-nav .btn li.nm04 a,
.company04_abroad .page-sub-nav .btn li.nm04 a,
.company05 .page-sub-nav .btn li.nm05 a{
    background-color: #e6eef6;
}


.com_f_nav{
    margin-top: 130px;
}
.com_f_nav ul{
    justify-content: flex-start;
}
.com_f_nav li{
    width: 33.33%;
    border: solid 1px #b4b4b4;
}
.com_f_nav li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    padding-left: 35px;
    padding-right: 50px;
    background-image: url(../img/common/btn_ya.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}
.com_f_nav li a ._in{
    position: relative;
}
.com_f_nav li a ._in .ja{
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 14px;
    line-height: 1.2em;
}
.com_f_nav li a:hover{
    background-position: 93% center;
    background-color: #e6eef6;
}
.com_f_nav li.stay a{
    background-color: #e6eef6;
}

.company .com_f_nav li.nm01 a,
.company02 .com_f_nav li.nm02 a,
.company03 .com_f_nav li.nm03 a,
.company04 .com_f_nav li.nm04 a,
.company04_abroad .com_f_nav li.nm04 a,
.company05 .com_f_nav li.nm05 a{
    background-color: #e6eef6;
}

@media  screen and (min-width:641px){
    
    .com_f_nav li:nth-child(1),
    .com_f_nav li:nth-child(2){
        border-right-color: transparent;
        border-bottom-color: transparent;
    }
    .com_f_nav li:nth-child(4){
        border-right-color: transparent;
    }
}

@media (min-width:911px) and (max-width:1300px){
    .com_f_nav li a{
        height: 13vw;
        padding-left: 2.6vw;
        padding-right: 50px;
    }
}
@media  screen and (max-width:910px){
    .com_f_nav li a{
        height: 100px;
        padding-left: 25px;
        padding-right: 30px;
        background-position: 93% center;
    }
    .com_f_nav li a ._in .ja{
        position:static;
    }

}
@media  screen and (max-width:640px){
    .com_f_nav{
        margin-top: 80px;
    }
    .com_f_nav ul{
        justify-content: space-between;
    }
    .com_f_nav li{
        width: 49.5%;
        margin-bottom: 5px;
    }
    .com_f_nav li a{
        height: auto;
        padding: 15px;
    }
    .com_f_nav li a img{
        display: none;
    }

}
















/* 代表挨拶
-------------------------------*/
.gree01{
    margin-bottom: 130px;
}

.gree01 .img{
    text-align: center;
    margin-bottom: 45px;
}
.gree01 .txt .sub1{
    width: 48%;
    padding-top: 40px;
}
.gree01 .txt .sub1 .ttl{
    margin-bottom: 70px;
}
.gree01 .txt .sub1 .name{
    font-size: 15px;
}
.gree01 .txt .sub1 .name img{
    margin-top: 10px;
}

.gree01 .txt .sub2{
    width: 50%;
}
.gree01 .txt .sub2 p{
    line-height: 2.2em;
    margin-bottom: 20px;
}

.gree02{
    background-color: #0861d6;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 130px;
}
.gree02 .ttl01 .ja{
    color: #fff;
}

.gr02_item:first-child{
    margin-bottom: 90px;
}

.gr02_item .ttl{
    width: 28%;
    padding-top: 30px;
}
.gr02_item .txt{
    width: 70%;
}

.gr02_item .txt .sub_ttl{
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2em;
  padding-left: 40px;
  padding-top: 30px;
}

.gr02_item table{
    width: 100%;
    border-top: solid 1px #fff;
}
.gr02_item table tr{
    border-bottom: solid 1px #fff;
}
.gr02_item table th{
    width: 220px;
    text-align: center;
}
.gr02_item table th img{
    vertical-align: middle;
}
.gr02_item table td{
    width: calc(100% - 220px);
    padding: 30px 0 30px 20px;
}
.gr02_item table td p{
    width: 100%;
    max-width: 480px;
    font-size: 28px;
    line-height: 2em;
    position: relative;
}
.gr02_item table td p:before{
    position: absolute;
    left: -40px;
    top: 30px;
    width: 20px;
    height: 2px;
    background: url(../img/common/f_contaact_bar.png) no-repeat;
    content: "";
}
.gr02_item table td p span{
    display: inline-block;
}

.gr02_item dl{
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    line-height: 1.8em;
    padding: 65px;
}
.gr02_item dt{
    font-size: 25px;
    color: #808080;
    margin-bottom: 30px;
}
.gr02_item dd{
    margin-bottom: 20px;
    display: flex;
    justify-content:flex-start; 
}
.gr02_item dd span:nth-child(1){
    display: inline-block;
    width: 40px;
}
.gr02_item dd span img{
    vertical-align: middle;
}
.gr02_item dd span:nth-child(2){
    display: inline-block;
    width: calc(100% - 40px);
}

@media (min-width:911px) and (max-width:1400px){
    .gr02_item table td{
        padding: 2.3vw 0 2.3vw 2.3vw;
    }
    .gr02_item table td p{
        font-size: 2.1vw;
        line-height: 2em;
    }
    .gr02_item dl{
        padding: 4.6vw;
    }
    .gr02_item dt{
        margin-bottom: 2vw;
    }
    .gr02_item dd{
        margin-bottom: 1.2vw;
    }

}

@media  screen and (max-width:910px){

    .gree01 .txt .sub1{
        width: 100%;
        max-width: 460px;
        margin: auto;
        padding-top: 0;
    }
    .gree01 .txt .sub1 .ttl{
        margin-bottom: 40px;
    }
    .gree01 .txt .sub1 .name{
        text-align: right;
    }
    .gree01 .txt .sub1 .name br{
        display: none;
    }
    .gree01 .txt .sub1 .name img{
        margin-top: 0;
        margin-left: 15px;
        width: 150px;
        height: auto;
    }

    .gree01 .txt .sub2{
        width: 100%;
        margin-top: 40px;
    }
    .gree01 .txt .sub2 p{
        line-height: 1.8em;
    }

    .gr02_item .ttl{
        width: 100%;
        padding-top: 0;
    }
    .gr02_item .txt{
        width: 100%;
    }
  
  .gr02_item .txt .sub_ttl{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2em;
    padding-left: 10px;
    padding-top: 0;
  }

    .gr02_item table th{
        width: 150px;
        text-align: left;
        padding: 20px;
    }
    .gr02_item table td{
        width: calc(100% - 150px);
        padding: 20px 0 20px 30px ;
    }
    .gr02_item table td p{
        font-size: 20px;
        line-height: 1.8em;
    }
    .gr02_item table td p:before{
        position: absolute;
        left: -25px;
        top: 18px;
    }

    .gr02_item dl{
        padding: 20px 40px;
    }
    .gr02_item dd{
        margin-bottom: 10px;
    }

}
@media  screen and (max-width:640px){
    .gree01{
        margin-bottom: 80px;
    }

    .gree01 .txt .sub1 .name img{
        width: 100px;
        height: auto;
    }
    
    .gree02{
        padding-top: 50px;
        padding-bottom: 70px;
    }
    
    .gr02_item:first-child{
        margin-bottom: 40px;
    }

  .gr02_item .txt .sub_ttl{
    font-size: 18px;
    line-height: 1.2em;
    padding-left: 0;
  }

    .gr02_item table th{
        width: 75px;
        padding: 0 20px 0 0;
    }
    .gr02_item table td{
        width: calc(100% - 75px);
        padding: 20px 0  ;
    }
    .gr02_item table td p{
        font-size: 16px;
        line-height: 1.8em;
    }
    .gr02_item table td p:before{
        display: none;
    }

    .gr02_item dl{
        padding: 20px;
        font-size: 16px;
        line-height: 1.8em;

    }
    .gr02_item dt{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .gr02_item dd span:nth-child(1){
        width: 25px;
    }
    .gr02_item dd span:nth-child(2){
        width: calc(100% - 25px);
    }


}














/* 会社概要
-------------------------------*/

.out01{
    width: 100%;
    max-width: 1600px;
    margin: auto;
    margin-top: -270px;
    position: relative;
}
.out01:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 920px;
    height: 200px;
    background-color: #f5f8fb;
    content: "";
}

.out02{
    margin-top: 100px;
}
.gaiyou{
    width: 100%;
}
.gaiyou th{
    width: 200px;
    padding: 25px 0 25px 40px;
    color: #0861d6;
    vertical-align: top;
    position: relative;
}
.gaiyou th:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 1px;
    background: url(../img/company/bar_ao.png);
    background-size: cover;
    content:"";
}
.gaiyou tr:first-child th:before{
    position: absolute;
    left: 0;
    top: -1px;
    width: 200px;
    height: 1px;
    background: url(../img/company/bar_ao.png);
    background-size: cover;
    content:"";
}
.gaiyou tr:first-child td{
    border-top: solid 1px #dadada;
}
.gaiyou td{
    width: calc(100% - 200px);
    padding: 25px 0 25px 50px;
    color: #4d4d4d;
    border-bottom: solid 1px #dadada;
}
.gaiyou td.trok span{
    display: inline-block;
}
.gaiyou td.trok span.em10{
    display: inline-block;
    width: 10em;
}
.gaiyou td br.sp{
    display: none;
}

@media  screen and (min-width:911px){
    .company02 .page-ttl,
    .outline .page-ttl{
        border-bottom: none;
    }
}

@media  screen and (max-width:1300px){

    .out01{
        margin-top: -20vw;
    }
    .out01:before{
        height: 15vw;
    }
}

@media  screen and (max-width:910px){

    .out01{
        margin-top: 0;
    }
    .out01:before{
        display: none;
    }
    .gaiyou th{
        width: 150px;
        padding: 20px 0 20px 20px;
    }
    .gaiyou th:after{
        width: 150px;
    }
    .gaiyou tr:first-child th:before{
        width: 150px;
    }
    .gaiyou td{
        width: calc(100% - 150px);
        padding: 20px 0 20px 20px;
    }
    .gaiyou tr:first-child td{
        border-top: none;
    }

}
@media  screen and (max-width:640px){
    .out02{
        margin-top: 20px;
    }
    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 10px 10px 0;
    }
    .gaiyou th:after{
        display: none;
    }
    .gaiyou tr:first-child th:before{
        display: none;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
    .gaiyou td br.sp{
        display:inline-block;
    }


}










/* 会社沿革
-------------------------------*/

.his_line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.his_line .item{
    width: 300px;
}
.his_line .item:last-child{
    width: calc(100% - 550px);
    padding-top: 15px;
}
.his_line .dot{
    width: 250px;
    padding-top: 10px;
    text-align: center;
    padding-right: 0;
}
.his_line .dot span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #01b6cd;
}

.his_line .item .cat{
    width: 100%;
    height: 64px;
    border-radius: 64px 64px 0 0;
    background: url(../img/company/his_bg01.png) center center no-repeat;
    display: flex;
    justify-content: center;align-items: center;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.his_line .item .cat.bg2{
    background-image: url(../img/company/his_bg02.png);
}

.his_line .item ._in{
    width: 100%;
    min-height: 100px;
}

.his_line .item .year{
    font-size: 20px;
    color: #818181;
    margin-bottom: 20px;
}
.his_line .item .year span{
    display: inline-block;
    padding-right: 20px;
}
.his_line .item .img{
    margin-top: 15px;
}

.his_line .item .year.mon{
    margin-top: 30px;
    padding-left: 240px;
}
.his_bg_kei{
    width: 100%;
    background-image: url(../img/company/his_bg_kei.png);
    background-position: 425px 25px;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    position: relative;
}
.his_bg_kei:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, transparent, rgba(245,248,251,0.7), rgba(245,248,251,1));
    content: "";
}

@media  screen and (max-width:1300px){
    .his_line .item{
        width: 280px;
    }
    .his_line .item:last-child{
        width: calc(100% - 380px);
    }
    .his_line .dot{
        width: 100px;
    }
    .his_bg_kei{
        background-position: 330px 25px;
    }

    .his_line .item .year span img{
        width: auto;
        height: 35px;
    }
    .his_line .item .year.mon{
        padding-left: 200px;
    }

}
@media  screen and (max-width:910px){
    .his_line .item{
        width: 250px;
    }
    .his_line .item:last-child{
        width: calc(100% - 300px);
        padding-top: 5px;
    }
    .his_line .dot{
        width: 50px;
        padding-top: 5px;
    }
    .his_bg_kei{
        background-position: 275px 25px;
    }
    .his_line .item ._in {
        min-height: initial;
        min-height: auto;
    }
    .his_line .item .year span img{
        width: auto;
        height: 30px;
    }
    .his_line .item .year.mon{
        padding-left: 180px;
    }
    .his_line .item .year.mon {
        margin-top: 5px;
    }
}
@media  screen and (max-width:640px){
    .his_line{
        display: block;
        margin-bottom: 30px;
    }
    .his_line .item{
        width: 100%;
    }
    .his_line .item:last-child{
        width: 100%;
        padding-top: 0;
        padding-left: 1em;
        padding-bottom: 20px;
        border-bottom: dashed 1px #01b6cd;
    }
    .his_line .dot{
        display: none;
    }
    .his_bg_kei{
        background: none;
        padding: 0;
    }
    .his_bg_kei:after{
        display: none;
    }
    .his_line .item .year{
        font-size: 16px;
        line-height: 1.2em;
    }
    .his_line .item .year span{
        margin-bottom: 0;
    }
    .his_line .item .year span img{
        width: auto;
        height: 22px;
    }
    .his_line .item .img{
        margin-top: 10px;
    }
    .his_line .item .year.mon{
        margin-top: 20px;
        padding-left:0;
    }

}









/* 事業所一覧
-------------------------------*/

.ofc_map{
    margin-bottom: 100px;
}

.map_base{
    width: 100%;
    max-width: 840px;
    margin: 0 auto 40px;
    position: relative;
}
.map_base .pin{
    width: 54.5px;
    border-radius: 27px;
    overflow: hidden;
    position: absolute;
}
.map_base .pin a{
    display: block;
    border-radius: 27px;
}
.map_base .pin.bs1{
    left: 422px;
    top: 262px;
}
.map_base .pin.bs2{
    left: 442px;
    top: 281px;
    z-index: 2;
}
.map_base .pin.bs3{
    left: 446px;
    top: 312px;
    z-index: 4;
}
.map_base .pin.bs4{
    left: 471px;
    top: 318px;
    z-index: 6;
}
.map_base .pin.bs5{
    left: 476px;
    top: 358px;
    z-index: 8;
}
.map_base .pin.bs6{
    left: 298px;
    top: 105px;
}
/*海外拠点 */
.map_base .pin.a-bs1{
    left: 272px;
    top: 245px;
}
.map_base .pin.a-bs2{
    left: 300px;
    top: 170px;
}
.map_base .pin.a-bs3{
    left: 667px;
    top: 181px;
}


.ofc_swing ul{
    width: 160px;
    margin: auto;
    background-color: #cecece;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}
.ofc_swing li{
    width: 50%;
}
.ofc_swing li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-weight: 700;
}
.ofc_swing li.stay a{
    background-color: #0861d6;
    color: #fff;
}

#branch01,
#branch02,
#branch03,
#branch04,
#branch05,
#branch06
{
    padding-top: 100px;
    margin-top: -100px;
}




.ofc_base_name{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 40px;
    text-align: center;
    background-color: #e6effb;
    font-size: 24px;
    line-height: 1.2em;
    color: #0861d6;
    padding: 10px;
}
.ofc_base_detail{
    margin-bottom: 90px;
}
.ofc_base_detail .img{
    width: 41%;
}
.ofc_base_detail .txt{
    width: 54%;
}
.ofc_base_detail .txt br.sp{
    display: none;
}
.ofc_base_detail .add{
    margin-bottom: 30px;
    word-wrap: break-word;
}
.ofc_base_detail .cap{
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #0861d6;
}
.ofc_base_detail .data{
    width: 100%;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 50px;
}
.ofc_base_detail .data td{
    padding: 4px 10px;
    vertical-align: top;
}
.ofc_base_detail .data td.bg1{
    width: 8em;
    background-color: #333;
    color: #fff;
    border: solid 1px #cecece;
}
.ofc_base_detail .data td.bg2{
    width: 8em;
    background-color: #fff;
    border: solid 1px #cecece;
}
.ofc_base_detail .data td:last-child span{
    display: inline-block;
}
.ofc_base_gmap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 320px;/* 高さ */
}
.ofc_base_gmap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ofc_base_name.bg_ao{
    background-color: #0861d6;
    color: #fff;
}
.ofc_base_detail .cap_ao{
    font-size: 115%;
    color: #0861d6;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.office_nav .ttl{
    color: #0861d6;
    border-bottom: solid 1px #0861d6;
    padding-left: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.office_nav ul{
    margin-left: 30px;
}
.office_nav li{
    margin-bottom: 20px;
}

#a-branch01,
#a-branch02,
#a-branch03,
#a-branch04{
    padding-top: 100px;
    margin-top: -100px;
}

.ofc_slide .slick-dots li button::before {
  font-size: 15px;
}

@media  screen and (max-width:910px){
    .ofc_map{
        margin-bottom: 50px;
    }
    .map_base{
        margin-bottom: 20px;
    }
    
    .ofc_base_detail .img{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .ofc_base_detail .txt{
        width: 100%;
        padding-top: 0;
    }
    
}

@media  screen and (max-width:840px){
    .map_base .pin{
        width: 6.488vw;
        border-radius: 3.214vw;
    }
    .map_base .pin a{
        border-radius: 3.214vw;
    }
    .map_base .pin.bs1{
        left: 50.23vw;
        top: 31.19vw;
    }
    .map_base .pin.bs2{
        left: 52.619vw;
        top: 33.452vw;
    }
    .map_base .pin.bs3{
        left: 53.095vw;
        top: 37.142vw;
    }
    .map_base .pin.bs4{
        left: 56.071vw;
        top: 37.857vw;
    }
    .map_base .pin.bs5{
        left: 56.66vw;
        top: 42.619vw;
    }
    .map_base .pin.bs6{
        left: 35.476vw;
        top: 12.5vw;
    }
    /*海外拠点 */
    .map_base .pin.a-bs1{
        left: 32vw;
        top: 28vw;
    }
    .map_base .pin.a-bs2{
        left: 35vw;
        top: 20vw;
    }
    .map_base .pin.a-bs3{
        left: 77vw;
        top: 21vw;
    }
}


@media  screen and (max-width:640px){

    .ofc_swing ul{
        width: 100px;
    }
    .ofc_swing li a{
        height: 30px;
        border-radius: 15px;
        font-size: 90%;
    }
    
    
    .ofc_base_name{
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.2em;
    }
    .ofc_base_detail{
        margin-bottom: 60px;
    }
    .ofc_base_detail .img{
        margin-bottom: 15px;
    }

    .ofc_base_detail .txt br.sp{
        display: inline-block;
    }
    .ofc_base_detail .add{
        margin-bottom: 15px;
    }
    .ofc_base_detail .cap{
        margin-top: 15px;
        margin-bottom: 3px;
    }
    .ofc_base_detail .data{
        margin-bottom: 20px;
    }
    .ofc_base_detail .data td{
        display: inline-block;
        width: 100%;
        padding: 3px 5px;
    }
    .ofc_base_detail .data td.bg1{
        display: inline-block;
        width: 100%;
        border-bottom: none;
    }
    .ofc_base_detail .data td.bg2{
        display: inline-block;
        width: 100%;
    }
    .ofc_base_detail .data td:last-child span{
        padding-bottom: 10px;
    }
    .ofc_base_gmap{
        padding-top: 300px;/* 高さ */
    }
    
    .office_nav .ttl{
        padding-left: 0;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .office_nav ul{
        margin-left: 0;
    }
    .office_nav li{
        width: 230px;
        margin-bottom: 10px;
    }

}









/* 組織一覧
-------------------------------*/

.ozc_cont{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ozc_cont .date{
    text-align: right;
    margin-bottom: 30px;
    color: #666666;
}

.ozc_waku{
    overflow: auto;
}

@media  screen and (max-width:640px){
    .ozc_cont{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ozc_cont .date{
        margin-bottom: 20px;
    }

    .ozc_waku img{
        width: 600px;
        max-width: none;
        height: auto;
    }



}





