section#second{
    margin-top: 60px;
    position: relative;
}
section#second div:nth-child(1){
    text-align: right;
    width: 100%;
}
section#second div:nth-child(1) img{
    width: 80%;
}
section#second div:nth-child(2){
    position: absolute;
    top: auto;
    width: 30%;
    margin-top: 60px;
    margin-left: 20%;
}
section#second div:nth-child(3){
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    width: 40%;
    margin-top: 60px;
}

section#third{
    margin-top: 100px;
    width: 100%;
    height: 750px;
    position: relative;
    top: 300px;
}
section#third div:nth-child(1){
    height: 400px;
    width: 50%;
}
section#third div:nth-child(1) img{
    height: auto;
    max-height: 480px;
    width: 100%;
}
section#third div:nth-child(2){
    position: absolute;
    top: 100px;
    left: auto;
    width: 45%;
    right: 0;
}

div.vision-area{
    width: 80%;
    margin: 120px auto 0 auto;
}

section#contact{
    display:table;
    margin-top:60px;
    height:200px;
    width:100%;
    background: linear-gradient(120deg, #2E76C4 0%, #2E76C4 10%, #49A9EE 60%, #49A9EE 100%);
    background-color:contain;
    background-position:center;
    text-align: center;
    cursor: pointer;
    position: relative;
}
section#contact div{
    display:table-cell;
    vertical-align: middle;
    background-color:rgba(255,255,255,0);
}
section#contact:hover{
    background-blend-mode:lighten;
    background-image:url("../../images/img__recruit03.jpg");
    background-color:rgba(255,255,255,0.8);
}

.english{
    color: #999;
}

#background-logo{
    position: absolute;
    bottom:-420px;
    left: 54%;
    width: 46%;
    height: 120%;
    z-index:-4;
	background-image:url("/wp/wp-content/uploads/2026/06/800-8_edit.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#background-img{
    position: absolute;
    bottom:-480px;
    right:0;
    width:64%;
    height:150%;
    z-index:-8;
    background-image:url("../../images/img__bg-fab.jpg");
}

  section#seven{
    display:table;
    margin-top:60px;
    height:200px;
    width:100%;
    
    
    
    
    background: linear-gradient(120deg, #2E76C4 0%, #2E76C4 10%, #49A9EE 60%, #49A9EE 100%);
    
    background-color:contain;
    background-position:center;
    text-align: center;
    cursor: pointer;
    position: relative;

  }
  
  section#seven div{
    display:table-cell;
    vertical-align: middle;
    background-color:rgba(255,255,255,0);
  }
  
  section#seven:hover{
    background-blend-mode:lighten;
    background-image:url("../../images/img__recruit03.jpg");
    background-color:rgba(255,255,255,0.8);
  }



@media (max-width: 780px) {
    .title-border-right:after {
        width: 170%;
    }

    section#second{
        margin-left: 0;
        height: auto;
        width: 100%;
        min-width: auto;
        position: static;
    }
    section#second div:nth-child(1){
        margin-bottom: 60px;
        height: auto;
    }
    section#second div:nth-child(1) img{
        width: 100%;
    }
    section#second div:nth-child(2),
    section#second div:nth-child(3){
        margin-left: 10px;
        margin-right: 5px;
        position: static;
        height: auto;
        width: auto;
    }

    section#third{
        margin-top: 48px;
        margin-left: 0;
        min-width: auto;
        height: auto;
        position: static;
    }
    section#third div:nth-child(1){
        margin-bottom: 60px;
        padding-right: 128px;
        height: auto;
        width: 100%;
    }
    section#third div:nth-child(1) img{
        width: 100%;
        height: auto;
    }
    section#third div:nth-child(2){
        margin-left: 10px;
        margin-right: 5px;
        position: static;
        height: auto;
        width: auto;
    }
    section#third div:nth-child(2) p:nth-child(3){
        margin-top: 50px;
        position: static;
        height: auto;
        width: 100%;
    }

    #background-logo{
        position: absolute;
        bottom:-480px;
        right:0%;
        height:40%;
        background-size: 100% auto;
    }
    #background-img{
        position: absolute;
        bottom:-480px;
        right: 0;
        width: 75%;
        height: 75%;
    }

    div.vision-area{
        margin-top: 60px;
        position: static;
    }

    footer div{
        width:100% !important;
        max-width:100% !important;
    }
    footer div.float-right{
        float:none !important;
    }
    footer div.float-left{
        text-align:center !important;
    }
    footer ul li{
        width:100%;
        float:none;
        text-align:center;
    }
}

@media (max-width: 540px) {
    footer ul li{
        width:80%;
    }
}
