body{
    margin: 0;
}
/*header*/
#l-header{
    background-color: white;
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}
#l-header-wrap{
    max-width: 1300px;
    margin: 0 auto;
}
#l-header-logo{
    list-style: none;
    font-size: 1.5rem;
}
#l-header-logo a{
    text-decoration: none;
    color: #0867FF;
}
#l-nav-list01 #contact-banner{
    color: white;
    text-decoration: none;
    background-color: #0867FF;
    display: block;
    transition: .3s;
    text-align: center;
}
#l-nav-list01 #contact-banner:hover{
    background-color: #2356AA;
}
#l-nav-list01,#l-nav-list02{
    margin: 0;
    padding: 0;
}
.l-nav-list__item{
    list-style: none;
}
.l-nav-list__item a{
    display: block;
    text-decoration: none;
    color: black;
    transition: .3s;
}
@media(min-width:580px){
    #l-nav-btn{
        display: none;
    }
    #l-header-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1vh 1vw;
    }
    #l-nav-list01 #contact-banner{
        width: 180px;
        padding: 20px 30px;
        border-radius: 5px;
        margin-left: auto;
    }
    #l-nav-list02{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 500px;
    }
    .l-nav-list__item a{
        line-height: 60px;
    }
    .l-nav-list__item a:hover{
        color: #ccc;
    }
}
@media(max-width:579px){
    #l-header{
        height: 80px;
    }
    #l-header-wrap{
        padding: 0 1vw;
    }
    #l-nav-btn{
        position: fixed;
        z-index: 20;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        background-color: #0867FF;
        transition: .3s;
    }
    .l-nav-btn__line{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 1px;
        transform: translateX(-23px);
        background-color: white;
        transition: .3s;
    }
    .l-nav-btn__line:nth-child(1){
        transform: translate(-23px,-20px);
    }
    .l-nav-btn__line:nth-child(2){
        transform: translate(-23px,0px);
    }
    .l-nav-btn__line:nth-child(3){
        transform: translate(-23px,20px);
    }
    #l-nav-btn.active .l-nav-btn__line:nth-child(1){
        transform: rotate(45deg) translateX(-23px);
        transform-origin: left;
    }
    #l-nav-btn.active .l-nav-btn__line:nth-child(2){
        opacity: 0;
    }
    #l-nav-btn.active .l-nav-btn__line:nth-child(3){
        transform: rotate(-45deg) translateX(-23px);
        transform-origin: left;
    }
    #l-header-logo a{
        line-height: 80px;
    }
    #l-nav-list01 #contact-banner{
        position: fixed;
        z-index: 10;
        width: 100%;
        line-height: 80px;
        bottom: 0;
        right: 0;
        left: 0;
    }
    #l-nav-list02{
        position: fixed;
        z-index: 15;
        width: 100%;
        top: 80px;
        right: 0;
        left: 0;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
    }
    #l-nav-list02.active{
        opacity: 1;
        visibility: visible;
    }
    .l-nav-list__item a{
        background-color: white;
        text-align: center;
        padding: 20px 0;
    }
    .l-nav-list__item a:hover{
        background-color: #0867FF;
        color: white;
    }
}
/*main visual*/
#main-visual{
    position: relative;
}
.p-anima-catch{
    position: absolute;
    left: 10%;
    z-index: 5;
}
@media(min-width:580px){
    .p-anima-catch{
        font-size: 1.7rem;
    }
    .p-anima-catch:nth-child(1){
        top: 35%;
    }
    .p-anima-catch:nth-child(2){
        top: 48%;
    }
}
@media(min-width:520px){
    .p-anima-catch{
        font-size: 1.7rem;
    }
    .p-anima-catch:nth-child(1){
        top: 35%;
    }
    .p-anima-catch:nth-child(2){
        top: 48%;
    }
    .p-anima-catch.show::after{
        width: 100%;
    }
}
@media(max-width:519px){
    .p-anima-catch{
        font-size: 1.7rem;
        text-align: center;
        right: 0;
        left: 0;
    }
    .p-anima-catch:nth-child(1){
        top: 50%;
    }
    .p-anima-catch:nth-child(2){
        top: 58%;
    }
    .p-anima-catch{
        width: 70%;
        margin: 0 auto;
    }
}
.p-anima-catch{
    color: #fff;
    font-weight: bold;
    opacity: 0;
    transition: 1s;
    z-index: 10;
    padding: 20px 30px;
    text-align: center;
}
.p-anima-catch.show{
    opacity: 1;
}
.p-anima-catch::after{
    content: "";
    display: block;
    background-color: #2356AA;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transition: 1.4s;
    width: 0;
}
.p-anima-catch.show::after{
    width: 100%;
}
/*
.p-anima-4 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 5;
  }
  .p-anima-4.__anima{
      transition-delay: 2s;
      transition-duration: 2s;
  }
  .p-anima-4 span {
    display: block;
    color: #fff;
    background-color: #333;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 8px;
    position: relative;
    clip-path: inset(0 100% 0 0);
  }
  .p-anima-4.__anima span {
    animation: anima_4 .8s linear forwards;
  }
  
  @keyframes anima_4 {
    0% {
      clip-path: inset(0 100% 0 0);
    }
    100% {
      clip-path: inset(0);
    }
  }
*/
.swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
 content: "prev";
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
 content: "next";
}
/*news*/
.section{
    max-width: 1300px;
    margin: 0 auto;
}
.section-wrap{
    margin: 120px 2vw 0 2vw;
}
.section-e{
    margin: 0 0 10px 0;
    color: #0867FF;
}
.section-j{
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 1.7rem;
}
@media(min-width:800px){
    #section-news-wrap{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #section-news-container{
        width: 68%;
    }
}
@media(max-width:799px){
    #section-news-wrap{
        text-align: center;
    }
    #section-news-btn{
        margin: 0 auto;
    }
    #section-news-container{
        margin-top: 20px;
    }
}
#section-news-container a{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    transition: .3s;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.section-container a::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    background-color: #2354A3;
    transition: 2.5s;
}
.section-container a.show::after{
    transform: translateX(101%);
}
#section-news-container a:hover{
    background-color: #eee;
}
.date{
    color: #ccc;
}
.section-news-heading{
    font-weight: bold;
    font-size: 1.2rem;
}
.section-news-heading{
    color: black;
}
.btn{
    text-decoration: none;
    width: 180px;
    padding: 20px 30px;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: .3s;
}
.btn{
    background-color: #3F6DB9;
    color: white;
}
.btn:hover{
    background-color: #0867FF;
}

/**/

/*business*/
#section-business{
    background-color: #eee;
}
#section-business-wrap{
    padding: 80px 0;
    text-align: center;
}
#section-business-inner{
    max-width: 1300px;
    margin: 0 auto;
}
#section-business-container{
    margin-bottom: 30px;
}
#section-business-container a{
    text-decoration: none;
    transition: .3s;
}
.section-business-heading{
    transition: .3s;
}
#section-business-container a:hover .section-business-heading{
    opacity: 0.4;
}
#section-business-container a{
    color: black;
}
#section-business-container a img{
    width: 100%;
    object-fit: cover;
    height: 250px;
}
@media(min-width:800px){
    #section-business-container{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    #section-business-container a{
        width: 31%;
    }
}
@media(max-width:799px){
    .section-business-content:nth-child(1),.section-business-content:nth-child(2){
        margin-bottom: 50px;
    }
}
#section-news-btn{
    margin: 0 auto;
}
.section-business-content img{
    width: 100%;
    object-fit: cover;
}
.section-business-content{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.section-business-content::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    background-color: #2354A3;
    transition: 2.5s;
}
.section-business-content.show::after{
    transform: translateX(101%);
}


/*gallary*/
#section-gallary{
    text-align: center;
}
#section-gallary-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 0;
}
.gallary-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media(min-width:580px){
    .gallary-img{
        width: 31%;
        height: 250px;
    }
}
@media(max-width:579px){
    .gallary-img{
        width: 48%;
        height: 180px;
    }
}
/**/
.gallary-img{
    position: relative;
    overflow: hidden;
}
.gallary-img::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    background-color: #2354A3;
    transition: 2.5s;
}
.gallary-img.show::after{
    transform: translateX(101%);
}

/*work*/
#section-work{
    text-align: center;
    position: relative;
}
#section-work-title{
    padding: 50px 0 0px 0;
}
#section-work-title::after{
    content: "";
    display: block;
    top: 0;
    width: 100%;
    height: 300px;
    right: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(#2B66C4, #2354A3);
}
#section-work-title .section-e,#section-work-title .section-j{
    color: white;
}
#section-work{
    margin-top: 120px;
}
#section-work-container{
    max-width: 1300px;
    margin: 0 auto;
}
#section-work-container-inner a{
    text-decoration: none;
    transition: .3s;
}
.section-business-heading{
    transition: .3s;
}
#section-work-container-inner a:hover .section-business-heading{
    opacity: 0.4;
}
#section-work-container-inner a{
    color: black;
}
.section-work-content  img{
    width: 100%;
    object-fit: cover;
}
@media(min-width:800px){
    .section-work-content img{
        height: 250px;
    }
    #section-work-container-inner{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .section-work-content{
        width: 31%;
    }
}
@media(max-width:799px){
    #section-work-container-inner{
        margin: 0 2vw;
    }
    .section-work-content img{
        height: 250px;
    }
    .section-work-content{
        width: 100%;
    }
    .section-work-content:nth-child(1),.section-work-content:nth-child(2){
        margin-bottom: 50px;
    }
}
#section-work-btn{
    margin: 30px auto 0 auto;
}
.section-work-content{
    position: relative;
    overflow: hidden;
}
.section-work-content::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    background-color: #2354A3;
    transition: 2.5s;
}
.section-work-content.show::after{
    transform: translateX(101%);
}
/*recruit staff*/
#section-banner{
    max-width: 1300px;
    margin: 120px auto 0 auto;
}
.section-e__,.section-j__{
    margin: 0;
}
.section-banner-container{
    height: 300px;
    overflow: hidden;
    position: relative;
}
@media(min-width:800px){
    .section-banner-container{
        width: 50%;
    }
    #section-banner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media(max-width:799px){
    .section-banner-container{
        width: 100%;
    }
}
.section-banner-container::after{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: cover;
    display: block;
    transition: .3s ease;
}
.section-banner-container:nth-child(1)::after{
    background-image: url(sample/AdobeStock_282982490.jpeg);
}
.section-banner-container:nth-child(2)::after{
    background-image: url(sample/AdobeStock_380248912_Preview.jpeg);
}

.section-banner-container a{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    text-decoration: none;
}
.section-banner-container:hover::after{
    transform: scale(1.2);
    opacity: 0.8;
}

.section-banner-container a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-title__{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner-arrow{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner-arrow{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 100%;
}

/**/
#section-contact{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}
#section-contact::after{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: cover;
    display: block;
    transition: .3s ease;
    background-image: url(sample/AdobeStock_67958307_Preview.jpeg);
    z-index: -2;
}
#section-contact::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: -1;
}
#section-contact-container{
    max-width: 1300px;
    margin: 0 auto;
}
#section-contact-inner{
    margin: 0 2vw;
}
.button{
    background-color: #2356AA;
    text-decoration: none;
    color: white;
    transition: .3s;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
}
.button:hover{
    background-color: #0867FF;
}
@media(min-width:800px){
    .button{
        width: 55%;
        line-height: 120px;
    }
}
#section-contact-title{
    text-align: center;
}
.button{
    margin: 0 auto;
    display: block;
}
@media(max-width:799px){
    #section-contact-title{
        margin-bottom: 30px;
    }
}


/*footer*/
#footer-wrap{
    max-width: 1300px;
    margin:0 auto;
}
#footer-title{
    text-align: center;
}
.footer-list{
    list-style: none;
}
.footer-list a{
    display: block;
}
.footer-list a{
    display: block;
    color: black;
    transition: .3s;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
}
.footer-list a:hover{
    color: #ccc;
}
@media(min-width:580px){
    #footer-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-list{
        width: 25%;
        text-align: left;
    }
    #footer{
        margin: 80px 2vw 20px 2vw;
    }
}
@media(max-width:579px){
    .footer-list{
        width: 100%;
        text-align: center;
    }
    #footer{
        margin: 80px 2vw 100px 2vw;
    }
    #footer{
        text-align: center;
    }
}