/**==================
company css
===================**/
#page .company_main_zone {
    padding: 0;
    width: 100%;
}
#page .company_main_zone .main_img {
    height: 534px;
    width: auto;
}
#page .company_main_zone .title_img_zone {
    position: absolute;
    bottom: 70px;
    right: 25%;
}
#page .company_main_zone .title_img_zone img {
    height: 105px;
    width: auto;
}
#page .company_link_zone h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}
#page .company_link_zone .arrow {
    width: 40px;
    height: auto;
    margin-left: 30px;
    vertical-align: middle;
    padding-bottom: 5px;
}
#page .company_link_zone .text_zone {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}
#page .company_link_zone .link {
    transition: 0.3s;
}
#page .company_link_zone .link:hover .bg_img {
    filter: brightness(1.75);
    transition: 0.3s;
}

@media screen and (max-width:1280px) {
    #page .company_main_zone {
        padding: 0;
        padding-top: 100px;
        width: 100%;
        height: 534px;
    }
    #page .company_main_zone img.pc_991{
    position: absolute;
    right:0;
    top: 100px;
    }
    #page .company_main_zone .title_img_zone {
        position: absolute;
        bottom:initial;
        top: 30%;
        right: 17%;
        text-align: left;
    }
}
@media screen and (max-width:991px) {
    #page .company_main_zone {
        padding: 0;
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width:540px) {
    #page .com_link div {
        padding: 0;
    }
}



/**page link zone css共通**/
#page #company .title_zone h2 {
    font-size: 50px;
}
#page #company table {
    text-align: left;
    font-size: 16px;
    color: #5C5C5C;
}
#page #company table th{
    font-weight: 500 !important;
    width: 210px;
}
#page #company table tr {
    border-bottom: 1px solid #707070;
}
#page #company table th,
#page #company table td {
    padding: 15px;
}


#page #company .history {
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}


@media screen and (max-width:991px) {
    #page .company_link_zone .arrow {
        width: 20px;
        height: auto;
        margin-left: 20px;
        vertical-align: middle;
        padding-bottom: 5px;
    }
    #page #company .company_link_zone .link:nth-child(1) {
        padding-right: 15px;
    }
    #page #company .company_link_zone .link:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px dotted #707070;
        border-right: 1px dotted #707070;
    }
    #page #company .company_link_zone .link:nth-child(3) {
        padding-left: 15px;
    }
}


@media screen and (max-width:991px) {
    #page .company_main_zone .main_img {
        width: 100%;
        height: auto;
    }
    #page .company_main_zone .title_img_zone {
        position: absolute;
        bottom: initial;
        /*right: 15%;*/
        right: initial;
        left: 50px;
        top: 40%;
        text-align: left;
    }
    #page .company_main_zone .title_img_zone img {
        height: 70px;
        width: auto;
    }
    #page #company .title_zone h2 {
        font-size: 42px;
    }
    #page #company table th {
        padding: 15px;
        display: block;
    }
    #page #company table td {
        padding: 5px 15px 15px 15px ;
        display: block;
    }
    #page #company table th{
        font-weight: 500 !important;
        width: 210px;
        padding-bottom: 0;
    }
    #page #company .history {
        margin: auto;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #page #company .company_link_zone {
        margin-top: 20px;
    }
    #page #company .company_link_zone .link {
        transition: 0.3s;
        padding: 0;
        font-size: 14px;
    }
    #page #company .company_link_zone .link:nth-child(1) {
        padding-right: 15px;
    }
    #page #company .company_link_zone .link:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px dotted #707070;
        border-right: 1px dotted #707070;
    }
    #page #company .company_link_zone .link:nth-child(3) {
        padding-left: 15px;
    }

    
    #page #company .company_link_zone .link:nth-child(2) {
        margin-top: 5px;
        margin-bottom: 5px;
    }


    #page #company .company_link_zone .arrow {
        width: 15px;
        height: auto;
        margin-left: 12px;
        vertical-align: middle;
        padding-bottom: 5px;
    }
    #page #company .access .map_zone iframe {
        width: 100%;
        height: 300px;
    }

}







/**==================
company css
===================**/

#page #com_base .com_base {
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
#page #com_base .com_base .base_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 60px;
}
#page #com_base .com_base h2 {
    font-size: 42px;
}
#page #com_base .com_base hr {
    opacity: 1;
    color: #707070;
    width: 270px;
    margin: auto;
    margin-top: 10px;
}
#page #com_base .com_base .base_list p {
    text-align: left;
    margin-bottom: 20px;
}
#page #com_base .com_base .base_list p span.big_font {
    font-size: 20px;
}

#page #com_base .com_base .base_list iframe {
    width: 100%;
    height: 230px;
}
#page #com_base .add_p {
    text-align: left;
    margin-top: 20px;
}
#page #company .com_link .text_zone {
    width: 75%;
    display: inline-table;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 100px;
}
#page #company .com_link .text_zone h3,
#page #company .com_link .text_zone p {
    color: #FFFFFF;
    text-align: left;
}
#page #company .com_link .text_zone .page_link {
    text-align: right;
    margin-top: 80px;
}
#page #company .combase_link {
    margin-top: 60px;
}
#page #company .group_link {
    margin-top: 120px;
}

@media screen and (max-width:1180px) {
    #page #company .com_link .text_zone {
        width: 75%;
        display: inline-table;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        margin-top: 50px;
    }
}

@media screen and (max-width:1024px)  {
    #page #company .com_link .text_zone .page_link {
        text-align: right;
        margin-top: 40px;
    }
}


@media screen and (max-width:991px) {
    #page #com_base .com_base {
        margin: auto;
        padding-top: 70px;
        padding-bottom: 0px;
    }
    #page #com_base .com_base h2 {
        font-size: 28px;
    }
    #page #com_base .com_base .base_list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 40px;
        padding: 5px;
    }
    #page #company .com_link .text_zone {
        width: 82%;
        display: flex;
        position: absolute;
        justify-content: space-between;
        align-items: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    #page #com_base .add_p {
        text-align: left;
        margin-top: 0px;
        padding: 0;
        text-align: justify;
    }
    #page #company .company_link,
    #page #company .combase_link,
    #page #company .group_link {
        height: 175px;
        width: auto;
        overflow: hidden;
    }
    #page #company .com_link .text_zone .page_link img {
        width: 30px;
        height: auto;
    }
    #page #company .com_link .text_zone .page_link  {
        margin-top: 12px;
    }
    #page #company .com_link .text_zone h3 {
        font-size: 20px;
    }
    #page #company .com_link .text_zone p {
        font-size: 12px;
    }
    #page #company .combase_link {
        margin-top: 4px;
    }
    #page #company .group_link {
        margin-top: 4px;
    }
}

@media screen and (max-width:540px) {
    #page #com_base .com_base {
        margin: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #page #company .company_link,
    #page #company .combase_link,
    #page #company .group_link {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #page #com_base .com_base .base_list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 40px;
        padding: 0px;
    }
}









/**==================
group css
===================**/
#page .group_main_zone {
    padding-top: 0;
}
#page .group_main_title {
    position: absolute;
    bottom: 70px;
    right: 17% !important;
} 
#page #group_list .base_list {
    text-align: left;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 0;
}
#page #group_list .com_base hr {
    opacity: 1;
    color: #707070;
    width: 270px;
    margin: auto;
    margin-top: 10px;
}
#page #group_list .com_base .base_list_last {
   /* margin-left: 0;*/
   margin-bottom: 0;
}

#page #group_list .base_list a {
    color: #5C5C5C;
    cursor: pointer;
}


#page #group_list .com_base .base_list hr {
    opacity: 1;
    width: 270px;
    margin: 15px 0;
}
#page #group_list .base_list .hr_sb {
    color: #427BBF;
}
#page #group_list .base_list .hr_dg {
    color: #00B097;
}
#page #group_list .base_list .hr_yg {
    color: #8FC42F;
}
#page #group_list .base_list .hr_bu {
    color: #54C3F1;
}
#page #group_list .base_list .hr_ye {
    color: #FCC800;
}
#page #group_list .base_list .hr_or {
    color: #EE7800;
}
#page #group_list .base_list .hr_pk {
    color: #E61F53;
}
#page #group_list .base_list .hr_pu {
    color: #8476B5;
}

#page #group_list .com_base {
    margin: auto;
}
#page #group_list .com_base h2 {
    font-size: 42px;
}
@media screen and (max-width:991px) {
    /*#page .group_main_title {
        right: initial !important;
        left: 50px;
    }*/
}
@media screen and (max-width:540px) {
    #page #group_list .com_base h2 {
        font-size: 28px;
    }
    #page #group_list .base_list h4 {
        font-size: 18px;
    }
    #page .group_main_title {
        position: absolute;
        bottom: 70px;
        top:35% !important;
        right: 17% !important;
    } 
    #page #group_list .com_base .base_list_last {
        margin-left: 0;
        margin-bottom: 60px;
    }
    #page #group_list .com_base .base_list_last03 {
        /* margin-left: 0;*/
        margin-bottom: 0;
     }
}






/**==================
history 20241212
===================**/
.history_box .title_zone {
    display: flex;
    margin-bottom: 60px;
}

.history_box .title_zone p {
    color: #fff;
    border-radius: 50px;
    padding: 2px 50px;
    display: inline-block;
}
.history_box .title_zone .title_left p {
    background-color: #8476B5;
}
.history_box .title_zone .title_right p {
    background-color: #147900;
}
.history_box::before {
    content: "";
    top: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 100%;
    top: 15px;
    background-color: #A2A2A2;
    width: 4px;
}


.history_box::after{
    content: "";
    bottom: -160px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 180px;
    background: linear-gradient(180deg, #A2A2A2, #0031FF);
    width: 4px;
}





.history_box .title_zone .title_right::before,
.history_box .center_zone .right::after {
    content: "";
    top: 8px;   
    width: 24px;
    height: 24px;
    border-radius: 50px;
    position: absolute;
    z-index: 0;
    left: -11.5px;
    background: linear-gradient(90deg, #8476B5, #137900);
}

.history_box {
    position: relative;
}

.history_box .center_zone {
    margin-top: 20px;
}
.history_box .center_zone .history_inner {
    margin: initial;
}

.history_inner {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.history_inner.right {
    padding-left: 110px;
    margin-left: 50%;
}

.history_inner.left {
    padding-right: 110px;
    margin-right: 50%;
}



.left::before,
.right::before {
    content: "";
    top: 1.2rem;
    height: 2px;
    position: absolute;
    z-index: 0;
}
.left::before {
    right: 0;
    width: 70%;
    background: #8476B5;
}
.right::before {
    left: 0;
    width: 60px;
    background: #137900;
    position: absolute;
}

.left::after,
.right::after {
    content: "";
    top: 8px;   
    width: 24px;
    height: 24px;
    border-radius: 50px;
    position: absolute;
    z-index: 0;
    background: linear-gradient(90deg, #8476B5, #137900);
}
.left::after {
    right: -11.5px;
}

.right::after {
    left: -11.5px;
}




.left p.years {
    color: #8476B5;
    
}
.right p.years {
    color: #137900;
    text-align: right;
}
.history_inner p.years {
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}
.history_inner p.years span {
    font-size: 16px;
}
.history_inner p.text {
    font-size: 18px ;
    font-weight: 500;
    text-align: left;
}


.history .now_zone {
    margin-top: 200px;
}
.history .now_zone .logo_zone {
    margin: auto;
}

.history .now_zone .text p.years {
    font-size: 24px;
    font-weight: 900;
    color: #427BBF;
    margin-top: 30px;
    margin-bottom: 20px;
}
.history .now_zone .text p.years span {
    font-size: 16px;
}
.history .now_zone .text p.comment {
    font-size: 18px;
    /*font-weight: 700;*/
}
@media screen and (max-width:991px) {
    .history_box .title_zone {
        display:block;
        margin-bottom: 60px;
    }
    .history_box::before {
        content: "";
        top: 0;
        left: 2.6%;
        right: initial;
        transform: translateX(-50%);
        position: absolute;
        height: 100%;
        top: 15px;
        background-color: #A2A2A2;
        width: 4px;
    }

    .history_box::after{
        content: "";
        bottom: -40px;
        left: 2.6%;
        right: 50%;
        transform: translateX(-50%);
        position: absolute;
        height: 100px;
        background: linear-gradient(180deg, #A2A2A2, #0031FF);
        width: 4px;
    }


    .history_box .center_zone .right::after {
        content: "";
        top: 8px;   
        width: 24px;
        height: 24px;
        border-radius: 50px;
        position: absolute;
        z-index: 0;
        left: -8px;
        background: linear-gradient(90deg, #8476B5, #137900);
    }
    .history_box .title_zone .title_right::before {
        display: none;
    }
    .history .res_991 p {
        color: #fff;
        border-radius: 50px;
        padding: 2px 50px;
        display: inline-block;
    }
    .history .res_991 {
        margin-top: 40px;
    }
    .history .res_991 .title_left {
        text-align: left;
    }
    .history .res_991 .title_right {
        text-align: right;
    }
    .history .res_991 .title_left p {
        background-color: #8476B5;
    }
    .history .res_991 .title_right p {
        background-color: #147900;
        margin-left: 30px;
        margin-top: 10px;
    }
    .history_inner.right {
        margin: initial;
        margin-bottom: 40px;
    }
    .history_inner.left {
        padding-right: 0;
        padding-left: 110px;
        margin-right: 50%;
    }
    .history_inner {
        position: relative;
        display: inline-block;
        margin-top: initial;
        margin-bottom: 40px;
    }
    .history_box .center_zone {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .left::before,
    .right::before {
        content: "";
        top: 1.2rem;
        height: 2px;
        position: absolute;
        z-index: 0;
    }
    .left::before {
        background: #8476B5;
    }
    .left::before {
        left: 0;
        width: 60px;
        position: absolute;
    }
    .right::before {
        left: 0;
        width: 75%;
        background: #137900;
        position: absolute;
    }

    .left::after,
    .right::after {
        content: "";
        top: 8px;   
        width: 24px;
        height: 24px;
        border-radius: 50px;
        position: absolute;
        z-index: 0;
        background: linear-gradient(90deg, #8476B5, #137900);
    }
    .left::after,
    .right::after {
        left: -8px;
    }

    .right p.years {
        font-size: 24px;
        font-weight: 900;
        text-align: right;
    }



    .history_box .center_zone {
        width: 100%;
        display: inline-block;
    }
    .history_box .center_zone .left::after {
        content: "";
        top: 8px;   
        width: 24px;
        height: 24px;
        border-radius: 50px;
        position: absolute;
        z-index: 0;
        left: -8px;
        background: linear-gradient(90deg, #8476B5, #137900);
    }
    .history_box .center_zone .left {
        margin-bottom: 40px;
    }
    .history .now_zone .logo_zone {
        margin: auto;
        margin-left: 0;
    }
    
    .history .now_zone {
        margin-top: 70px;
        text-align: left;
    }
    .history .now_zone .text p.years {
        font-size: 24px;
        font-weight: 900;
        color: #427BBF;
        margin-top: 10px;
        margin-bottom: 1px;
    }
    .history .now_zone .text p.comment {
        font-size: 18px;
        font-weight: 500;
    }
}

@media screen and (max-width:540px) {
    .history_box::before {
        content: "";
        top: 0;
        left: 4.5%;
        right: initial;
        transform: translateX(-50%);
        position: absolute;
        height: 100%;
        top: 15px;
        background-color: #A2A2A2;
        width: 4px;
    }
    .history_box::after{
        content: "";
        bottom: -40px;
        left: 4.5%;
        right: 50%;
        transform: translateX(-50%);
        position: absolute;
        height: 100px;
        background: linear-gradient(180deg, #A2A2A2, #0031FF);
        width: 4px;
    }
    .history_inner.left,
    .history_inner.right {
        padding-right: 0;
        padding-left: 40px;
        margin-right: 50%;
    }
   
    .left::before {
        left: 0;
        width: 30px;
        background: #8476B5;
        position: absolute;
    }
    .right::before {
        left: 0;
        width: 180px;
        background: #137900;
        position: absolute;
    }
    /*
    .history_inner p.years span {
        font-size: 24px;
    }
    */
    .history_inner p.text {
        font-size: 14px ;
        font-weight: 600;
        text-align: left;
    }
    .history .now_zone .text p.years span {
        font-size: 24px;
    }
    .history .now_zone .text p.comment {
        font-size: 14px;
        font-weight: 700;
    }
    #page #company .history {
        margin: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}